Creates a TAP (Temporary Access Passcode) for a user.
The Set-CIPPCreateTap function is used to create a TAP (Temporary Access Passcode) for a user in the CIPP system.
![]()
![]()
Specifies the ID of the customer tenant for which the TAP is being created. This parameter is mandatory.
![]()
![]()
Specifies the ID of the user for whom the TAP is being created. This parameter is mandatory.
PS > Set-CIPPCreateTap -CustomerTenantID "7ced1621-b8f7-4231-868c-bc6b1a2f1778" -UserID "user@domain.com"