Hi,
not sure if intentional:
if(!(-Join $user.altSecurityIdentities) -eq (-Join $a)
The missing parentheses (which is not absent on devices part of the script) seem to only map certificates once, if new certificates are issued it doesn't map them to users due to it not being like if(!((-Join $user.altSecurityIdentities) -eq (-Join $a)) or am I missing something?
/BR
Hi,
not sure if intentional:
if(!(-Join $user.altSecurityIdentities) -eq (-Join $a)
The missing parentheses (which is not absent on devices part of the script) seem to only map certificates once, if new certificates are issued it doesn't map them to users due to it not being like if(!((-Join $user.altSecurityIdentities) -eq (-Join $a)) or am I missing something?
/BR