LATEST POSTS
Robocopy is a Windows command line tool used to make copies of files and folders. This is one of my favourite tools, and it comes free as part of Windows Server Resource kit - or can be downloaded from Microsoft's web site(rktools.exe - 11.8M). It has been part of Windows...
I recently set up MS Webdeploy for the application team to be able to publish/deploy from their prelife environment to production. After the necessary configuration, one of the developer reported the error below Resolution In order to resolve this error, I checked the Event Viewer to get more details about...
This post highlight some options to know GPO name for specified GUID. You can see SYSVOL contents of every GPO by browsing to: \\\SYSVOL\Domain name>\Policies\{ but this does not display the name. You can you any of the options below to see the display name of a specified GUID Option...
Recently I was configuring disks for SQL and the plan was to use GPT rather than MBR. For any hard drive over 2TB, we need to use GPT partition because the number of partitions on a GPT disk is not constrained by temporary schemes, such as container partitions as defined...