Exchange PowerShell Filtering Examples
When writing Exchange PowerShell scripts it is very useful to target specific machines to either query or set their properties. Thus the ability to generate a query that effectively targets the correct machines is a very good thing to have!
The reason I'm posting this is that I see a lot of people manually specify a list of servers, and then iterate through the list which typically looks like this:… Read the rest “Exchange PowerShell Filtering Examples”