23. September
Microsoft Ignite Cloud Skills Challenge
The Microsoft Ignite Cloud Skills Challenge has begun! Take on up to six challenges and earn a free Microsoft Certification…18. September
Check two attributes – Mail and PrimarySmtpAddress on Distribution Groups
How to compare/check two attributes - Mail and PrimarySmtpAddress - and create Excel report if they are not the same.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…