Windows 11 Invoke-command Access denied on Windows 11 but works with Windows 10

  • Thread starter Thread starter Tyler L. Campbell
  • Start date Start date
T

Tyler L. Campbell

I'm trying to connect to a remote computer using Invoke-Command while running an elevated Powershell ise. I recently upgraded to Windows 11 and my scripts no longer work and are giving me an Access is denied error. Here is a test script I've been using to try and resolve the issue.$Creds = Import-CliXml -Path "C:\Install\PowerCreds\Cred.xml"Invoke-Command -ComputerName $Computer -Credential $Creds -ScriptBlock {Test-Path "\\network\File\Location\"This is working just fine on my secondary computer with Windows 10. I cloned my Windows 10 computer to a new computer to test Windows 11 in our envir

Continue reading...
 
Back
Top