# Install IIS Management Console + WebAdministration module Add-WindowsFeature Web-Server, Web-Mgmt-Console ...
# New Forward Lookup Zone Add-DnsServerPrimaryZone -Name "example.com" -ZoneFile "example.com.dns...
RAID-5 RAID-1 RAID-0 Spanned-Vol # C...
# List logon hours for user get-aduser "sopuol" -property logonhours | select-object -expand logonhours ...
# Create Folder Profile New-Item -ItemType Directory -Path "W:\Profile\sopuol" ...
# Create Share Folder cd W: mkdir ShareFolder ✏️ Edit ...
# Manage Hard Drives, Partitions, and Volumes (DiskPart) diskpart 📋 Copy ...
# (client) Disable Firewall netsh advfirewall set allprofiles state off 📋 Copy ...
# List OU Only Distinguished Name Get-ADOrganizationalUnit -Filter * | Select-object DistinguishedName ...