Example: net use s: \\server\share$ /USER:MyUser@MyDomain.net MyPassword c:\windows\EXPLORER.EXE /n, /e, S:\_public\folder
get-vm |select name,vmhost, @{N=”SyncWithHost”;E={$_.extensiondata.config.tools.synctimewithhost}}
Example: net use s: \\server\share$ /USER:MyUser@MyDomain.net MyPassword c:\windows\EXPLORER.EXE /n, /e, S:\_public\folder
get-vm |select name,vmhost, @{N=”SyncWithHost”;E={$_.extensiondata.config.tools.synctimewithhost}}