PowerShell : Sleep, Wait or Suspends the activity for some period of time
You can use the Start-Sleep cmdlet to suspend the activity in a script for the specified period of time. You …
You can use the Start-Sleep cmdlet to suspend the activity in a script for the specified period of time. You …
This post will help you to find and export distribution group members in Office 365 by using powershell script. We …
In this post, I am going to share powershell script to find and retrieve the list of Azure AD applications …
When you are in Exchange Online environment, you might have required (or asked) to assign “Mailbox Import Export Role” for …
Microsoft using Office 365 Group as a base service for other products like Planner, MS Teams, Yammer, etc… , so …
As an Administrator you might requested by an Outlook user to restore the deleted e-mail messages. In Office 365, you …
As an Office 365 Admin, in some situations you might need to gain access to users’ OneDrive for Business site …
In Office 365 cloud world, users need to use their UPN (UserPrincipalName) as main login name to sign-in into any …
We may fall in a situation to get a list of Office 365 users with a specific license plan to …
In PowerShell script, we often use logic to check some value is true or false. In normal case we may …