Created
July 17, 2025 13:35
-
-
Save simstems/4ffd92eb5d3a472490e9accc2a08df46 to your computer and use it in GitHub Desktop.
Traverse windows directory on remote computer via PowerShell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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