May 2019
Intermediate to advanced
620 pages
21h 41m
English
Run the following lines of PowerShell to set a domain controller as the bridgehead server for the IP transport for its Active Directory site:
Import-Module ActiveDirectorySet-ADObject -Identity "CN=DC01,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=LucernPub,DC=com" -Add @{bridgeHeadTransportList="CN=IP,CN=Inter-Site Transports, CN=Sites,CN=Configuration,DC=LucernPub,DC=com"}
Run the following lines of PowerShell to set a domain controller as the bridgehead server for the SMTP transport for its Active Directory site:
Import-Module ActiveDirectorySet-ADObject -Identity "CN=DC01,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=LucernPub,DC=com" -Add @{bridgeHeadTransportList="CN=SMTP,CN=Inter-Site ...Read now
Unlock full access