Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnrgreg/install-mma-on-nano-server
Powershell script to install the OMS Microsoft Monitoring Agent onto Nano Servers
https://github.com/mnrgreg/install-mma-on-nano-server
Last synced: 7 days ago
JSON representation
Powershell script to install the OMS Microsoft Monitoring Agent onto Nano Servers
- Host: GitHub
- URL: https://github.com/mnrgreg/install-mma-on-nano-server
- Owner: MnrGreg
- Created: 2017-01-03T07:48:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-12T21:48:04.000Z (almost 8 years ago)
- Last Synced: 2024-10-16T09:33:52.375Z (22 days ago)
- Language: PowerShell
- Size: 8.61 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install-MMA-on-Nano-Server
A Powershell script to install the OMS Microsoft Monitoring Agent onto Nano ServersThis script installs MMA on Nano Server without SCOM or ActiveDirectory dependancies with the intention of attaching to Azure OMS only. Note, the SCOM/MMA agent install files (version 8.0.10709.0) are used for this install. Copy the content from the SCOM2016 ISO ":\NanoAgent\" folder to your current path. This script has to be run with administrative privileges. The user account which is used to connect to the Nano Server must also have administrative rights on the Nano Server. WMF 5.0 is required for Copy-Item to NanoServer.
## EXAMPLE
Install-MMA-on-Nano-Server.ps1 MyNanoServerName MyOMSWorkSpaceID MyOMSWorkSpaceKey
## NOTES
The SCOM2016 \NanoServer\InstallNanoServerScomAgentOnline.ps1 script was heaviliy modified to cater for this installation. Functionaly may be different from the MMASetup-AMD64 install.Script can be found at:
https://github.com/MnrGreg/Install-MMA-on-Nano-Server
https://www.powershellgallery.com/packages/Install-MMA-on-Nano-Server/