Create a Time Schedule with Intervals
Time Schedule defines the time period during which users can get access through doors. Often times, there is need for a break in time when you do not need users to get access, in such situation Time Schedule with multiple intervals is very helpful...

Create/Edit a Time Schedule
Time Schedule defines the time period during which users can get access through doors or doors can be put on defined time schedule to lock/unlock them based on the time schedule. From the main menu click on Access Control and then click on Time...

Generate a Time Schedule Report
To generate a report of defined time schedules in a controller group please follow the steps below. From the main menu click on Access Control and then click on Time Schedule to access the module. Make sure that proper controller group is sele...

Define a Holiday
Holidays are important feature of access control management, this feature is helpful when the facility/building is closed on holidays and it is not required to grant access to users on these days. This article guides to define holidays in UnityIS ...

Generate Holidays Report
Holidays report generates a list of all holidays defined for a controller group that can be exported to a Text Tab delimited, xlx, word and pdf for future use. From the main menu click on Access Control and then click on Holidays to access the...

Day Scheduling
NOTE: Day Scheduling is used to program reader(s)/door(s) to unlock on a specific day for a specific timed interval. This functionality is achieved via the UnityIS server and therefore requires that the UnityIS server be running in order for th...

Test Office365 Email
$cred = get-credential Send-MailMessage -From your_email_address -To rcpt_email_address -Subject "Test Email" -Body "Test SMTP Service from Powershell on Port 587" -SmtpServer smtp.office365.com -Credential $creds -UseSsl -Port 587 Watch Video...