Put any new commands into this file and they will be sorted and linked on the main readme
netdom computername <OldName> /add:<NewName>
netdom computername <OldName> /makeprimary:<NewName>
shutdown /r /t 0
Once system has restarted
netdom computername <NewName> /remove:<OldName>
This will need to be done on both machines in order to have a relationship XXX - Name of Server(s)
SETSPN -s "Microsoft Virtual System Migration Services/XXX" XXXGet-BCStatus
Publish-BCWebContent -Path "(Web Content Location)" -StageData
Export-BCCachePackage -Destination "(Where you want to store it)"
Import-BBCachePackage "(Whatever Location you stored the file)"Get-ADPrincipleGroupMembershipGet-ADGroupmember -Identify -Recursive# Select XP Pro from WMI Object
SELECT * FROM Win32_OperatingSystem WHERE Caption = "Microsoft Windows XP Professional"
#
SELECT