- Automates the configuration of CCP.
Configure CCP.ps1 -PVWAURL <string> [-AuthType] [-OTP] [-DisableSSLVerify]
- This tool is for testing CCP using REST calls.
Update lines 2 through 8 with correct information.
CCP via REST.ps1
- This tool is for testing CCP using REST calls using client certificate authentication.
- Requires that the client certificate is imported in the localmachine personal store.
- The command
Get-ChildItem -path cert:\LocalMachine\My
can be used to list certificates and thumbprints.
Update lines 2 through 10 with correct information. Line 10 needs to have all spaces removed.
CCP via REST with client cert.ps1