Proofpoint | ObserveIT On-Premises Insider Threat Management

Validating Custom Installation Readiness

After completing the prerequisites for a custom installation (see ObserveIT Agents Prerequisites), you'll need to validate basic readiness.

Complete the following:

On Windows Server machines that will host ObserveIT Application Server, ObserveIT Web Management Console, and ObserveIT Website Categorization module components, do the following:

  1. Run PowerShell as Administrator.

  2. Execute the command:

    Test-NetConnection <# FQDN of the screen capture data store #> -Port 445

    Replace <# FQDN of the screen capture data store #> with the fully qualified domain name of your screen capture data store. In most cases, your screen capture data store will be configured to use port 445. If the connection test fails, reach out to your storage administrator or Wintel team to inquire about correct port for your screen capture data store.

  3. Review the output. If successful, TcpTestSucceeded field is set to True.

Add Active Directory Service Account to local IIS_IUSRS Security Group

Prerequisites:

On Windows Server machines that will host ObserveIT Application Server, ObserveIT Web Management Console, and ObserveIT Website Categorization module components, do the following:

Run PowerShell as Administrator.

  1. Execute the command:

    Add-LocalGroupMember -Group IIS_IUSRS -Member "<# DOMAIN\account #>"

    Replace <# DOMAIN\account #> section with the Active Directory Service Account name in the format : DOMAIN\account.

  2. Validate the account was successfully added by executing the command:

    Get-LocalGroupMember -Group IIS_IUSRS

  3. Look at the command output. If successful, the name of your Active Directory Service Account appears in the output.

Related Topic:

Custom Installation Steps

version 7.12.2