Chat now with support
Chat with Support

Identity Manager 8.0 - Password Capture Agent Administration Guide

The One Identity Manager Password Capture Agent Appendix About us

System Requirements for Password Capture Agent

System Requirements for Password Capture Agent

The following system prerequisites are the minimum requirements for installing and operating Password Capture Agent.

  • Windows operating system

    Following versions are supported:

    • Windows Server 2008 R2 (non-Itanium based 64-bit) Service Pack 1 or later
    • Windows Server 2012
    • Windows Server 2012 R2
    • Windows Server 2016
  • Microsoft .NET Framework Version 4.5.2 or later

Installing the Password Capture Agent

Installing the Password Capture Agent

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

  1. On a 64-bit domain controller, run the file Password Capture Agent.msi.
  2. Step through the wizard to complete the Password Capture Agent installation.

Using Windows PowerShell to Install the Password Capture Agent

Using Windows PowerShell to 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:

  • the thumbprint of the certificate for password encryption, for example

    1800b62e8cf19d1c4bcdcd2b6e435c3c85e04188

  • the URL to the Webservice, for example

    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.
Related Topics

Uninstalling the Password Capture Agent

Uninstalling the Password Capture Agent

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

  1. Select Programs and Features in the Control Panel.
  2. Double click on "One Identity Manager Password Capture Agent" in the list of installed programs.
  3. Follow the on-screen instructions to uninstall the Password Capture Agent.
Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating