# Check DNS ROOT and Distinguished Name Get-AdDomain | Select-Object DNSRoot,DistinguishedName ...
# List DistinguishedName of Domain Get-AdDomain | Select-object DistinguishedName 📋 ...
# List domain name : Get-ADDomain | Select-Object -ExpandProperty DNSRoot 📋 Copy ...
# Install AD DS Role Install-WindowsFeature AD-Domain-Services -IncludeManagementTools ...
# Export secedit: secedit /export /cfg C:\secpol.cfg 📋 Copy Copied! ...
# Lists all the time zone tzutil /l 📋 Copy Copied! ...
# Show Interface netsh interface show interface 📋 Copy ...
# Create a snapshot VBoxManage snapshot "VMName" take "BeforeUpdate" \ --description "Fresh ...
# Server # Create VM VBoxManage createvm \ --name "WindowsServerVM" \ --ostype Windows2012_64 \ --basefolder ...
# List Nat Network VBoxManage natnetwork list 📋 Copy ...