Questions tagged [net-use]

39 questions
0
votes
1 answer

SSIS 2014 - map NFS

We are migrating SSIS from SQL 2008 to SQL2014. Old OS: WINDOWS 2008 R2 SP1 New OS: WINDOWS 2012 R2 I use the Execute Process Task to map an NFS share to a drive. Executable: C:\Windows\System32\net.exe Arguments: use Q: :/vol/ When I execute…
Boeykes
  • 1
  • 1
0
votes
1 answer

List mapped zombie drives in powershell

I'm writing a little powershell script for some basic logs that have to be generated. Right now I'm stuck with logging mapped network drives: $colDrives = Get-WmiObject Win32_MappedLogicalDisk -ComputerName localhost foreach ($objDrive in…
0
votes
1 answer

Windows Server 2008 R2 - Net use error 1326

am experiencing a problem with my system. Here's what happens. I have two servers running Windows Server 2008 R2 that act as primary and secondary domain controllers. I have a NAS which is part of the domain and I have several client machines…
0
votes
0 answers

SMB share client side connection (Win7 with net use) is very slow

I have a SMB share on a CentOS server. Windows 7 based clients connect to the server via OpenVPN. Then net use is used to init the share. On some clients (not all) I am experiencing very long connection times (from 15 to 40 seconds, with rare…
Giuseppe
  • 101
  • 1
0
votes
1 answer

Terminal Server: how to map network drive for all users?

I'm using Windows Server 2008 as a Terminal Server. How can I map a network drive for all users? Should I use a logon script and net use command? Where should I put it?
jrara
  • 209
  • 2
  • 6
  • 14
0
votes
3 answers

map a drive through NET USE command

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
user93058
0
votes
1 answer

No internet IP routing on Windows 10 client connected to LT2P/IPsec VPN on Windows 2019 server

I have set up a VPN from a Windows 10 client to a Windows 2019 server. After connecting using rasdial I sucessfully issue a net use : \\\. However, with the default setting, the…
jamacoe
  • 193
  • 2
  • 7
0
votes
2 answers

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 +--------+-------+----------------+---------------------------+ | Status | local | Remote | …
-2
votes
1 answer

Mapping a drive from Windows on a remote Mac via SMB

I have a Mac Mini in one of our offices that is used as a file server locally. I would like for it to serve the files to remote clients as well. I have File Sharing enabled and Windows Sharing on in the Sharing settings on Mac. There is a shared…
dfo
  • 119
  • 3
1 2
3