Using a Field in AD for Desk Allocation during OfficeMaps Sync

Using a Field in AD for Desk Allocation during OfficeMaps Sync

OfficeMaps has an AD Sync process to add users and associated properties from AD. Information about this is available in the article Sync People from AD. As part of this function, Administrators can specify a field in AD that is used to assign each user to an asset. This setting is available under the Main Menu -> Preferences -> People menu option under the section Does AD contain a field for desk allocation? 

The first step is to choose a field in AD which will be used to store the name of the asset. One of the preferred fields which is visible by default is Office (in AD, PhysicalDeliveryOfficeName). Using this field is the most straightforward option but if this field is already in use or is not desired, a number of generic Extension Attributes exist in AD.

Before using one of these fields it is best to verify which if any are currently in use by other applications. To do this, open ADSI Edit, select a User, right click and then choose Properties. Set a sample asset name value for this attribute (in our example, O-BNE-1.12). 



This attribute will then need to be added to Azure Active Directory Connect as seen in the following image. Under Sync -> Directory Extensions, highlight the field and add it to the Selected Attributes.



Complete the wizard. It will typically run a sync on completion.
 
The next step is to then verify that the Attribute data exists in AD.
Open Powershell as an administrator. If it is not already installed, install the AzureAD module using the following command:
Install-Module AzureAD

Login to Azure AD (you will need admin level user credentials) using the following command and complete the login process:
Connect-AzureAD

If you do not know the UPN that is used in Azure AD, then run the following command to display a list:
get-azureaduser

Run the following command to check properties on a user:
get-azureaduser -objectid {userupn/defaultemail} | select -expandproperty extensionproperty

If the AD Sync to Azure AD has completed and worked correctly, you should see the newly added extension attribute data in the details listed, e.g.
extension_ed33333eaaaa222aaa333bbb444caaaa_extensionAttribute2        O-BNE-1.12

Settings in OfficeMaps

Once this step has been verified, configure the setting to assign this AD attribute for asset allocation through the Main Menu -> Preferences -> People menu option under the section Does AD contain a field for desk allocation? Ensure that the check box is ticked and enter the name of the AD field. In the field Desk allocation method, enter the value M. If the same asset name is used in different locations within OfficeMaps (for example, one desk in Sydney and one in New York, both with the name Desk123) in the third text box you can enter the AD field which will be used to look up the name of the location that the asset allocation refers to. If this is not required, leave the field Name of asset location field for person in AD blank.

Finally, perform a manual sync to push the values from AD into OfficeMaps and users will be assigned to the appropriate assets. This function can be activated through the Main Menu -> People -> Action menu, choosing either of the options to Sync People From AD.
    • Related Articles

    • Configuring Azure AD for self-hosted OfficeMaps

      This article is intended to provide network administrators with the steps required to enable Azure AD to integrate with self-hosted OfficeMaps. IMPORTANT: THIS ARTICLE IS ONLY FOR ON-PREMISE INSTANCES. DO NOT COMPLETE ANY OF THESE STEPS IF YOUR ...
    • Adding a new Azure AD/Office 365 Integration Provider

      What is an Integration? An integration is a way for Administrators to connect OfficeMaps to a third-party services like Microsoft or Google, which can be used to authenticate users attempting to log in. An integration can also be configured to allow ...
    • Sync People from AD

      Please ensure the steps required have been done prior to attempting to run Ad Sync. For Azure Ad/ Office 365, Setup the Integration Provider . (including setting How are new people added). For AD (on premise) - Open the main menu and choose ...
    • Using Zapier to Create Users

      By using the OfficeMaps Zapier integration you can create users from over 2000 other applications including Slack, SQL Server, G Suite, IMAP Email Servers, and AWS. Before starting you will need to have a Zapier account and have connected it to your ...
    • How to Print Desk Number Labels (Admins Only)

      Purpose In flexible working environments it is often useful for employees to be able to easily identify the specific desk or work point where they are located. Since OfficeMaps allows every desk to have a unique code, the steps below allow labels or ...