From 07ffb98f603e2aa9a37143474578eb6a4b3e3be5 Mon Sep 17 00:00:00 2001 From: Bobban Date: Tue, 11 Apr 2023 06:21:21 +0200 Subject: [PATCH] Added module install script --- PowerShell/Install-Modules.ps1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 PowerShell/Install-Modules.ps1 diff --git a/PowerShell/Install-Modules.ps1 b/PowerShell/Install-Modules.ps1 new file mode 100644 index 0000000..11444a9 --- /dev/null +++ b/PowerShell/Install-Modules.ps1 @@ -0,0 +1,2 @@ +Install-module ActiveDirectory +Install-module ExchangeOnlineManagement