-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d76230
commit ae52e96
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |