Skip to content

Commit c0c792e

Browse files
committed
tweak from review
1 parent ec68693 commit c0c792e

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

memdocs/configmgr/core/clients/deploy/about-client-installation-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If you extend the Active Directory schema for Configuration Manager, the site pu
6565

6666
## CCMSetup.exe command-line parameters
6767

68-
### <a name="bkmk_help"></a> /?
68+
### <a name="bkmk_help"></a> `/?`
6969

7070
Shows available command-line parameters for ccmsetup.exe.
7171

memdocs/configmgr/core/servers/deploy/configure/boundary-groups-distribution-points.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ If you configure the content to distribute on-demand, and it isn't available on
3232

3333
The Configuration Manager client installer, ccmsetup, can get installation content from a local source or via a management point. Its initial behavior depends upon the command-line parameters you use to install the client:<!-- MEMDocs#286 -->
3434

35-
- If you don't use either **/mp** or **/source** parameters, ccmsetup tries to get a list of management points from Active Directory or DNS.
35+
- If you don't use either `/mp` or `/source` parameters, ccmsetup tries to get a list of management points from Active Directory or DNS.
3636

37-
- If you only specify **/source**, it forces the installation from the specified path. It doesn't discover management points. If it can't find ccmsetup.cab at the specified path, ccmsetup fails.
37+
- If you only specify `/source`, it forces the installation from the specified path. It doesn't discover management points. If it can't find ccmsetup.cab at the specified path, ccmsetup fails.
3838

39-
- If you specify both **/mp** and **/source**, it checks the specified management points, and any it discovers. If it can't locate a valid management point, it falls back to the specified source path.
39+
- If you specify both `/mp` and `/source`, it checks the specified management points, and any it discovers. If it can't locate a valid management point, it falls back to the specified source path.
4040

4141
For more information on these ccmsetup parameters, see [Client installation parameters and properties](../../../clients/deploy/about-client-installation-properties.md).
4242

memdocs/configmgr/develop/reference/osd/operating-system-deployment-createmedia.exe.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
---
22
title: OS deployment CreateMedia.exe
33
titleSuffix: Configuration Manager
4+
description: Create OS deployment media from the command-line or through a script.
45
ms.date: 02/16/2022
56
ms.prod: configuration-manager
67
ms.technology: configmgr-sdk
78
ms.topic: reference
8-
ms.assetid: 41417409-6c56-4099-bafc-3700c6761de3
99
author: aczechowski
1010
ms.author: aaroncz
1111
manager: dougeby
1212
ms.localizationpriority: null
1313
ms.collection: openauth
14-
15-
1614
---
1715

1816
# OS deployment CreateMedia.exe

0 commit comments

Comments
 (0)