#net use
Explore tagged Tumblr posts
mrjerrychang · 1 year ago
Text
不允許多個使用者連相同伺服器 net use指令 排除共用資料夾無法存取【教學】
客戶最近加裝NAS設備,在設定nas共用資料夾權限時,部分電腦發生發生「不允許使用多於一個使用者名稱的相同使用者有多個連線到一個伺服器或共用資源。中斷所有之前到伺服器或共用資源的連線,然後再試。」如何排除共用資料夾無法存取… Continue reading Untitled
Tumblr media
View On WordPress
0 notes
lovemysurface · 9 years ago
Text
Access Onedrive Online Only Files on your Surface
Access Onedrive Online Only Files on your Surface
With Windows 8.1 there was a cool little feature with OneDrive where you could set a file to be online-only. This would, essentially, move the file to your OneDrive cloud storage and leave behind a shortcut. You could tap or click this shortcut and your Surface (or other Windows computer) would go onto the network and download the file to your local machine. This feature was called Onedrive…
View On WordPress
0 notes
activedirectoryfaq · 9 years ago
Text
New-PSDrive - Credential Parameter doesn't work in PowerShell 2.0
Some PowerShell scripts have to build a temporary drive connection. For example to get a file from a share. I like to use the “New-PSDrive” commandlet for that. Unfortunately, this commandlet had a bug under Powershell 2.0. There are, however, alternative solutions.     New-PSDrive in Powe...
Read the full Article http://activedirectoryfaq.com/2015/11/new-psdrive-credential-parameter/
#Cmdlets, #NetUse, #NewPSDrive, #Powershell
0 notes
razumny · 8 years ago
Text
Resolving Error 1312 when mapping a folder on a network share
Resolving Error 1312 when mapping a folder on a network share
Some time ago, I was talking to a user on the phone, while remotely controlling their computer. I needed to connect to a folder on a network share as my admin account, rather than that of the logged-in user, but kept running into the following error:
Error 1312: A specified logon session does not exist.
It did not matter whether I was using the wizard to map to the share, or the command line; I…
View On WordPress
0 notes
razumny · 10 years ago
Text
Disconnect non-mapped drive
From time to time, I have been unable to connect to the UNC path of a network share. The error message I get is:
This usually happens when I am remotely connected to another user’s computer. The message is straight-forward enough; so, too, is the solution. You simply need to disconnect from the share. Here’s how:
Open a command line window
Enter the command net use
Find the mapped path in the…
View On WordPress
0 notes