Pregunta

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.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top