From 5e6326adbc27489b2e0f503a71cd4a8d14a4cadd Mon Sep 17 00:00:00 2001 From: Paul Cunningham Date: Thu, 22 Sep 2016 15:21:09 +1000 Subject: [PATCH] Changed Channel parameter to mandatory --- Install-OfficeCTR.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-OfficeCTR.ps1 b/Install-OfficeCTR.ps1 index 0791111..5e2c716 100644 --- a/Install-OfficeCTR.ps1 +++ b/Install-OfficeCTR.ps1 @@ -62,7 +62,7 @@ param ( [ValidateSet('Business','ProPlus', ignorecase=$true)] [string]$SKU, - [Parameter(Mandatory=$false)] + [Parameter(Mandatory=$true)] [ValidateSet('Current','Deferred','FirstReleaseCurrent','FirstReleaseDeferred',ignorecase=$true)] [string]$Channel