PowerShell

AzureAD Logo

How to add AzureAD account to local administrators on Windows

Intro Elevating local accounts is something that pop-ups up from time-to-time, as I have been migrating my clients away from local and domain accounts and towards AzureAD, I find myself having to confirm the best way to elevate certain accounts to local admin, my usual process of going to lusrmgr.msc is no longer effective with …

How to add AzureAD account to local administrators on Windows Read More »

PowerShell icon

The best way to run PowerShell Scripts on ConnectWise Automate

Intro Starting my journey using ConnectWise Automate, I quickly realised the most obvious way of running PowerShell scripts, natively in the ConnectWise Automate scripting language frequently results in scripts never finishing or only partly executing, I’ve spent hours troubleshooting and found the best way to run PowerShell scripts in Automate! This info is the result …

The best way to run PowerShell Scripts on ConnectWise Automate Read More »

Microsoft Teams Logo

Stop Teams meetings automatically created for every Outlook calendar event

Intro One of my clients uses Teams for internal communication and Zoom for external sales presentations. They have been plagued with Teams meetings being automatically added to their Outlook calendar events. I personally understand the annoyance of Microsoft’s push to use Teams at every opportunity, despite the development of Teams, it is still not the …

Stop Teams meetings automatically created for every Outlook calendar event Read More »

PowerShell output/result of the command

How to uninstall any program using ConnectWise Control backstage

Intro I recently have had to go through 100’s of computers to identify outdated software and found a great way of uninstalling software with interractive installers using ScreenConnect/ConnectWise Control. This method doesn’t require any end-user interraction as we are going to be using the backstage feature of ConnectWise Control! If you have ever had to …

How to uninstall any program using ConnectWise Control backstage Read More »

PowerShell Window Showing Calendar Permissions

How to adjust calendar permissions on Microsoft 365 Exchange Online with PowerShell

Intro Adjusting calendar permissions using PowerShell is the most common thing people administrating Microsoft 365 Exchange Online will use, and in my case, it is the first function I’ve used PowerShell for professionally. I find the command can be confusing despite using it countless times due to the ambiguity in the syntax; I’ll frequently refer …

How to adjust calendar permissions on Microsoft 365 Exchange Online with PowerShell Read More »