Top "Net-use" questions

Net-use connects or disconnects a computer or a shared drive and controls net connections.

Why "net use * /delete" does not work but waits for confirmation in my PowerShell script?

I have a script where I want to disconnect from the mapped drives before I create a new PSDrive. Otherwise …

.net powershell mapped-drive net-use
PowerShell Test-Path returns False when testing a network share

The user has appropriate permissions to read the share, and the share maps properly. This issue seems to happen only …

powershell powershell-2.0 network-drive net-use
Mapping a network drive and having trouble saving password

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 …

batch-file windows-8 passwords net-use
Net use Command : Windows CE

I'm trying to send network credentials using Net Use command. This is what I have: @echo off net use \\<…

batch-file networking windows-ce net-use
Error 1219 occurs when I try to map a network drive multiple server

I have a network drive (for instance, G: on Server A). And I am trying to map an additional network …

network-drive net-use
Phantom Mapped Network Drive Letter From Windows To Linux

I've been using robocopy and mapped network drives to copy backups across untrusted windows domains to a central location, then …

net-use
Batch to copy and replace a txt file from one server to another

I have two servers, server1 and server2 on same network but require username and password to be mapped. server1 has …

batch-file xcopy net-use
Linux equivalent to Net Use command of Windows

I have this command in Windows. I want to change it to a Linux command. net use O: \\10.2.6.72\aaa_bbb_1 /…

linux unix cmd net-use
Equivalent of net use (to list computer's connections) in powershell?

According to windows help NET USE, when used without options, lists the computer's connections. I'd like to find a way …

windows powershell net-use
Error 1312 from net use when mapping samba share

I have written a service that monitors if my app is running and starts it if not. In result the …

linux windows share samba net-use