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
if ($localUser-ne$currentValues.ExecuteAsCredential)
367
+
if ($ExecuteAsCredential.UserName-ne$currentValues.ExecuteAsCredential)
376
368
{
377
369
Write-Verbose-Message "ExecuteAsCredential does not match desired state. Current value: $($currentValues.ExecuteAsCredential) - Desired Value: $localUser"
0 commit comments