Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List the Protocols Over Which a Bridgehead Server ReplicatesContent of List the Protocols Over Which a Bridgehead Server Replicates.vbsMD5 Hash: 13CC587203AC193B36E76170435F4F03 |
||
' Description: Reads the bridgehead transport list from a domain controller in a site.
On Error Resume Next Set objServer = GetObject _ ("LDAP://CN=SEA-DC-01,CN=Servers,CN=Default-First-Site-Name," & _ " CN=Sites,CN=Configuration,DC=fabrikam,DC=com") dnBHTList = objServer.GetEx("bridgeheadTransportList") WScript.Echo "Bridge Head Transport List:" WScript.Echo "This multi-valued attribute lists the protocol" & _ "transports over which this BridgeHead Server replicates" For Each dnValue in dnBHTList WScript.Echo "Value: " & dnValue Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |