powershell 模板PowerShell的script.ps1

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 模板PowerShell的script.ps1相关的知识,希望对你有一定的参考价值。

<#                                                                                                                                                                                
.SYNOPSIS
Abstruct for script.

.DESCRIPTION
This script gets hoge.

.PARAMETER Path
Path is hogehoge.

.INPUTS
None. This script does not correspond.

.OUTPUTS
System.Int32
If success, this script returns 0, otherwise -1.

.EXAMPLE
.\hoge.ps1

Start process.

.NOTES
This script is ...
#>

[CmdletBinding(
  SupportsShouldProcess=$true,
  ConfirmImpact="Medium"
)]
Param()

exit 0

以上是关于powershell 模板PowerShell的script.ps1的主要内容,如果未能解决你的问题,请参考以下文章

powershell PowerShell GUI的基本模板

powershell 具有已保存信用的PowerShell脚本模板

powershell 模板PowerShell的script.ps1

powershell PowerShell脚本模板

powershell PowerShell:脚本模板版本2(无需记录)

powershell Powershell模板