May 2019
Intermediate to advanced
620 pages
21h 41m
English
Use the following lines of PowerShell to create a subnet:
Import-Module ActiveDirectoryNew-ADReplicationSubnet -Name 10.0.0.0/8 -Site Default-First-Site-Name
Use the following lines of PowerShell to delete a subnet:
Import-Module ActiveDirectoryRemove-ADReplicationSubnet -Identity 10.0.0.0/8
Use the following lines of PowerShell to change the description of a subnet:
Import-Module ActiveDirectory Set-ADReplicationSubnet -Identity 10.0.0.0/8 -Description "New description here"
Use the following lines of PowerShell to change the location of a subnet:
Import-Module ActiveDirectorySet-ADReplicationSubnet -Identity 10.0.0.0/8 -Location "New location here"
Use the following lines of PowerShell to change the site of a subnet: ...
Read now
Unlock full access