Question

Is there a way to use WinRM to map a drive on a remote machine with the credentials of the session logged in on that remote machine, WITHOUT prompting the user to input their credentials.

Edit: This machine is on an AD domain, so ideally using the existing auth ticket would be nice.

Was it helpful?

Solution

See How to Run PowerShell Commands on Remote Computers on how to run PS commands remotely, then Powershell: how to map a network drive with a different username/password on the specific command you need.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top