Skip to content

Commit 19baf60

Browse files
documentation update
1 parent 5a80a7e commit 19baf60

1 file changed

Lines changed: 19 additions & 9 deletions

File tree

ReadMe.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
## Table of Contents
44
- [InstallAgent Automation Suite](#installagent-automation-suite)
5-
* [Table of Contents](#table-of-contents)
65
* [Introduction](#introduction)
7-
* [New and improved Features since AgentDeploymentPackage in 6.0.0](#new-and-improved-features-since-agentdeploymentpackage-in-600)
6+
* [Status of Suite](#status-of-suite)
7+
* [Release notes for 6.0.2](#release-notes-for-602)
8+
* [Release notes for 6.0.1](#release-notes-for-601)
9+
* [New and improved Features in AgentDeploymentPackage 6.0.0](#new-and-improved-features-in-agentdeploymentpackage-600)
810
* [Key Features](#key-features)
911
- [The "Registration Token" - Agent Deployment and Considerations](#the--registration-token----agent-deployment-and-considerations)
1012
* [History](#history)
@@ -28,6 +30,7 @@
2830
* [1a - Setup the N-Central Custom Service (Version 6.xx)](#1a---setup-the-n-central-custom-service--version-6xx-)
2931
* [1b - Setup AMP based PartnerConfiguration update amps](#1b---setup-amp-based-partnerconfiguration-update-amps)
3032
* [1c - Setup AMP based PartnerConfiguration update amps](#1c---setup-amp-based-partnerconfiguration-update-amps)
33+
* [1d - Setup AMP based monitoring of the PartnerConfig.xml file](#1d---setup-amp-based-monitoring-of-the-partnerconfigxml-file)
3134
+ [Update PartnerConfig from CP](#update-partnerconfig-from-cp)
3235
+ [Update PartnerConfig from JWT](#update-partnerconfig-from-jwt)
3336
* [2 - Review Deployment Package Results](#2---review-deployment-package-results)
@@ -48,20 +51,27 @@
4851
## Introduction
4952
This is a community-based Automation Suite intended as a replacement for the stock N-central Group Policy Installer Script as provided by N-able. It is not supported by N-able, so please do not contact their support department regarding any problems or questions about this script. In addition, please do not contact the support departments of any individual Partners in the Community regarding the Automation Suite or its components.
5053

54+
This suite is a fork of [Ryan Crowther Jr's AgentDeploymentPackage on GitHub](https://github.com/N-able/AgentDeploymentPackage/) and will soon be the future branch going forward as they have moved on to other projects.
55+
56+
If you discover a problem with any component of the Automation Suite or have ideas on how it could be improved, [post an issue on GitHub](https://github.com/AngryProgrammerInside/InstallAgent/issues). Alternatively, post on the N-Central Slack Community chat.
57+
58+
These tools are provided as-is, in the best of faith, by those Partners and Community Members involved in their development. If you use this in your environment, we would love to hear from you on GitHub!
59+
5160
## Status of Suite
5261
All scripts in the suite have been run and tested as functional. It is currently considered in a 'beta' phase while wider testing is being performed.
5362

5463
Feel free to provide feedback and lodge issues and they will be reviewed.
5564

56-
## New and improved Features in AgentDeploymentPackage 6.0.1 (Beta)
65+
## Release notes for 6.0.2
66+
* Fixed several small bugs, full [Release Notes](ReleaseNotes.md)
67+
* Added WSDL endpoint based N-Central Server verification for environments where Echo/ICMP is blocked, or where additional verification that the server N-Central is up and accessible. Enabled by setting the `<UseWSDLVerification>` attribute to **True**
68+
* Added forced removal/cleanup when bad MSI uninstall information or MSI unable to remove old/rogue agent when needed using the AgentCleanup4.exe. Enabled by setting the `<ForceAgentCleanup>` attribute to **True**
5769

58-
This script is a fork of [Ryan Crowther Jr's AgentDeploymentPackage on GitHub](https://github.com/N-able/AgentDeploymentPackage/) and will soon be the future branch going forward as they have moved on to other projects.
59-
60-
If you discover a problem with any component of the Automation Suite or have ideas on how it could be improved, [post an issue on GitHub](https://github.com/AngryProgrammerInside/InstallAgent/issues). Alternatively, post on the N-Central Slack Community chat.
61-
62-
These tools are provided as-is, in the best of faith, by those Partners and Community Members involved in their development. If you use this in your environment, we would love to hear from you on GitHub!
70+
## Release notes for 6.0.1
71+
* Fixed a large number of bugs, full [Release Notes](ReleaseNotes.md)
72+
* Added the ability enable/disable service policy enforcement with `<EnforcePolicy>` attribute for service timeouts/restarts. By default is now **False** as the service policy can get overriden by the maintenance service eventually.
6373

64-
## New and improved Features in AgentDeploymentPackage 6.0.1
74+
## New and improved Features in AgentDeploymentPackage 6.0.0
6575

6676
![](media/readme-image8.png)
6777
* Registration token install method:

0 commit comments

Comments
 (0)