From 71221bdc614b5409e55ca19030f104c34c1db724 Mon Sep 17 00:00:00 2001 From: Ben Whitmore <44303264+byteben@users.noreply.github.com> Date: Wed, 20 May 2026 14:38:24 +0100 Subject: [PATCH] Remove module requirement on Line 1. Script installs required modules. --- Other/Win32app/New-Win32app.ps1 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Other/Win32app/New-Win32app.ps1 b/Other/Win32app/New-Win32app.ps1 index ed08092..d65e616 100644 --- a/Other/Win32app/New-Win32app.ps1 +++ b/Other/Win32app/New-Win32app.ps1 @@ -1,11 +1,9 @@ - -#Requires -Modules Microsoft.Graph.Authentication, Az.Storage - <# .Synopsis Creates a test Win32 app in Intune using the Graph SDK PowerShell module. Created on: 21/04/2026 +Updated on: 20/05/2026 Created by: Ben Whitmore@PatchMyPC Filename: New-Win32app.ps1