N-central Troubleshooting
How to create a custom service to monitor the Windows 10 build versions within N-able N-central
Last Modified
Mon Mar 23 00:54 GMT 2020
Description
- How to create a custom service to monitor the Windows 10 build versions within N-able N-central
- Looking to create a custom amp based service to monitor Windows build versions
Environment
- N-able N-central
Solution
- Create an Automation Policy with a Powershell Script module with the following line of Powershell code:
- $PSBuild = $psversiontable.PSVersion.Build
- Give the Automation Policy the following Output Parameter:
- Name: "PSBuild"
- Display: "PSBuild"
- Type: number
- Save the Automation Policy
- Import into N-able N-central by selecting Configuration > Scheduled Tasks > Script/Software Repository
- Navigate to Administration > Service Management > Custom Services
- Select Add > Service > Automation Manager Policy
- Complete setting up the service with the desired name and schedule
- Configure the thresholds using the long build number from this reference guide:
- NOTE: These thresholds will need updating annually/bi-annually to suit the Windows 10 builds as they become obsolete