...
Confirm the service is started on the system
...
...
Ports
*The default port for the web dashboard is 5860 however if this port is in use by another application, it may change. To find out the new port the connector is assigned to, please do the following steps*
You can use the resource monitor included in Windows, to find the port that a service is using. once it loads, please navigate to the Network tab.
...
On this tab, you’ll have 4 blocks of different information, we want to be using the last one titled Listening ports.
...
Here you’ll be able to find which port the AD sync connector is using
...
Configuration
...
On this page you can setup the hour and minutes you would like to scan on a daily basis
Once you have setup your schedule, this will trigger at the inputted time. However if you’d like to trigger your scan immediately, please navigate to http://localhost:5860/hangfire
...
Now click on the Recurring Jobs tab in order to view your scheduled job.
...
Tick the job this is currently in there, and then tap the Trigger Now button. You will see the Jobs tab change to 1, this indicates the scan is now running.
...
...
Scan Schedule Configuration
To update the scan schedule you will need to locate the appsettings.json in Program Files
Open your file explorer navigate your way to where appsettings.json is located by going to This PC > Windows (C:) > Program Files > RoboShadow Ltd > RoboShadow AdSync > AdSync
...
In AdSync you will find the file appsettings.json which is what holds the information you will need to change for scheduling scans
...
Edit the appsettings.json file and amend the “ScanDetails“ section. You can change the schedule scan time that the scan will be triggered by changing ScheduleHour and ScheduleMinute. These numbers represent a specific time (e.g., 15:32 PM). After changes, Save the appsettings.json file.
...
Finally once the scan schedule has run, navigate to the RoboShadow Portal Management page to see the AD devices being synchronised.
...