# Require PHP and Microsoft Visual C++ ↓ Download File Download the file used in this tutorial. Downlo...
# 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 ...