Windows PowerShell: Defining Parameters | TechNet Magazine [CmdletBinding()] Param( [Parameter(Mandatory...

Please Visit: http://ift.tt/1ajReyV



Windows PowerShell: Defining Parameters | TechNet Magazine

[CmdletBinding()]

Param(

[Parameter(Mandatory=$True,Position=1)]

[string]$computerName,



[Parameter(Mandatory=$True)]

[string]$filePath

)http://ift.tt/RkiwkT

http://ift.tt/1nGBuBG



Windows PowerShell: Defining Parameters | TechNet Magazine







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1iJQQNT

via LifeLong Community

No comments:

Post a Comment