Function New-PSFile { [CmdletBinding(SupportsShouldProcess=$true)] Param( # File to Create [Parameter(Mandatory=$true)] [string] $FilePath ) ...
確定! 回上一頁