Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List NFS Server Mapping Server SettingsContent of List NFS Server Mapping Server Settings.vbsMD5 Hash: 785C1D22DFE32CF75575D37CCADEA3CC |
||
' Description: Displays Services for UNIX NFS server mapping server settings.
On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\sfuadmin") Set colItems = objWMIService.ExecQuery _ ("Select * from NFSServer_MapSvr") For Each objItem in colItems Wscript.Echo "Key Name: " & objItem.KeyName Wscript.Echo "Map Server: " & objItem.MapSvr Wscript.Echo Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |