Install-VMInsights

1.7

This script installs or re-configures following on VM's and VM Scale Sets:
- Log Analytics VM Extension configured to supplied Log Analytics Workspace
- Dependency Agent VM Extension

Can be applied to:
- Subscription
- Resource Group in a Subscription
- Specific VM/VM Scale Set
- Compliance results of a policy for a VM or VM Extension

Script will show you list of VM
This script installs or re-configures following on VM's and VM Scale Sets:
- Log Analytics VM Extension configured to supplied Log Analytics Workspace
- Dependency Agent VM Extension

Can be applied to:
- Subscription
- Resource Group in a Subscription
- Specific VM/VM Scale Set
- Compliance results of a policy for a VM or VM Extension

Script will show you list of VM's/VM Scale Sets that will apply to and let you confirm to continue.
Use -Approve switch to run without prompting, if all required parameters are provided.

If the extensions are already installed will not install again.
Use -ReInstall switch if you need to for example update the workspace.

Use -WhatIf if you would like to see what would happen in terms of installs, what workspace configured to, and status of the extension.

Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Install-VMInsights -RequiredVersion 1.7

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Package Details

Author(s)

  • dougbrad@microsoft.com

Functions

Get-VMExtension Install-VMExtension Get-VMssExtension Install-VMssExtension

Dependencies

This script has no dependencies.

FileList

Version History

Version Downloads Last updated
1.10.1 22,726 12/15/2023
1.9 2,076,986 5/25/2021
1.8 3,428 1/20/2021
1.7 (current version) 1,236 11/27/2019
1.6 108 10/4/2019
1.5 402 10/4/2019
1.4 88 7/8/2019
1.3 46 5/30/2019
1.2 48 3/19/2019
1.1 79 9/25/2018
1.0 575 9/11/2018
Show more