PowerShell Requires

help about_Requires

#Requires 语句

要求 PowerShell 最低版本为 “5.0”:

#Requires -Version 5

要求管理员权限:

#Requires -RunAsAdministrator