Here’s a list of popular Powershell commands categorized:
IPv6: IPv4: New-NetIpAddress DNS: Sets to setup a zone scope in DNS. Add-DnsServerClientSubnet -Name "LocationSubnet" -IPv4Subnet "10.0.0.0/24" Add-DnsServerZoneScope -Zonename "MyDomain.com" -Name "LocationScope" Add-DnsServerResourceRecord -Zonename "MyDomain.com" -A -Name "www" -IPv4Address "10.0.0.100" -ZoneScope "LocationScope" Add-DnsServerQueryResolutionPolicy -Name "MyPolicy" -Action Allow -ClientSubnet "eq,LocationSubnet" -ZoneScope "LocationScope,1" -ZoneName "MyDomain.com" ----------------------------------------------------------------- Add-DnsServerClientSubnet: Prevent RRL from applying to certain hosts Add-DnsServerresponseRateLimitingExceptionList DHCP: Add-DhcpServer4Filter - The Add-DhcpServerv4Filter cmdlet adds the specified MAC address filter to the Dynamic Host Configuration Protocol (DHCP) server service. The MAC address can be added to the allow list or the deny list. Get-DHCPServerinDC - Find all authorized DHCP servers in domain. RRAS: Network redundancy and performance: Set-NetAdapterRSS - enable traffic can be processed by multiple network processors. Enabled-NetAdapterRSS - distribute network processing load across VM processors. Enabling SET and RDMA: New-VMSwitch, Add VMNetworkAdapter, Enable-NetAdapterRDMA DFS: Get-DfsnFolderTarger \\Server\NameSpace\Folder1 - find shares user will access when connecting to target. NPS: Get-NPSSharedSecretTemplate - Displays the shared secret of a template.