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
In both authenticationMethods revoke scripts an error occurs before a measure-object takes place when no authenticationMethods are found.
$currentPhoneAuthenticationMethods = (Invoke-RestMethod @getCurrentPhoneAuthenticationMethodsSplatParams).Value results in an '404 (Not Found)' and a failed revoke. But should end in the 'NoExistingData-SkipDelete' action. Because it results in an error and therefore in the catch-statement, het 'Measure-Object' never occurs.
The text was updated successfully, but these errors were encountered:
In both authenticationMethods revoke scripts an error occurs before a measure-object takes place when no authenticationMethods are found.
$currentPhoneAuthenticationMethods = (Invoke-RestMethod @getCurrentPhoneAuthenticationMethodsSplatParams).Value results in an '404 (Not Found)' and a failed revoke. But should end in the 'NoExistingData-SkipDelete' action. Because it results in an error and therefore in the catch-statement, het 'Measure-Object' never occurs.
The text was updated successfully, but these errors were encountered: