List mapped network drives for particular user
I'm creating a PowerShell script which will create a report of mapped network drive for particular user. username should be provided as parameter to the script. till now I've tried to use "net use" but it is only showing me the mapped drives for the user through which powershell is running. is there any place where I can find the complete information about network drives for all the users.