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:
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...
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?...
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...
When trying to mark a tape that contains active recovery points as free in Data Protection Manager you’ll receive an error like this: The selected tapes cannot be marked as free because they belong to protection groups. You need to stop protection of the...
Why buy expensive barcode labels for backup tapes? Try Tape Label Studio for free. For more information on Tape Label Studio visit www.tapelabelstudio.com
Recent Comments