Skip to content

Commit

Permalink
Trying iwr in iwr
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoColomb0 committed Dec 8, 2023
1 parent 8d76230 commit ae52e96
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions AzurePSDeployer.ps1
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ae52e96

Please sign in to comment.