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
During this onboarding journey you will do the following:
8
-
1.[Set up Intune](#get-your-macos-device-managed-by-intune-company-portal-app).
9
8
10
-
<hr />
9
+
11
10
<details>
12
11
<summary>1. Set up Intune</summary>
13
12
@@ -68,132 +67,161 @@ During this onboarding journey you will do the following:
68
67
69
68
70
69
</details>
71
-
<hr />
72
70
71
+
<details>
72
+
<summary>2. Enable System Integrity Protection(SIP)</summary>
73
73
74
-
2.[Ensure SIP is enabled on your device](#ensure-sip-is-enabled-on-your-device).
75
-
3.[Ensure your device hard disk is encrypted](#ensure-your-device-hard-disk-is-encrypted).
76
-
4.[Enable Full Disk Access(FDA)](#enable-full-disk-access).
77
-
5.[Enrol your macOS on Cloudflare using WARP client](#enrol-your-macos-on-cloudflare-using-warp-client)
74
+
To verify if SIP is enabled, open **Terminal** and run the following command:
78
75
76
+
```
77
+
csrutil status
78
+
```
79
79
80
-
<!--?> If you encounter any issues while onboarding, refer to [Common issues and resolution](#common-issues-and-resolution) section in the appendix before reaching out to the SEED team for support.-->
80
+
If the response on your **Terminal** is ``System Integrity Protection status: enabled``, it indicates that SIP is already enabled on your device.
81
81
82
+
?> If it is currently disabled, run the command ``csrutil enable`` on the **Terminal** and restart your device before proceeding with the following steps.
82
83
83
-
## Get your macOS device managed by Intune Company Portal app
84
-
Enrol your macOS device with the Intune Company Portal app to get a secured access to your email, files, and applications.
84
+
</details>
85
+
<details>
86
+
<summary>3. Encrypt your hard disk</summary>
85
87
86
-
*To manage your device by Intune Company Portal app* :
88
+
1. Go to the **Apple** menu > **System Preferences** > **Security & Privacy**.
89
+
2. Click the **FileVault** tab.
90
+
3. If you see **Turn on FileVault**, go to step 4 or proceed to [Enable Full Disk Access(FDA)](#enable-full-disk-access).
91
+
4. Click the lock icon and use your Touch ID or enter your password to unlock.
92
+
5. Click **Turn on FileVault**.
93
+
6. You will be prompted to specify how you would like to unlock your device if you forget your device password. Select **Create a recovery key and do not use my iCloud account**.
Make sure SIP is enabled to prevent executions of unauthorised codes.
97
+
?> Save this key on a different device.
98
+
99
+
</details>
100
+
<details>
101
+
<summary>4. Enable Full Disk Access(FDA)</summary>
91
102
92
-
To verify if SIP is enabled, open **Terminal** and run the following command:
103
+
1. Go to the **Apple** menu > **System Preferences** > **Security & Privacy**.
104
+
2. Click the **Privacy** tab.
105
+
3. From the side menu, choose **Full Disk Access**.
106
+
4. Click the lock icon at the bottom and use your Touch ID or enter your password to unlock.
107
+
5. Ensure the following applications are listed:
108
+
- Tanium Client
109
+
- Microsoft Intune Agent
110
+
- Microsoft Defender ATP
111
+
- Microsoft Defender ATP Security Extension
93
112
94
-
```
95
-
csrutil status
96
-
```
113
+
?> If **TaniumClient** is missing, refer to [Common issues and resolution](#common-issues-and-resolution) before proceeding further.
97
114
98
-
If the response on your **Terminal** is ``System Integrity Protection status: enabled``, it indicates that SIP is already enabled on your device.
115
+
6. Select the checkboxes beside these applications.
99
116
100
-
?> If it is currently disabled, run the command ``csrutil enable`` on the **Terminal** and restart your device before proceeding with the following steps.
To protect the privacy of your files and user data secured, ensure your device hard disk is encrypted.
104
119
105
-
*To ensure your device hard disk is encrypted* :
120
+
</details>
121
+
<details>
122
+
<summary>5. Enrol on Cloudflare using WARP client</summary>
123
+
124
+
**Prerequisites:**
125
+
1. Ensure that you have Cloudflare WARP client installed in your device. If not install it from [Clouhttps://install.appcenter.ms/orgs/cloudflare/apps/1.1.1.1-macos-1/distribution_groups/release](Clouhttps://install.appcenter.ms/orgs/cloudflare/apps/1.1.1.1-macos-1/distribution_groups/release)
106
126
107
-
1. Go to the **Apple** menu > **System Preferences** > **Security & Privacy**.
108
-
2. Click the **FileVault** tab.
109
-
3. If you see **Turn on FileVault**, go to step 4 or proceed to [Enable Full Disk Access(FDA)](#enable-full-disk-access).
110
-
4. Click the lock icon and use your Touch ID or enter your password to unlock.
111
-
5. Click **Turn on FileVault**.
112
-
6. You will be prompted to specify how you would like to unlock your device if you forget your device password. Select **Create a recovery key and do not use my iCloud account**.
127
+
2. Disconnect from any other VPN that might be running as that could clash with Cloudflare.
?> If you encounter an error stating that user account does not exist in the respective tenant, open a new tab and go to [https://myaccount.microsoft.com](https://myaccount.microsoft.com/), sign out from your account and then retry.
149
+
150
+
4. Choose the appropriate login credentials to sign in with two-factor authentication:
151
+
- If you are a public officer, use your [WOG ID](term-definitions).
152
+
- If you are a vendor, use your [TechPass ID](term-definitions).
119
153
120
-
- Some applications that SEED depends on require Full Disk Access (FDA) in order to function.
121
-
- As of Catalina, users may be required to give explicit consent for FDA.
122
-
-->
123
-
## Enable Full Disk Access
124
-
Enable Full Disk Access is for TaniumClient, Microsoft Defender ATP and Microsoft Defender ATP Security Extension.
125
-
*To enable FDA* :
126
-
1. Go to the **Apple** menu > **System Preferences** > **Security & Privacy**.
127
-
2. Click the **Privacy** tab.
128
-
3. From the side menu, choose **Full Disk Access**.
129
-
4. Click the lock icon at the bottom and use your Touch ID or enter your password to unlock.
130
-
5. Ensure the following applications are listed:
131
-
- Tanium Client
132
-
- Microsoft Intune Agent
133
-
- Microsoft Defender ATP
134
-
- Microsoft Defender ATP Security Extension
135
154
136
-
?> If **TaniumClient** is missing, refer to [Common issues and resolution](#common-issues-and-resolution) before proceeding further.
1. Ensure that you have Cloudflare WARP client installed in your device. If not install it from [Clouhttps://install.appcenter.ms/orgs/cloudflare/apps/1.1.1.1-macos-1/distribution_groups/release](Clouhttps://install.appcenter.ms/orgs/cloudflare/apps/1.1.1.1-macos-1/distribution_groups/release)
163
+
The following screen is displayed.
146
164
147
-
2. Disconnect from any other VPN that might be running as that could clash with Cloudflare.
<!--3. [Ensure your device hard disk is encrypted](#ensure-your-device-hard-disk-is-encrypted).
179
+
4. [Enable Full Disk Access(FDA)](#enable-full-disk-access).
180
+
5. [Enrol your macOS on Cloudflare using WARP client](#enrol-your-macos-on-cloudflare-using-warp-client)
167
181
168
-
?> If you encounter an error stating that user account does not exist in the respective tenant, open a new tab and go to [https://myaccount.microsoft.com](https://myaccount.microsoft.com/), sign out from your account and then retry.
169
182
170
-
4. Choose the appropriate login credentials to sign in with two-factor authentication:
171
-
- If you are a public officer, use your [WOG ID](term-definitions).
172
-
- If you are a vendor, use your [TechPass ID](term-definitions).
183
+
<!--?> If you encounter any issues while onboarding, refer to [Common issues and resolution](#common-issues-and-resolution) section in the appendix before reaching out to the SEED team for support.-->
184
+
185
+
186
+
<!--## Get your macOS device managed by Intune Company Portal app
187
+
Enrol your macOS device with the Intune Company Portal app to get a secured access to your email, files, and applications.
188
+
189
+
*To manage your device by Intune Company Portal app* :
Enable Full Disk Access is for TaniumClient, Microsoft Defender ATP and Microsoft Defender ATP Security Extension.
211
+
*To enable FDA* :
186
212
187
-
?> If you need to connect to a different VPN, disconnect and quit from the WARP client.
213
+
## Enrol your macOS on Cloudflare using WARP client-->
188
214
189
215
190
-
## Post onboarding notes
191
216
192
217
<!--- If you encounter any issues during onboarding, refer to [Common issues and resolution](#common-issues-and-resolution) before reaching out to the SEED team.-->
193
-
- If onboarding was successful, you will receive an email informing you that your device is successfully onboarded.
194
-
- Public officers receive this email in their *GSIB email inbox* while vendors receive it at their *work email address* which was used to create their TechPass account.
195
-
- Due to the nature of the verification process, it may take up to an hour to receive this email. if you do not receive it after an hour, please contact the SEED team.
196
-
- Shortly after this email, you will receive a desktop notification prompting to restart the device.
218
+
219
+
If onboarding is successful, within an hour, you will receive a successfully onboarded email to the email address used for your creating your TechPass account.
220
+
221
+
?> If you do not receive this email, please contact the SEED team.
222
+
223
+
Shortly after this email, when you receive a desktop notification prompting to restart the device:
224
+
197
225
1. Restart your device.
198
226
2. If prompted to enter your password, enter your password.
199
227
@@ -203,16 +231,21 @@ The following screen is displayed.
203
231
204
232
<!--that **your device has been renamed and will restart in 5 minutes**. This is expected, and the rename is required for SEED to function properly. **Please do not change your device name thereafter**.-->
205
233
206
-
## Common issues and resolution
234
+
## Common issues while onboarding using macOS
235
+
236
+
<details>
237
+
<summary>1. What should I do if profile installation fails while installing the management profile?</summary>
0 commit comments