My typical PowerShell Script header
This is the template I use at the to of a script. I find that it’s helpful to type this out sometimes an refer to it as I go along. I tend to use...
This is the template I use at the to of a script. I find that it’s helpful to type this out sometimes an refer to it as I go along. I tend to use...
RSAT is a Windows package of remote administration tools from Microsoft. A complete list can be found on the RSAT page on the Microsoft Website. There are several ways to install the tools Download...
I got the following error when Visual Studio Code started up reporting that a package installer needed updating It tried to run the following command. This produced the following Error. After looking around it...
Exchange / Microsoft / PowerShell
by Scott McGrath · Published 03/07/2019 · Last modified 18/09/2024
There’s quite a few reasons why you would need to get the size of mailbox folders. If someone has run out of space or you just need to report on folders for some reason.
In Exchange 2010/2013 you might find yourself in a position to need to export disconnected mailboxes. Say if someone leaves and their account is deleted, leaving the mailbox in a ‘Disabled’ state for the...