Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List NFS Client Mapping Server SettingsContent of List NFS Client Mapping Server Settings.vbsMD5 Hash: E5AC76680DE7B1A58690F64E22DCFAB5 |
||
' Description: Displays Services for UNIX NFS client mapping server settings.
On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\sfuadmin") Set colItems = objWMIService.ExecQuery _ ("Select * from NFSClient_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 :: |