• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Rename mapped Drive from command line

drum

Diamond Member
Is there a way to rename a mapped network drive using CLI?

I'm using
NET USE S: \\%CLIENTNAME%\C$\DOCUME~1\%USERNAME%\MYDOCU~1
in a script to map drives for Citrix users.
What the end user sees as far as the mapping (share on xx (s🙂) is not pretty. I want it to look like what I have in parenthesis.

The label command doesn't work for network drives as far as I know. Is there anything I can do?
 
Why map that particular location? Why not use folder redirection and have your Citrix users access thise folders from a home folder drive perhaps.
 
Back
Top