Skip to content

Commit 403c29a

Browse files
author
Sean Wheeler
committed
platyps updates
1 parent 3ded586 commit 403c29a

File tree

994 files changed

+23509
-25394
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

994 files changed

+23509
-25394
lines changed

sccm-ps/ConfigurationManager/Add-CMAndroidDeploymentType.md

+16-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
2-
title: Add-CMAndroidDeploymentType
3-
titleSuffix: Configuration Manager
2+
author: aczechowski
43
description: Adds an Android deployment type.
4+
external help file: AdminUI.PS.AppMan.dll-Help.xml
5+
manager: dougeby
6+
Module Name: ConfigurationManager
7+
ms.author: aaroncz
58
ms.date: 04/29/2019
69
ms.prod: configuration-manager
710
ms.technology: configmgr-other
811
ms.topic: conceptual
9-
author: aczechowski
10-
ms.author: aaroncz
11-
manager: dougeby
12+
schema: 2.0.0
13+
title: Add-CMAndroidDeploymentType
14+
titleSuffix: Configuration Manager
1215
---
1316

1417
# Add-CMAndroidDeploymentType
@@ -49,14 +52,14 @@ The **Add-CMAndroidDeploymentType** cmdlet adds an Android deployment type to an
4952

5053
### Example 1: Add an Android deployment type
5154
```
52-
PS C:\>Add-CMAndroidDeploymentType -ApplicationName "testApp" -ContentLocation "\\Server1\Applications\Apk\Expenses\expenses.apk" -DeploymentTypeName "AndroidDeploymentType"
55+
PS XYZ:\>Add-CMAndroidDeploymentType -ApplicationName "testApp" -ContentLocation "\\Server1\Applications\Apk\Expenses\expenses.apk" -DeploymentTypeName "AndroidDeploymentType"
5356
```
5457

5558
This command adds an Android deployment type to the application named testApp.
5659

5760
### Example 2: Add an Android deployment type by using the pipeline
5861
```
59-
PS C:\> Get-CMApplication -Name "testApp" | Add-CMAndroidDeploymentType -ContentLocation "\\Server1\Applications\Apk\Expenses\expenses.apk" -DeploymentTypeName "AndroidDeploymentType"
62+
PS XYZ:\> Get-CMApplication -Name "testApp" | Add-CMAndroidDeploymentType -ContentLocation "\\Server1\Applications\Apk\Expenses\expenses.apk" -DeploymentTypeName "AndroidDeploymentType"
6063
```
6164

6265
This command gets the application object named testApp and uses the pipeline operator to pass the object to **Add-CMAndroidDeploymentType**, which adds an Android deployment type to the application.
@@ -87,7 +90,7 @@ Adds an array of requirements for this deployment type.
8790
```yaml
8891
Type: Rule[]
8992
Parameter Sets: (All)
90-
Aliases:
93+
Aliases:
9194

9295
Required: False
9396
Position: Named
@@ -117,7 +120,7 @@ Specifies the name of the application that is associated with this deployment ty
117120
```yaml
118121
Type: String
119122
Parameter Sets: ByAppName
120-
Aliases:
123+
Aliases:
121124

122125
Required: True
123126
Position: Named
@@ -178,7 +181,7 @@ Specifies a display name for this deployment type.
178181
```yaml
179182
Type: String
180183
Parameter Sets: (All)
181-
Aliases:
184+
Aliases:
182185

183186
Required: False
184187
Position: Named
@@ -193,7 +196,7 @@ DisableWildcardHandling treats wildcard characters as literal character values.
193196
```yaml
194197
Type: SwitchParameter
195198
Parameter Sets: (All)
196-
Aliases:
199+
Aliases:
197200

198201
Required: False
199202
Position: Named
@@ -223,7 +226,7 @@ ForceWildcardHandling processes wildcard characters and may lead to unexpected b
223226
```yaml
224227
Type: SwitchParameter
225228
Parameter Sets: (All)
226-
Aliases:
229+
Aliases:
227230

228231
Required: False
229232
Position: Named
@@ -296,7 +299,7 @@ Accept wildcard characters: False
296299
```
297300
298301
### CommonParameters
299-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
302+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
300303
301304
## INPUTS
302305

sccm-ps/ConfigurationManager/Add-CMApplicationCatalogWebServicePoint.md

+16-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
2-
title: Add-CMApplicationCatalogWebServicePoint
3-
titleSuffix: Configuration Manager
2+
author: aczechowski
43
description: Adds an Application Catalog web service point to a Microsoft System Center Configuration Manager site.
4+
external help file: AdminUI.PS.HS.dll-Help.xml
5+
manager: dougeby
6+
Module Name: ConfigurationManager
7+
ms.author: aaroncz
58
ms.date: 04/27/2019
69
ms.prod: configuration-manager
710
ms.technology: configmgr-other
811
ms.topic: conceptual
9-
author: aczechowski
10-
ms.author: aaroncz
11-
manager: dougeby
12+
schema: 2.0.0
13+
title: Add-CMApplicationCatalogWebServicePoint
14+
titleSuffix: Configuration Manager
1215
---
1316

1417
# Add-CMApplicationCatalogWebServicePoint
@@ -45,7 +48,7 @@ For more information about site system roles, see [Install and Configure Site Sy
4548

4649
### Example 1: Add a web service point for the Application Catalog
4750
```
48-
PS C:\>Add-CMApplicationCatalogWebServicePoint -PortNumber 80 -SiteCode "CM1" -SiteSystemServerName "CMACWSPRole.Western.Contoso.com"
51+
PS XYZ:\>Add-CMApplicationCatalogWebServicePoint -PortNumber 80 -SiteCode "CM1" -SiteSystemServerName "CMACWSPRole.Western.Contoso.com"
4952
```
5053

5154
This command adds a web service point for the Application Catalog.
@@ -61,7 +64,7 @@ Valid values are: HTTP and HTTPS.
6164
```yaml
6265
Type: ComputerCommunicationType
6366
Parameter Sets: (All)
64-
Aliases:
67+
Aliases:
6568
Accepted values: Http, Https
6669

6770
Required: False
@@ -92,7 +95,7 @@ DisableWildcardHandling treats wildcard characters as literal character values.
9295
```yaml
9396
Type: SwitchParameter
9497
Parameter Sets: (All)
95-
Aliases:
98+
Aliases:
9699

97100
Required: False
98101
Position: Named
@@ -107,7 +110,7 @@ Indicates that the cmdlet forces wild card handling.
107110
```yaml
108111
Type: SwitchParameter
109112
Parameter Sets: (All)
110-
Aliases:
113+
Aliases:
111114

112115
Required: False
113116
Position: Named
@@ -138,7 +141,7 @@ Specifies the port to use to connect with the web service.
138141
```yaml
139142
Type: Int32
140143
Parameter Sets: (All)
141-
Aliases:
144+
Aliases:
142145

143146
Required: False
144147
Position: Named
@@ -153,7 +156,7 @@ Specifies the site code for a Configuration Manager site.
153156
```yaml
154157
Type: String
155158
Parameter Sets: WebServicePointByName
156-
Aliases:
159+
Aliases:
157160

158161
Required: False
159162
Position: Named
@@ -183,7 +186,7 @@ Specifies the name of the web application used for the application catalog.
183186
```yaml
184187
Type: String
185188
Parameter Sets: (All)
186-
Aliases:
189+
Aliases:
187190

188191
Required: False
189192
Position: Named
@@ -222,7 +225,7 @@ Accept wildcard characters: False
222225
```
223226
224227
### CommonParameters
225-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
228+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
226229
227230
## INPUTS
228231

sccm-ps/ConfigurationManager/Add-CMApplicationCatalogWebsitePoint.md

+23-22
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
2-
title: Add-CMApplicationCatalogWebsitePoint
3-
titleSuffix: Configuration Manager
2+
author: aczechowski
43
description: Adds an Application Catalog website point to a Microsoft System Center Configuration Manager site.
4+
external help file: AdminUI.PS.HS.dll-Help.xml
5+
manager: dougeby
6+
Module Name: ConfigurationManager
7+
ms.author: aaroncz
58
ms.date: 04/27/2019
69
ms.prod: configuration-manager
710
ms.technology: configmgr-other
811
ms.topic: conceptual
9-
author: aczechowski
10-
ms.author: aaroncz
11-
manager: dougeby
12+
schema: 2.0.0
13+
title: Add-CMApplicationCatalogWebsitePoint
14+
titleSuffix: Configuration Manager
1215
---
1316

1417
# Add-CMApplicationCatalogWebsitePoint
@@ -94,7 +97,7 @@ You can also specify a name for users to see in the browser, such as a company n
9497

9598
### Example 1: Add an Application Catalog website point
9699
```
97-
PS C:\>Add-CMApplicationCatalogWebsitePoint -ColorBlue 52 -ColorGreen 201 -ColorRed 168 -SiteCode "CM4" -SiteSystemServerName "ApplicationCatalog.Western.Contoso.com"
100+
PS XYZ:\>Add-CMApplicationCatalogWebsitePoint -ColorBlue 52 -ColorGreen 201 -ColorRed 168 -SiteCode "CM4" -SiteSystemServerName "ApplicationCatalog.Western.Contoso.com"
98101
```
99102

100103
This command adds an Application Catalog website point site system role for the site that has the site code CM4.
@@ -104,12 +107,10 @@ The command specifies values for the three colors.
104107
## PARAMETERS
105108

106109
### -ApplicationWebServicePointServer
107-
108-
109110
```yaml
110111
Type: IResultObject
111112
Parameter Sets: (All)
112-
Aliases:
113+
Aliases:
113114

114115
Required: False
115116
Position: Named
@@ -142,7 +143,7 @@ Valid values are:
142143
```yaml
143144
Type: ClientConnectionTypes
144145
Parameter Sets: (All)
145-
Aliases:
146+
Aliases:
146147
Accepted values: Intranet, Internet, InternetAndIntranet
147148

148149
Required: False
@@ -156,7 +157,7 @@ Accept wildcard characters: False
156157
```yaml
157158
Type: Color
158159
Parameter Sets: (All)
159-
Aliases:
160+
Aliases:
160161

161162
Required: False
162163
Position: Named
@@ -172,7 +173,7 @@ Configuration Manager uses custom colors to conform to customer branding.
172173
```yaml
173174
Type: Int32
174175
Parameter Sets: (All)
175-
Aliases:
176+
Aliases:
176177

177178
Required: False
178179
Position: Named
@@ -188,7 +189,7 @@ Configuration Manager uses custom colors to conform to customer branding.
188189
```yaml
189190
Type: Int32
190191
Parameter Sets: (All)
191-
Aliases:
192+
Aliases:
192193

193194
Required: False
194195
Position: Named
@@ -204,7 +205,7 @@ Configuration Manager uses custom colors to conform to customer branding.
204205
```yaml
205206
Type: Int32
206207
Parameter Sets: (All)
207-
Aliases:
208+
Aliases:
208209

209210
Required: False
210211
Position: Named
@@ -246,7 +247,7 @@ Accept wildcard characters: False
246247
```yaml
247248
Type: SwitchParameter
248249
Parameter Sets: (All)
249-
Aliases:
250+
Aliases:
250251

251252
Required: False
252253
Position: Named
@@ -259,7 +260,7 @@ Accept wildcard characters: False
259260
```yaml
260261
Type: SwitchParameter
261262
Parameter Sets: (All)
262-
Aliases:
263+
Aliases:
263264

264265
Required: False
265266
Position: Named
@@ -300,7 +301,7 @@ Specifies the Internet Information Services (IIS) website installed on the Appli
300301
```yaml
301302
Type: String
302303
Parameter Sets: (All)
303-
Aliases:
304+
Aliases:
304305

305306
Required: False
306307
Position: Named
@@ -331,7 +332,7 @@ Specifies the NetBIOS name of the server that hosts the Application Catalog webs
331332
```yaml
332333
Type: String
333334
Parameter Sets: (All)
334-
Aliases:
335+
Aliases:
335336

336337
Required: False
337338
Position: Named
@@ -347,7 +348,7 @@ This name appears to users who access the Application Catalog.
347348
```yaml
348349
Type: String
349350
Parameter Sets: (All)
350-
Aliases:
351+
Aliases:
351352

352353
Required: False
353354
Position: Named
@@ -375,7 +376,7 @@ Specifies the site code for a Configuration Manager site.
375376
```yaml
376377
Type: String
377378
Parameter Sets: AppWebSite, AppWebSitePoint, AppWebSitePointWithSsl
378-
Aliases:
379+
Aliases:
379380

380381
Required: False
381382
Position: Named
@@ -405,7 +406,7 @@ Specifies the name of the web application used for the application catalog.
405406
```yaml
406407
Type: String
407408
Parameter Sets: (All)
408-
Aliases:
409+
Aliases:
409410

410411
Required: False
411412
Position: Named
@@ -431,7 +432,7 @@ Accept wildcard characters: False
431432
```
432433
433434
### CommonParameters
434-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
435+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
435436
436437
## INPUTS
437438

0 commit comments

Comments
 (0)