Feb 5, 2013
The following error occurred during SP1 update of Microsoft System Center 2012 Configuration Manager: ERROR: SQL Server error: [23000][2627][Microsoft][SQL Server Native Client 11.0][SQL Server]Violation of PRIMARY KEY constraint...
Feb 2, 2013
Just copy and paste into PowerShell (Active Directory Module for Windows PowerShell) to get the version of AD schema on all domain controllers in current domain:
Nov 15, 2012
I have a long list of DPM tapes – a very long list… and most of them are offline. But how would you know what data is stored on what tape? Jeff Wouters wrote a blogpost about it at...
Sep 4, 2012
Here is just a small problem I experienced while adding databases with SQL Server authentication enabled (used for some php websites) to an availability group. Steps I took to add the databases: Add all logins to the secondary server (SQL Management Studio >...
Aug 10, 2012
Recovery of Active Directory objects became much easier with the introduction of AD recycle bin feature in Windows Server 2008 R2. Simply use the restore-adobject PowerShell cmdlet and you’re done. But what if you are using BitLocker with its keys stored in AD?...
Apr 16, 2012
Just a quick hit that tells you how many volumes Microsoft Data Protection Manager uses. I got 848… [code lang=”powershell”] $dpmserver = $env:computername #localhost or type your dpm server’s name here $dpmdisks = get-dpmdisk -dpmservername...
Recent Comments