![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Search for Virtual Server Access Rights
|
||
|
' Description: Locates Virtual Server access rights for the Administrators group.
On Error Resume Next Set objVS = CreateObject("VirtualServer.Application") Set objSecurity = objVS.Security Set objAccessRights = objSecurity.FindEntry("Administrators",0) Wscript.Echo objAccessRights.Name | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: | ||