8. September
Get EXO mailbox delegation
22. July
How to enable download attendance reports in Teams
The `CsTeamsMeetingPolicy` cmdlets enable administrators to control the type of meetings that users can create or the features that they…19. July
Inside Azure datacenter architecture with Mark Russinovich
Join Mark Russinovich, Azure CTO, to learn how Microsoft Azure enables intelligent, modern, and innovative applications at scale in the…17. July
Bulk Delete SharePoint Items in a Large List Using PowerShell
While dealing with SharePoint lists/libraries which have huge number of items (more than 5,000 items), you have to be very…14. July
Search through ProxyAddresses
In Exchange Online: Get-Recipient -ResultSize Unlimited | where {$_.EmailAddresses -match "[email protected]"} | Select Name,PrimarySmtpAddress On-Premise: Get-ADObject -Properties proxyAddresses -filter {proxyAddresses…9. June
Find users by specific email domain with PowerShell
Sometimes you will need to find users by specific domain. Here is short PowerShell cmdlet which you can use: Note:I…16. April
Get licensed users with particular license assigned
Today I had a task to get all licensed users, who have Teams license assigned and their SamAccountName start with…31. March
Assign direct license to multiple users via PowerShell
Hi there .. with this short script you can assign license directly to users from CSV/TXT file. Prepare CSV file…