Z harfi ile bir sürücü oluşturdum ve onu Network Path: \\GOELA2682012SRV\srv2012r2
Şimdi orada PowerShell kullanarak bir klasör oluşturmak istiyorum.
Bu işe yaramıyor: New-Item -Path "\\GOELA2682012SRV\srv2012r2\Users\test" -ItemType Directory
Bu işe yarıyorsa: New-Item -Path "Z:\Users\test" -ItemType Directory
Niye ya?
FileSystem::
UNC yolu çalışması? FileSystem::\\GOELA2682012SRV\srv2012r2\Users\test
mkdir \\GOELA2682012SRV\srv2012r2\Users\test
cmd.exe içinde çalışmak?