(PowerShell)New-PSDrive

Syntax

1
2
3
4
5
6
7
8
9
10
11
New-PSDrive
[-Name] <String>
[-PSProvider] <String>
[-Root] <String>
[-Description <String>]
[-Scope <String>]
[-Persist]
[-Credential <PSCredential>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
繼續閱讀