Reporting Azure AD user IDs last logon timestamp using Microsoft Graph API
It’s been a while since I’ve updated my blog so here we go! This is a step-instruction guide on how to generate Azure AD reports listing all users’ last logon …
It’s been a while since I’ve updated my blog so here we go! This is a step-instruction guide on how to generate Azure AD reports listing all users’ last logon …
Drafted an exiting user request form which is simple and effective for any IT solution. It is designed for approval authority to complete, sign and submit to IT for handling. …
Drafted a new user request form which is simple and effective for any IT solution. It is designed for approval authority to complete, sign and submit to IT for handling. …
Here is aPowerShell script to archive all users within an organisational unit (Disabled Users) to a network path. Prerequisite is to grant your Administrator account with ownership/full control permissions to …
We can generate a list of users and their corresponding managers entered against AD user objects by using Powershell. echo user1, user2, user3 | get-aduser -Properties manager | Select-Object -Property …
First install the Microsoft Online Services Sign-In Assistant for IT Professionals RTW from the Microsoft Download Center. Then install the Azure Active Directory Module for Windows PowerShell (64-bit version), and …
On your local computer, open Windows PowerShell and run the following command. $UserCredential = Get-Credential In the Windows PowerShell Credential Request dialog box, type your Exchange Online user name and password, and …
