Hi my friends. I have the requirement of create AD users with the Password Never Expires flag. I tried filling value with 66048, 0x100200, but it creates user with 512 value.
I tried to use the powershell after create rule, using command
this worked fine in my demo tenant. as I have AD and IQS on the same machine.
Problem is in client architecture, because they have IQS installed on a non-domain server, and IQS runs with a local administrator. In this case, rule does not work.
Is there some way to run this command remotely? I am trying creating a remote ps session but without luck yet.
I have been able to create AD accounts by passing UAC value 66048 in the account creation policy. May be you want to troubleshoot why it doesn’t work for you before taking the next step.
Worked correctly in my demo environment (ad with iqs in domain member server). This is the only difference between client tenant and mine, so perhaps this is not working because iqs is not in windows server.