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: src/content/docs/en-us/guides/organizations/organizational-deployment-guide/client-setup.mdx
+24-8Lines changed: 24 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ import OrgGuideClientSetupIntro from '@components/docs/OrgGuideClientSetupIntro.
19
19
Chocolatey provides a suggested installation and configuration script along with the rest of the organizational guide. It's available [in the choco-orgguide-scripts repository](https://github.com/chocolatey/choco-orgguide-scripts/blob/main/ClientSetup.ps1).
20
20
</Callout>
21
21
22
-
###Usage
22
+
## Usage
23
23
24
24
You can download and run the script in one of two ways - fill out the values below, and select the tab closest to your environment:
25
25
@@ -32,7 +32,6 @@ You can download and run the script in one of two ways - fill out the values bel
32
32
| Chocolatey Central Management Service Salt | <DynamicCodeBlockInputname="OrgGuideCcmServiceSalt"defaultValue="ServiceCommunicationSalt" /> | Used to secure communication to the Chocolatey Central Management service. |
33
33
| Chocolatey Central Management Client Salt | <DynamicCodeBlockInputname="OrgGuideCcmClientSalt"defaultValue="ClientCommunicationSalt" /> | Used to secure communication to the Chocolatey Central Management service. |
34
34
35
-
36
35
exportconst clientsetupscenarios = [
37
36
{ id: 'repo,ccm', title: 'Repository and Chocolatey Central Management', isActive: true },
38
37
{ id: 'repo', title: 'Repository Only' },
@@ -160,13 +159,29 @@ You can also save the script to your client machine and run it with the same par
160
159
`}
161
160
</DynamicCodeBlock>
162
161
163
-
###Setup Modification
162
+
## Setup Modification
164
163
165
164
You can additionally use this script to add configuration, packages, and more.
166
165
167
166
By passing arguments to `AdditionalConfiguration`, `AdditionalFeatures`, `AdditionalSources`, and `AdditionalPackages` you can additively configure your Chocolatey client - or you can add lines directly to the Client Setup script and deploy that.
168
167
169
-
#### Configuration
168
+
### Include Packaging Tools with Installation
169
+
170
+
Some members of your team may be responsible for maintaining Chocolatey packages in your organization. These tools can be included in the installation by providing the `-IncludePackageTools` parameter.
Some machines within your organization might not require the installation of the self-service Chocolatey GUI application. Examples of these types of machines may include Windows servers with no GUI interface, or digital signage/kiosk thin clients. You can skip installation of the Chocolatey GUI application by providing the `-SkipChocolateyGUI` parameter.
0 commit comments