Azure AD Installation

Created by Lakshmi Bhavani, Modified on Wed, 10 Jul at 7:29 PM by Gayathri Daka

Installation Steps For AD Installation


Step 1: Copy the installation file (setup file) to a directory or a shared folder.
Note : Do not change the name of the setup file.


Step 2: Execute the PowerShell script installation command:


`Powershell

Start-Process -FilePath "$TRACKER_INSTALLER_INSTALLATION_PATH" -ArgumentList "/c" -NoNewWindow

`


Step 3: Replace `$TRACKER_INSTALLER_INSTALLATION_PATH` with the actual path where the installation files were copied in Step 2.


---


Uninstallation Steps:


Execute the following PowerShell script for uninstallation:


```powershell

Start-Process -FilePath "$TRACKER_INSTALLER_INSTALLATION_PATH" -ArgumentList "/c" -NoNewWindow

```


Replace `$TRACKER_INSTALLER_INSTALLATION_PATH` with the path where the installation files were originally copied.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article