missing comma
parent
24a8343ff3
commit
20cd9a4312
|
@ -43,7 +43,7 @@ param(
|
|||
[Parameter(Mandatory=$False)] [Switch] $DoNotUpdate = $false,
|
||||
[Parameter(Mandatory=$False)] [Switch] $DisableWAUAutoUpdate = $false,
|
||||
[Parameter(Mandatory=$False)] [Switch] $Uninstall = $false,
|
||||
[Parameter(Mandatory=$False)] [Switch] $UseWhiteList = $false
|
||||
[Parameter(Mandatory=$False)] [Switch] $UseWhiteList = $false,
|
||||
[Parameter(Mandatory=$False)] [ValidateSet("Full","SuccessOnly","None")] [Switch] $NotificationLevel = "Full"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue