I am unable to import the Password Capture Agent Windows PowerShell module.
Windows PowerShell has an execution policy to restrict what may run. For more information about troubleshooting, see http://technet.microsoft.com/en-us/library/hh847850.aspx.
I am unable to establish a connection to the domain controllers.
The connection to the domain controllers requires Windows PowerShell Remoting to be configured and enabled. Also the firewall may block this connection by default. For more information about troubleshooting, see http://technet.microsoft.com/en-us/library/hh847850.aspx.
I am experiencing problems installing the Password Capture Agent. Is there a way to get a log file?
Yes. Both Install-PasswordCaptureAgent and Uninstall-PasswordCaptureAgent have parameters that allow you to specify a log file and if logging should be verbose. The log file will be used by msiexec.exe.
Uninstall-PasswordCaptureAgent`
-ComputerName "DC01.DEMOCORP.COM"
-LogFile \\StorageServer\SHARE\DC01.uninstall.log`
-LogVerbose
Install-PasswordCaptureAgent`
-ComputerName "DC01.DEMOCORP.COM"`
-LogFile \\StorageServer\SHARE\DC01.install.log`
-LogVerbose`
-Setup "\\StorageServer\SHARE\PasswordCaptureAgent.msi"
Is it possible to automatically reboot the domain controllers after installing / uninstalling Password Capture Agent?
Yes. Both Both Install-PasswordCaptureAgent and Uninstall-PasswordCaptureAgent have a switch called restart which will do exactly this. It is $False by Default.
Uninstall-PasswordCaptureAgent -ComputerName "DC01.DEMOCORP.COM" -Reboot
Uninstall-PasswordCaptureAgent -ComputerName "DC01.DEMOCORP.COM" -Reboot:$True
With the Password Capture Agent Windows PowerShell module, there are many ways to install Password Capture Agent on your domain controllers. Use the built-in Windows PowerShell® help to find more examples of usage:
Get-Help Get-PasswordCaptureAgentServiceConfig -Full
Get-Help Set-PasswordCaptureAgentServiceConfig -Full
Get-Help Install-PasswordCaptureAgent -Full
Get-Help Uninstall-PasswordCaptureAgent -Full
You can read the log Password Capture Agent in the event viewer, in the folder "Applications and Services Logs". It shows you details of hints, warnings and errors if they occur.
In addition, you find information about the configuration summary on every startup process.
Configuration summary:
You can limit the scope of users and groups that are permitted to configure the Password Capture Agent using built-in Windows techniques.
Use the COM+ Management Console to specify permissions for the task SetConfigParameter under "Component Services\Computers\My Computer\COM+ Applications\One Identity Manager Password Capture Agent\Components\PCA.Com_Class\Interfaces\COM_Interface\Methods".
© 2023 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy