mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Convert -Force to switch
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ param (
|
||||
[ValidateSet("Yes","No", IgnoreCase=$false)]
|
||||
[string] $EnableESU,
|
||||
[Parameter (Mandatory= $true)]
|
||||
[boolean] $Force=$false
|
||||
[switch] $Force
|
||||
)
|
||||
|
||||
function CheckModule ($m) {
|
||||
|
||||
Reference in New Issue
Block a user