Skip to content

Instantly share code, notes, and snippets.

@simstems
Created July 17, 2025 13:35
Show Gist options
  • Save simstems/4ffd92eb5d3a472490e9accc2a08df46 to your computer and use it in GitHub Desktop.
Save simstems/4ffd92eb5d3a472490e9accc2a08df46 to your computer and use it in GitHub Desktop.
Traverse windows directory on remote computer via PowerShell
Enter-PSSession -ComputerName <RemoteComputerName> -Credential (Get-Credential)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment