Skip to content

Instantly share code, notes, and snippets.

View sujangrg's full-sized avatar

Sujan Gurung sujangrg

View GitHub Profile
{
"variables": {
"ssh_user": "admin",
"ssh_pass": "abc@341256",
"mgd_image": "apchewebserver",
"rg": "rg_name",
"subscription_id": "subscription-id",
"image_ver": "1.0.0"
},
@eonarheim
eonarheim / AdminRestApi.ps1
Last active August 12, 2022 21:08
PowerShell DSC Configuration for the new Microsoft IIS.Administration Rest API
configuration AdminRestAp {
Import-DscResource -ModuleName xPSDesiredStateConfiguration
Import-DscResource -ModuleName xNetworking
Node "webserver" {
<#
Install windows features
#>
WindowsFeature InstallIIS {