For a while now I have had issues with gathering permissions that are required to run cmdlets in the Security and Compliance Center. Basically any query that is made ends
Category: PowerShell
Help – PowerShellHelp – PowerShell
Dealing with PowerShell on a daily basis, I query the help for a lot of cmdlets every day. This mean looking at syntax, examples, parameters and switches for a cmdlet.
PowerShell 7.0 Quick ReferencePowerShell 7.0 Quick Reference
In order to help those learning PowerShell get a leg up on PowerShell 7.0, I’ve just released my newest PowerShell Quick Reference. This Quick Reference provides a lot of concentrated
Exchange Online – ToMB is Back!Exchange Online – ToMB is Back!
One nice feature in Exchange 201x PowerShell is the ability to easily list all mailboxes and their size in Megabytes (MB). Why is this important? Simply put, consistency of data
PowerShell 7.0 Released!PowerShell 7.0 Released!
PowerShell 7.0 was recently released to the world. This newest version of PowerShell is Microsoft’s latest vision for their shell. The new version can be found here: https://github.com/PowerShell/PowerShell/releases/tag/v7.0.0 What’s New
Microsoft Teams [new PowerShell module] – 1.05Microsoft Teams [new PowerShell module] – 1.05
The Teams PowerShell module is slowly morphing from the Beta/pre-production version that was released last year. With version 1.05 we see that Microsoft is consolidating cmdlets and transforming how the
What Type? GetType()What Type? GetType()
There are multiple types of variables. Variables can contain numbers, strings and more. Sometimes this can be key to how we handle the data on the variable or how we
Get-HistoryGet-History
History is important and those that don’t know it are doomed to repeat it. OK. We aren’t talking about that kind of history. In this Tip of the Week we
PowerShell Help -ShowWindowPowerShell Help -ShowWindow
Apologies for those who read my weekly PowerShell Tips, but the past two months have been quite busy – polishing up some books (yes plural) as well as moving my
Working with Packages/ModulesWorking with Packages/Modules
Package and Module management can be a pretty important piece of using PowerShell to automate or to just run simple scripts to father information. There are some nuances and things