' List the Protocols Over Which a Bridgehead Server ReplicatesOn 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: " & dnValueNext search for scripts
' List the Protocols Over Which a Bridgehead Server ReplicatesOn 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: " & dnValueNext
Download Home Scripts Copyright © 2001-2025 adersοft