net-use Questions

8

Solved

The user has appropriate permissions to read the share, and the share maps properly. This issue seems to happen only in PowerShell v2.0. If I remove all mapped drives, remap one drive, and run Tes...
Kaki asked 14/3, 2014 at 2:14

3

Solved

I have written a service that monitors if my app is running and starts it if not. In result the app is run as a "system" user - which is the way I want it to be. I have several of those installatio...
Cha asked 5/9, 2016 at 8:17

2

Solved

I have a script where I want to disconnect from the mapped drives before I create a new PSDrive. Otherwise I get this error: New-PSDrive : Multiple connections to a server or shared resource by...
Pickled asked 8/11, 2012 at 7:3

2

I'm running a batch: "net use j: \\192.168.1.241\sausb /user:srvfeskar\administrator Ratata12 /persistent:yes /p:yes" After restarting the windows 8 computer. I need to insert the password again...
Trainor asked 27/3, 2014 at 7:32

2

Solved

I've been using robocopy and mapped network drives to copy backups across untrusted windows domains to a central location, then push them to a Ubuntu storage device and I'm running into a lot of an...
Carbonaceous asked 13/11, 2012 at 22:56

1

Solved

I am trying to change a password with active directory using cfexecute. The only code on my page is this (username and the new password are filled in): <cfexecute name="c:\windows\system32\cmd...
Domela asked 14/2, 2017 at 19:16

2

I have a network drive (for instance, G: on Server A). And I am trying to map an additional network drive (H:) to a new server (Server B). I tried the net use command, giving to rise to error 1219 ...
Reprehension asked 8/11, 2010 at 6:18

1

Solved

According to windows help NET USE, when used without options, lists the computer's connections. I'd like to find a way in powershell to get a list of the Remote entries in net use's output. I kn...
Nettles asked 10/11, 2011 at 16:39

2

Solved

We have an application that programmatically maps network drives. On Vista with UAC on, we get some strange issues. Our application maps the drive non-elevated, so if the user browses explorer and...
Lifetime asked 12/8, 2009 at 15:52

2

Solved

I am trying to map network drive, but get error 1219 on Windows XP: net use z: \\serverA\tests password /user:serverA\alex I have tried net use * /del /yes But it has no effect, and the net...
Malonylurea asked 12/4, 2009 at 23:3
1

© 2022 - 2024 — McMap. All rights reserved.