powershell 实用程序de PARAMETER
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 实用程序de PARAMETER相关的知识,希望对你有一定的参考价值。
[CmdletBinding()] #make script react as cmdlet (-verbose etc..)
param(
[Parameter(Position=0, Mandatory=$true,ValueFromPipeline = $true)]
[ValidateNotNullOrEmpty()]
[System.String]
$service,
[Parameter(Position=1)]
[System.string]
$computername="local"
)
Validation :
Param(
[ValidateSet(“Tom”,”Dick”,”Jane”)]
[String]
$Name
,
[ValidateRange(21,65)]
[Int]
$Age
,
[ValidateScript({Test-Path $_ -PathType ‘Container’})]
[string]
$Path
)
以上是关于powershell 实用程序de PARAMETER的主要内容,如果未能解决你的问题,请参考以下文章
powershell Java控制面板小程序实用程序
powershell Active Directory实用程序功能
powershell ConvertTo-Hashtable:Powershell实用程序函数,它将psCustomObject转换为HashTable,以便更好地寻找和迭代
Windows10 IoT开发系列Powershell命令行实用程序
powershell Equivalente del comando grep de bash en powershell
powershell Reporte de Actualizaciones WSUS