Azure AD Installation

Created by Lakshmi Bhavani, Modified on Thu, 27 Jun 2024 at 06:20 PM by Lakshmi Bhavani

Installation Steps For AD Installation


Step 1: Copy the installation files to a directory or a shared folder.


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 atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article