• Windows 2012–Uninstalling AD DS services (demoting GC)–copied Powershell script from the setup

      # # Windows PowerShell script for AD DS Deployment # Import-Module ADDSDeployment Uninstall-ADDSDomainController ` -DemoteOperationMasterRole:$true ` -IgnoreLastDnsServerForZone:$true ` -LastDomainControllerInDomain:$true ` -RemoveApplicationPartitions...
  • UNSUPPORTED and DRAFT post - but just to play in a Lab for fun–Installing Exchange system Manager 2003 and Exmerge on a Windows 7 computer to export Exchange 2007 mailbox data to PST files

      Installing ExMerge: ExMerge download link : http://www.microsoft.com/en-us/download/details.aspx?id=2743   Installing ESM 2003 on a Windows 7 64 bits machine: - First download the ESM for Vista : http://www.microsoft.com/en-us/download/details...
  • Exchange 2007–A Queue Monitoring Console simply built

      Using my DTW (Document-Tool-Walkthru) Excel based tool that you can download through : http://www.opsvault.com/how-to-build-a-simple-and-efficient-windows-monitoring-solution-dtw/   Here is a nice HTA console quickly built with the above Excel...