In my previous posts I discussed about listing Azure AD users and groups and provided Powershell scripts to generate those quickly : List all Azure AD Users List all Azure AD Groups In this post I will discuss about Azure AD Roles and Administrators assigned to those roles. As per Microsoft document – Using Azure…
Tag: Active Directory
Change Ownership of Directories using Powershell
Today I am going to share a small , however, very useful script to change Ownership of a list of Windows Directories / CIFS using Powershell. Being a Windows System Administrator, we often find ourselves in situations where we have issues to access or change NTFS permission on Directories. We tend to update or take…
List all Azure AD users
Here is a Powershell script to generate a report on Azure Active Directory Users in Azure tenant. This csv file report with information of all Azure AD users. It includes a list of all standard properties you need to know for a user. You can refer Microsoft Documentation for more details. Again, I run this…