Pattern or Pattern debug to Windows Target returns error: Test-Path : The network path was not found At ...\agent\scripts\PowerShell\SecureTempFolder.psm1:73 char:9Issue Pattern or Pattern debug (e.g. run command: ipconfig) to Windows Target returns error below: Failed to execute WMI command on host xxx command: whoami error message: Test-Path : The network path was not found At C:\xxx\agent\scripts\PowerShell\SecureTempFolder.psm1:73 char:9 + if (Test-Path -Path $folder -PathType Container) { + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Test-Path], IOException + FullyQualifiedErrorId : System.IO.IOException,Microsoft.PowerShell.Commands.TestPathCommandCauseFrom MID server host, try to open \\<target IP>\c$\temp, for example: This folder is supposed to pop up a window asking for username and password. If it fails with error like below: Then this normally indicates a Firewall issue.ResolutionPlease check with your network team to adjust Windows Firewall / Enterprise Firewall rules.