Резюме: Узнайте как получить детальную справочную информацию для определенного параметра Windows PowerShell 3.0.
Q: Как я могу получить детальную справочную информацию для определенного параметра командлета Windows PowerShell?
A: Используйте параметр –Parameter и укажите имя требуемого параметра.
17:11 C:\> help New-Partition -Parameter size
-Size
Specifies the size of the partition to create. If not specified, then the units
will default to bytes. The acceptable value for this parameter is a positive
number followed by the one of the following unit values: Bytes, KB, MB, GB, or TB.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
Автор:
Ed Wilson, Microsoft Scripting Guy
Оригинал:
Страницы в социальных сетях:
Twitter: https://twitter.com/vsseth
Facebook: https://fb.com/inpowershell
VKontakte: https://vk.com/inpowershell