Frequently Asked Questions
Common questions and answers
How do I get assistance?
Please see our support page
Which permissions are required for installation?
Entra ID
The Global Administrator plays a vital role during the installation of the Bsure Datacollector. You will require a highly privileged user account due to the restrictions that Microsoft has imposed on the assignment of MS Graph Roles to applications. Although the Privileged Role Administrator may also be used, we've skipped that in the prior steps. This decision was influenced by the familiarity of most customers with the Global Administrator Role
Azure Subscription
When installing the Bsure Datacollector, the Azure Resource Manager has to assign permissions to certain identities. The task of assigning permissions within an Azure Subscription is reserved for the Owner Role. Additionally, access to the actual resources within the subscription is required, rendering the User Access Administrator insufficient for this purpose
Can we add last logon info from on-premises AD?
Bsure Insights show users last successful sign-in date in Entra ID. Our app does not have information about when users last logged on to your on-premises Active Directory.
Hybrid customers may have users synced to Entra ID, showing as inactive in Bsure Insights, because they have not signed in to any Microsoft cloud resources recently. But they can still be active in your local AD.
To bring the last logon information from AD in to Bsure Insights, you have to add this information to a user attribute that is being synced to Entra ID.
Our recommended approach:
Run a PowerShell script against your local AD to write Last Logon date to an unused Extension Attribute.
Schedule the script to run daily, using Task Scheduler or an automation tool of your choice.
Script example:
You have to adapt this script to your local environment. Change the OU path, and change extensionattribute2 to the extension attribute you choose.
This script writes LastLogonTimestamp in format YYYY-MM-DD to the selected ExtensionAttribute. The ExtensionAttribute properties are in string format in Bsure Insights.
NB! LastLogonTimestamp in ActiveDirectory may have up to 14 days delay. Read more about the difference between LastLogon, LastLogonTimestamp and LastLogonDate in Active Directory here.
How can we delete the Managed Application?
To find the Managed Application Center, enter "Managed Application Center" into the search bar at the top of the page on https://portal.azure.com. Then, select the "Managed Application Center" option from the search results.
Navigate to "All Applications" and find the application you installed. The name of the application will be the same as the one you selected during the installation process. Click on the application name to access the Managed Application.
Click on the "Delete" button and confirm your action to initiate the deletion process.
Last updated