Drives (local & network)

J

John

I'm wondering if there is a way to get the following information from
my network PCs.

I want to get a list of local and network drive letters for each
computer on the network. Some users have mapped network drives that
conflict with USB devices being plugged in. I know that we can
reassign the USB drive letter as a temp fix.

Ideally, I want to redo the login script that maps network drives to a
"higher" letter to allow for the USB devices to pickup drive letters.

I also want to check in on what users are mapping to manually, and
possibly automate this.

John
 
J

John Wunderlich

I'm wondering if there is a way to get the following information
from my network PCs.

I want to get a list of local and network drive letters for each
computer on the network. Some users have mapped network drives
that conflict with USB devices being plugged in. I know that we
can reassign the USB drive letter as a temp fix.

Ideally, I want to redo the login script that maps network drives
to a "higher" letter to allow for the USB devices to pickup drive
letters.

I also want to check in on what users are mapping to manually, and
possibly automate this.

John

Checkout the command line utility "psinfo":

<http://www.microsoft.com/technet/sysinternals/SystemInformation/PsInfo.mspx>

The command:

psinfo -d \\computer

should give you the info you need.

HTH,
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top