UseUAT Parameter (Connect-ADP Cmdlet)
Specifies whether the provider connects to the ADP User Acceptance Testing (UAT) environment instead of production.
Syntax
Connect-ADP -UseUAT SwitchParameter
Data Type
bool
Default Value
false
Remarks
By default, the cmdlet connects to the ADP production environment.
When this property is set to false, the cmdlet connects to the production environment.
When this property is set to true, the cmdlet connects to the UAT environment, which is typically used for testing and development accounts.
This property is useful for testing authentication and data access against non-production ADP environments before deploying changes to production.
This is a required parameter.