by Edward van Biljon | Dec 6, 2023 | PowerShell, PowerShell ISE, PowerShell V7, Windows Server 2019 PowerShell, Windows Server 2022 PowerShell
If you are like me and work 99% of the time in PowerShell, you always want to do things in PowerShell. This includes adding roles/features, extracting information or simply just opening stuff. I use Telnet a lot, comes in very handy when you checking email servers and...
by Edward van Biljon | Dec 3, 2023 | Exchange 2019 PowerShell, Exchange 2019, PowerShell, PowerShell ISE
Many times as Exchange Admins, we are tasked to find out if we have licenses available for new staff or we are running out of space on a server or simply just performing a cleanup and we need to know which users are inactive. In a small company this will be easier to...
by Edward van Biljon | Nov 23, 2023 | Exchange 2019 PowerShell, Exchange 2016, Exchange 2016 PowerShell, Exchange 2019, PowerShell, PowerShell ISE, Windows Server 2016 PowerShell, Windows Server 2019 PowerShell, Windows Server 2022 PowerShell
I put together a simple script that will add an Accepted Domain in Exchange 2019 from the Exchange Management Shell (EMS) instead of using the GUI. The script does require manual input of the following fields: DomainName – This is the domain you want to add to...
by Edward van Biljon | Nov 20, 2023 | Exchange 2019 PowerShell, Exchange 2016, Exchange 2016 PowerShell, Exchange 2019
Have you ever had a request to display the Top X Mailbox Users in an organization? In my lab, I wanted to see which accounts were the highest with all my testing and pumping data in to test certain things and putting together a quick script helped me achieve this....
by Edward van Biljon | Nov 19, 2023 | PowerShell, PowerShell V7, Windows Server 2016 PowerShell, Windows Server 2019 PowerShell, Windows Server 2022 PowerShell
Graphical User interfaces (GUI) are nice but I also prefer working in PowerShell as you can just get so much more info than the GUI. Recently I was working with groups and it was a bit of a pain to keep having to open the window in Active Directory Users and Computers...