network came back with no dropped and denied Packets.
I have attached the log files from the vmtools
Just to reiterate the scenario explained below
Source Destination
Automation Server $vCentre
Domain X Domain Y
From the automation server I can provision a new server in destination vCenter, and works with no issues.
Running any Invoke-VMScript, I get the result below.
command
Invoke-VMScript -vm $vmname -ScriptText {Get-service} -ScriptType Powershell -Server $vCentre -GuestUser "Domain\abcef" -GuestPassword "XXXXX"
Result
WARNING: The version of VMware Tools on VM 'vmname' is out of date and may cause Invoke-VMScript to work improperly.
Invoke-VMScript : 21/8/2022 10:03:27 Invoke-VMScript An error occurred while sending the request.
At line:1 char:1
+ Invoke-VMScript -vm $vmname -ScriptText {Get-service} -ScriptType Po ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Invoke-VMScript], ViError
+ FullyQualifiedErrorId : Client20_VmGuestServiceImpl_DownloadFileFromGuest_DownloadError,VMware.VimAutomation.ViCore.Cmdlets.Commands.InvokeVmScript
i will run the Invoke-VMScriptPlus and let you know