Skip to content

Commit 2109f05

Browse files
committed
tweak from vendor review
1 parent 8d79264 commit 2109f05

4 files changed

Lines changed: 28 additions & 28 deletions

File tree

memdocs/configmgr/core/clients/manage/upgrade/upgrade-clients-on-mac-computers.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -71,29 +71,29 @@ Use this procedure to prevent the Computer Enrollment Wizard from running, and t
7171

7272
1. Add the following script to the setting:
7373

74-
``` Shell
75-
#!/bin/sh
76-
echo "Starting script\n"
77-
echo "Changing directory to MAC Client\n"
78-
cd /Users/Administrator/Desktop/'MAC Client'/
79-
echo "Import root cert\n"
80-
/usr/bin/sudo /usr/bin/security import /Users/Administrator/Desktop/'MAC Client'/Root.pfx -A -k /Library/Keychains/System.Keychain -P ROOT
81-
echo "Using openssl to convert pfx to a crt\n"
82-
/usr/bin/sudo openssl pkcs12 -in /Users/Administrator/Desktop/'MAC Client'/Root.pfx -out Root1.crt -nokeys -clcerts -passin pass:ROOT
83-
echo "Adding trust to root cert\n"
84-
/usr/bin/sudo /usr/bin/security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.Keychain Root1.crt
85-
echo "Import client cert\n"
86-
/usr/bin/sudo /usr/bin/security import /Users/Administrator/Desktop/'MAC Client'/MacClient.pfx -A -k /Library/Keychains/System.Keychain -P MAC
87-
echo "Executing ccmclient with MP\n"
88-
sudo ./ccmsetup -MP https://SCCM34387.SCCM34387DOM.NET/omadm/cimhandler.ashx
89-
echo "Editing Plist file\n"
90-
sudo /usr/libexec/Plistbuddy -c 'Add:SubjectName string CMMAC003L' /Library/'Application Support'/Microsoft/CCM/ccmclient.plist
91-
echo "Changing directory to CCM\n"
92-
cd /Library/'Application Support'/Microsoft/CCM/
93-
echo "Making connection to the server\n"
94-
sudo open ./CCMClient
95-
echo "Ending Script\n"
96-
exit
97-
```
74+
``` Shell
75+
#!/bin/sh
76+
echo "Starting script\n"
77+
echo "Changing directory to MAC Client\n"
78+
cd /Users/Administrator/Desktop/'MAC Client'/
79+
echo "Import root cert\n"
80+
/usr/bin/sudo /usr/bin/security import /Users/Administrator/Desktop/'MAC Client'/Root.pfx -A -k /Library/Keychains/System.Keychain -P ROOT
81+
echo "Using openssl to convert pfx to a crt\n"
82+
/usr/bin/sudo openssl pkcs12 -in /Users/Administrator/Desktop/'MAC Client'/Root.pfx -out Root1.crt -nokeys -clcerts -passin pass:ROOT
83+
echo "Adding trust to root cert\n"
84+
/usr/bin/sudo /usr/bin/security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.Keychain Root1.crt
85+
echo "Import client cert\n"
86+
/usr/bin/sudo /usr/bin/security import /Users/Administrator/Desktop/'MAC Client'/MacClient.pfx -A -k /Library/Keychains/System.Keychain -P MAC
87+
echo "Executing ccmclient with MP\n"
88+
sudo ./ccmsetup -MP https://SCCM34387.SCCM34387DOM.NET/omadm/cimhandler.ashx
89+
echo "Editing Plist file\n"
90+
sudo /usr/libexec/Plistbuddy -c 'Add:SubjectName string CMMAC003L' /Library/'Application Support'/Microsoft/CCM/ccmclient.plist
91+
echo "Changing directory to CCM\n"
92+
cd /Library/'Application Support'/Microsoft/CCM/
93+
echo "Making connection to the server\n"
94+
sudo open ./CCMClient
95+
echo "Ending Script\n"
96+
exit
97+
```
9898

9999
1. Add the configuration item to a [configuration baseline](../../../../compliance/deploy-use/create-configuration-baselines.md). Then [deploy the configuration baseline](../../../../compliance/deploy-use/deploy-configuration-baselines.md) to all Mac computers that install a certificate independently from Configuration Manager.

memdocs/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Deprecated for clients
33
titleSuffix: Configuration Manager
44
description: Learn about the client operating systems that Configuration Manager no longer supports.
5-
ms.date: 01/04/2022
5+
ms.date: 01/10/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-core
88
ms.topic: conceptual

memdocs/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated-cmfeatures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about the features that Configuration Manager no longer suppo
55
ms.prod: configuration-manager
66
ms.technology: configmgr-core
77
ms.topic: conceptual
8-
ms.date: 01/04/2022
8+
ms.date: 01/10/2022
99
author: mestew
1010
ms.author: mstewart
1111
manager: dougeby

memdocs/configmgr/core/plan-design/configs/supported-operating-systems-for-clients-and-devices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Supported clients and devices
33
titleSuffix: Configuration Manager
44
description: Learn which OS versions Configuration Manager supports for clients and devices.
5-
ms.date: 01/05/2022
5+
ms.date: 01/10/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-core
88
ms.topic: conceptual
@@ -163,7 +163,7 @@ Client management features not related to Windows software update management or
163163
>
164164
> Migrate management of macOS devices to Microsoft Intune:
165165
>
166-
> 1. First, uninstall the Configuration Manager client for macOS. For more information, see [Uninstalling the Mac client](../../clients/manage/maintain-mac-clients.md#uninstalling-the-mac-client)
166+
> 1. First, uninstall the Configuration Manager client for macOS. For more information, see [Uninstalling the Mac client](../../clients/manage/maintain-mac-clients.md#uninstalling-the-mac-client).
167167
> 2. Then enroll the device to Intune. For more information, see [Deployment guide: Manage macOS devices in Microsoft Intune](../../../../intune/fundamentals/deployment-guide-platform-macos.md).
168168
169169
Manage Apple Mac computers with the Configuration Manager client for macOS.

0 commit comments

Comments
 (0)