Skip to content

Instantly share code, notes, and snippets.

View Siddartharjun's full-sized avatar

Siddartharjun

View GitHub Profile
Install-WindowsFeature -Name Web-Server
$content = '<html><body style="background-color:#eef2ff;text-align:center;"><h1>Azure VMSS IIS</h1><p>Hostname: ' + $env:COMPUTERNAME + '</p></body></html>'
Set-Content -Path C:\inetpub\wwwroot\index.html -Value $content