This article talks about the powershell cmdlets you will use to enable and set ZPA settings in a zone
Question: Is it possible to set auto-provisioning on a Centrify zone using powershell?
Answer: Yes! Part of the Centrify.DirectControl.PowerShell module includes this capability. There's a cmdlet Set-CdmZpaSetting with the following switches: - UserEnabled - GroupEnabled - Zone - UserUid - UserName - UserShell - UserHomeDirectory - UserPrimaryGroup - UserGecos - GroupGid - GroupName - UserSource - GroupSource - IgnoreDisabledAccount - EnableUserProvisioning - EnableGroupProvisioning - GroupPriority The -UserEnabled and -GroupEnabled switches are the ones to use to enable auto-provisioning for groups or users.