Skip to content

Instantly share code, notes, and snippets.

@Kaidja
Created September 18, 2021 18:32
Show Gist options
  • Save Kaidja/3f2a0cf594545228903e7426ce94988c to your computer and use it in GitHub Desktop.
Save Kaidja/3f2a0cf594545228903e7426ce94988c to your computer and use it in GitHub Desktop.
#Add the AMA Extension - this may take a few minutes to run
$AMAExtension = @{
Name = "AMAWindows"
ExtensionType = "AzureMonitorWindowsAgent"
Publisher = "Microsoft.Azure.Monitor"
ResourceGroupName = $ResourceGroup
MachineName = $ServerName
Location = $Location
}
New-AzConnectedMachineExtension @AMAExtension
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment