![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: List Virtual Server Security Information
|
||
|
' Description: Lists security information for Virtual Server.
On Error Resume Next Set objVS = CreateObject("VirtualServer.Application") Set objSecurity = objVS.Security Wscript.Echo "Group name: " & objSecurity.GroupName Wscript.Echo "Group SID: " & objSecurity.GroupSID Wscript.Echo "Owner name: " & objSecurity.OwnerName Wscript.Echo "Owner name: " & objSecurity.OwnerSID | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: | ||