From ae52e967c0157b80db3b626acbf1c5100fd06ae1 Mon Sep 17 00:00:00 2001 From: MarcoColomb0 Date: Fri, 8 Dec 2023 21:57:15 +0100 Subject: [PATCH] Trying iwr in iwr --- AzurePSDeployer.ps1 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 AzurePSDeployer.ps1 diff --git a/AzurePSDeployer.ps1 b/AzurePSDeployer.ps1 new file mode 100644 index 0000000..bd7f38e --- /dev/null +++ b/AzurePSDeployer.ps1 @@ -0,0 +1,22 @@ +<# +.INFO + Script Name: windowsclient.ps1 + Description: Automatic Azure infrastructure deployer + +.NOTES + File Name : windowsclient.ps1 + Author : MarcoColomb0 + Prerequisite : PowerShell, Az module and an Azure subscription :) +#> + + +Write-Host = "You are currently able to deploy these services:" +Write-Host = "" +$DeploymentPrompt = Read-Host "What service would you like to automatically deploy?" +switch ($DeploymentPrompt){ + "WindowsClient" { + + } +} + +$ScriptURL = https://github.com/MarcoColomb0/AzurePSDeployer/raw/main/deployments/$DeploymentType \ No newline at end of file