Determine free space for MS SQL Server databases

No Picture

There isn’t a single command that gives you all the information. sp_helpdb This procedure will give you the total size of the database and associate files. It doesn’t tell you how much free space there is sp_spaceused This…

Read more »

How to manually uninstall LogMeIn

No Picture

Uninstalling LogMeIn using “Control Panel > Add or Remove Programs” prompted the Windows installer to ask for LMI23020.msi. Before trying a manual uninstall, try uninstalling via the command line. Command Line Uninstall Open the command prompt (run as…

Read more »

Find all files modified after specified date

No Picture

PowerShell is a powerful scripting tool included in Windows 7 / Windows Server 2008 R2 and all other subsequent Windows operating systems. Why? You can’t do everything from the GUI. For example, the Exchange GUI is designed to be used…

Read more »

Windows Path Length Limitation (260 characters)

No Picture

Windows defines the maximum length for a path at 260 characters. You can mount a folder as a drive, or use symbolic links, to create a shorter path length, although I prefer to identify all offending file names…

Read more »