Forum Discussion
jamestocknell
Jan 28, 2026Copper Contributor
Check (and modify) network drive mappings as an admin for other users
It does not appear that admins can check/modify a user's network drive mappings (e.g. from `\\server\shares` to a drive letter) via powershell? The various `Smb-` commands seem to be per user, and as...
Noreen
Mar 11, 2026Iron Contributor
The RunAs cmdlet can be used to run a command with alternate credentials, but it requires the user to enter their own credentials, which is not what you're looking for.