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...
Kamrynim
Jan 29, 2026Iron Contributor
Network drive mappings created with New-PSDrive or net use are stored within a user's session. These mappings are not system-wide and are tied to the user's logon session, which makes them difficult for an administrator to modify directly without impersonating that user.