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
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
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 ======================
Installation Options
Owners
Package Details
Author(s)
- anisio@ja.eti.br
Functions
PSEditions
Dependencies
This script has no dependencies.
Release Notes
Workspace03 added
Validate WMF Version
FileList
- MMA-Deploy.nuspec
- MMA-Deploy.ps1