The following system prerequisites are the minimum requirements for installing and operating Password Capture Agent.
Following versions are supported:
You can use this method to manually deploy the Password Capture Agent on each domain controller in the source Active Directory domain.
To manually install the Password Capture Agent
The Password Capture Agent provides a Windows PowerShell module for remote and automated installing, configuring and uninstalling. You can use this method to automatically deploy the Password Capture Agent on each domain controller in the source Active Directory domain.
For installing the Password Capture Agent remotely you should have prepared:
1800b62e8cf19d1c4bcdcd2b6e435c3c85e04188
https://servername.domain.com/SoapService/Q1IMService.asmx
Use the following commands in an elevated Windows PowerShell.
Import-Module OneIM-PasswordCaptureAgentMgmt
$ConfigProfile = New-PCAConfigProfile
$ConfigProfile['WebClient.WebServiceURL'].ConfigValue = '<Your URL>'
$ConfigProfile['WebClient.WebServiceType'].ConfigValue = 'Soap'
$ConfigProfile['WebClient.AuthenticationType'].ConfigValue = 'WindowsIntegrated'
$ConfigProfile['Backend.AuthenticationModule'].ConfigValue = 'DialogUser'
$ConfigProfile['Backend.Credential'].ConfigValue = Get-Credential viCaptureAgent
$ConfigProfile['Backend.CertificateThumbprint'].ConfigValue = '<Your Thumbprint>'
Install-PasswordCaptureAgent`
-ComputerName <Computer name>`
–LogFile <Full UNC path to the log file on the remote server>`
-LogVerbose`
-Setup <UNC path for Password Capture Agent MSI>`
-ConfigurationProfile $ConfigProfile
|
NOTE: To check that the Password Capture Agent is properly installed and working, you can examine the event viewer on the deployed server. The Password Capture Agent has its own log in the event viewer. The Password Capture Agent logs its summary status to this log after every system start and other such notable events during run-time. |
To remove Password Capture Agent open the list of installed programs on the computer on which the Active Roles is installed.
To remove Password Capture Agent using the control panel
© 2023 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy