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
Intune allows an empty "Value name" for the registry detection since it's required for detecting key (default) value, however New-IntuneWin32AppDetectionRuleRegistry has [ValidateNotNullOrEmpty()] on that parameter.
Intune allows an empty "Value name" for the registry detection since it's required for detecting key
(default)value, howeverNew-IntuneWin32AppDetectionRuleRegistryhas[ValidateNotNullOrEmpty()]on that parameter.