You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -118,6 +119,40 @@ function Set-CIPPAuthenticationPolicy {
118
119
throw"Somehow you hit the default case with an input of $AuthenticationMethodId . You probably made a typo in the input for AuthenticationMethodId. It`'s case sensitive."
119
120
}
120
121
}
122
+
123
+
if ($PSBoundParameters.ContainsKey('GroupIds') -and@($GroupIds).Count -gt0) {
0 commit comments