Get Extension Attributes Using Microsoft Graph

There can be situations where you as a DevOps  engineer or infrastructure administrator want to access extension attributes or other onpremise attribute values from the cloud without accessing these thru on-premise infrastructure. One such situation I have been encountered with Microsoft flow where I want to get back-end properties when user fill the powerapps form.…

Export direct reports Attributes from List of Managers

New day, new PowerShell Magic…. One of the customer manger has contacted us  with the below requirement: Export particular attributes for Direct reports from multiple managers. Input will be provided via samacountnames of managers thru text file. Attribute List: Manager,FirstName, LastName, EmailAddress,Department, Location, Employeeid We have used PowerShell Active Directory Module to achieve this as…