Check if AD Users from OU are Member of a Group using Powershell
We can use the Active Directory powershell cmdlet Get-ADGroupMember to check if an AD user is member of an AD …
We can use the Active Directory powershell cmdlet Get-ADGroupMember to check if an AD user is member of an AD …
Problem I used to connect Azure AD Powershell module using Connect-MsolService command. I can always able to successfully connect via …
We may have a requirement to set a password for an individual user to never expire and in some cases …
Problem I am receiving the error ‘[ps.outlook.com] Connecting to remote server failed with the following error message : The SSL …
We are often required to check mailbox size and storage quota for every user’s mailbox. In this post, we will …
In dynamic business need, we may required to frequently update user profile properties , such as email, manager and other …
We may required to retrieve SharePoint Online user profile properties, such as display name, email, title, manager and other business …
Getting last logon date of all Office 365 Mailbox enabled users is one of the important task to track user …
We may required to automate the process of inviting external users to SharePoint site or document. In this article, I …
Problem You will receive the following error when try to run the Windows Azure Active Directory Module or run the …