You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/Register-C4bEndpoint.ps1
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,35 @@
1
+
<#
2
+
.SYNOPSIS
3
+
Deploys Chocolatey onto an endpoint.
4
+
5
+
.EXAMPLE
6
+
7
+
Some endpoints may require a different set of features. The default installation will apply our _recommended_ configuration.
8
+
However, you can override these defaults or enable/disable additional features by providing the `-AdditionalFeatures` parameter.
9
+
10
+
In this example we will disable the use of the background service so non-admin users cannot use Chocolatey (not recommended), and enable Gloabl Confirmation so you no longer need to pass -y when performing a package operation.
You can apply custom configuration which overrides the defaults or provides additional configuration by providing the `-AdditionalConfiguration` parameter.
16
+
The following example sets the `centralManagementReportPackagesTimerIntervalInSeconds` configuration item to 21600 seconds (6 hours).
0 commit comments