Differences
This shows you the differences between two versions of the page.
| check_if_server_is_domain_controller_script [2011/07/25 15:43] – created mmuze | check_if_server_is_domain_controller_script [2011/07/25 15:43] (current) – mmuze | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | < | ||
| sComputer = " | sComputer = " | ||
| WScript.Echo DomainRole(sComputer) | WScript.Echo DomainRole(sComputer) | ||
| Line 30: | Line 30: | ||
| End Function | End Function | ||
| + | </ | ||