Who wants a gold star today?
I have multiple vms in batch patch as well as vmhosts, naturally. I’m trying to highlight multiple vm’s and run a powershell line to display what host each vm is on. This is the line I put into remote process.
cmd.exe /c echo . | powershell.exe -ExecutionPolicy Bypass -command “get-item “HKLM:SOFTWAREMicrosoftVirtual MachineGuestParameters”).GetValue(“HostName”)
The remote command output log is saying “Could not find file ‘\servernameC$Program FilesBatchPatchBatchPatchRemoteProcessOutput884964889.log’
Any ideas?
Thanks in advance.