MMA-Deploy

1.15

Install, configure and Update MMA-Agent
If parameters not informed, the script read from registry: HKLM:\SOFTWARE\JA\KA-01034<Key same name of parameters>
Normally, I call from a central point to run on all servers objects from AD:
================== Example ======================
$AllServers = Get-ADComputer -Filter 'operatingSystem -like "*Server*" -and Enabled -e
Install, configure and Update MMA-Agent
If parameters not informed, the script read from registry: HKLM:\SOFTWARE\JA\KA-01034<Key same name of parameters>
Normally, I call from a central point to run on all servers objects from AD:
================== Example ======================
$AllServers = Get-ADComputer -Filter 'operatingSystem -like "*Server*" -and Enabled -eq "True"' -Properties operatingSystem
foreach ($Server in $AllServers)
{
Invoke-Command -ComputerName $Server.DNSHostName -FilePath {C:\JA\KA-01034\MMA-Deploy.ps1}
}
================= /Example ======================

Show more

Installation Options

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

Install-Script -Name MMA-Deploy

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)

  • anisio@ja.eti.br

Functions

fnUpdateConfig

PSEditions

Desktop

Dependencies

This script has no dependencies.

Release Notes

Workspace03 added
Validate WMF Version

FileList

Version History

Version Downloads Last updated
1.15 (current version) 2,813 8/28/2019
1.13 39 8/20/2019
1.12 21 8/20/2019
1.11 21 8/20/2019
1.10 23 8/18/2019
1.9 21 8/18/2019
1.8 47 8/18/2019
1.6 22 8/8/2019
1.5 20 8/8/2019
Show more