Azure App Services: Get App Services Role Assignments, including slots

Introduction In this blog I will share one way to get an Azure App Service (WebApp), and associated slots, role assignments. My blogs have relatively simple, and sometimes complex, examples. I’m hoping that you will be able to tailor them …

By Saad Khamis August 25, 2022 App Services , Azure , PowerShell 27637 views

My Code Signing Certificate

To protect my scripts and make sure they are safe, I signed my scripts with a Code Singing Certificate. I use AutoIt Scripting Language to develop scripts and applications. Some Antimalware/Antivirus programs may mark my scripts as either contain malware …

By Saad Khamis June 24, 2022 Uncategorized 13879 views

IntuneWinAppUtil GUI v0.6.0.0

Win32 Content Prep Tool GUI (IntuneWinAppUtilGUI.exe), a tool to simplify using and executing IntuneWinAppUtil.exe and IntuneWinAppUtilDecoder.exe. Microsoft Win32 Content Prep Tool (IntuneWinAppUtil.exe) converts application installation files into the “.intunewin” format. IntuneWinAppUtil is a command line tool that is inconvenient to use. Important: …

By Saad Khamis June 15, 2022 Intune 17056 views

Create a Microsoft Team with single/multiple owners/users using PowerShell

In this blog I will share one way to create a Microsoft Team with single/multiple owners/users PowerShell. Owners and users are added using either user’s full name or user’s UPN. Introduction My blogs have relatively simple, and sometimes complex, examples. …

By Saad Khamis November 14, 2021 Microsoft 365 , Teams 22057 views

Transport Rule Properties updates using PowerShell

In this blog I will share one way to write a function to update, add or remove values, a specific property of an Exchange Online transport (mail flow) rule using PowerShell. Note: Function included in this post works with parameters …

By Saad Khamis November 7, 2021 Exchange , Microsoft 365 , PowerShell 35740 views

Microsoft 365 – Exchange – Function to Get Transport Rule Properties using PowerShell

In this blog I will share one way to write a function to get all or specific properties of an Exchange Online transport (mail flow) rule using PowerShell. I will also show how to a function can accept pipeline input …

By Saad Khamis November 3, 2021 Exchange , Microsoft 365 , PowerShell 28739 views

Windows Servers: Import SSL certificate on IIS and set up HTTPS binding using PowerShell

In this blog I will share one way to import SSL certificate on IIS and set up HTTPS binding to use the imported SSL certificate using PowerShell. If you already imported the new SSL certificate, you can skip that step …

By Saad Khamis October 30, 2021 PowerShell , Windows 19598 views

Azure App Services: Create an App Service and associated Slots using PowerShell

In this blog I will share one way to create an App Service Plan,  App Service and associated Slots using PowerShell. I will also show you how to delete all created resources with one command or delete one resource at …

By Saad Khamis October 19, 2021 App Services , Azure , PowerShell 15683 views

Azure App Services: Get Scheduled Backup Configuration for All App Services and Associated Slots using PowerShell

In this blog I will share one way to get Azure App Services scheduled backup configuration for a all App Services and all App Services and each App Service Slots using PowerShell. My blogs have relatively simple, and sometimes complex, examples …

By Saad Khamis October 17, 2021 App Services , Azure , PowerShell 14376 views

Azure App Services: Get Scheduled Backup Configuration for a Single App Service and Associated Slots using PowerShell

In this blog I will share one way to get Azure App Services scheduled backup configuration for a single App Service and its Slots using PowerShell. My blogs have relatively simple, and sometimes complex, examples and I’m hoping that you will …

By Saad Khamis October 16, 2021 App Services , Azure , PowerShell 10144 views