Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
2 answers
3k views

Powershell / Command prompt cannot switch to mapped drive when running as another use

in my powershell prompt, logged into a Windows 10 PC as Domain\UserA i can run the net use command to see my shared drives net use lists +--------+-------+----------------+---------------------------+ ...
SE1986's user avatar
  • 123
2 votes
1 answer
1k views

How to execute a powershell script from a remote application as a specific user

I have an application which can execute a powershell script on remote windows machine. I am trying to map a network drive using a powershell script. When the same script executed at the endpoint, ...
Pydev's user avatar
  • 53
1 vote
1 answer
4k views

Confused about net use local admin behavior for remote administrative shares

I have a windows 2008 R2 server I'm trying to access remotely, specifically I'm trying to use the c$ admin share. The server is on a domain My user is in the server's local admin group My user is a ...
MartinSGill's user avatar
0 votes
3 answers
5k views

map a drive through NET USE command [duplicate]

Possible Duplicate: Useful Command-line Commands on Windows we need to mape a network folder on 2008server and client is XP; we want to use the command line on windows XP
user avatar
1 vote
7 answers
45k views

net use command - system error 5 while mapping a network drive

I got a system error 5 while mapping a network drive of a server to my local machine using the net use command. This error doesn't occur when I use Administrator account of the server. When I use my ...
rboorgapally's user avatar