From dbf9805a11460164a5ed5ed6be06c12940c5ca09 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 15 Nov 2023 02:34:05 -0700 Subject: [PATCH] MDM & Messaging Signed-off-by: Tommy --- .../Computer Configuration/Windows Components/MDM.md | 8 ++++++++ .../Windows Components/Messaging.md | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 Group Policies/Computer Configuration/Windows Components/MDM.md create mode 100644 Group Policies/Computer Configuration/Windows Components/Messaging.md diff --git a/Group Policies/Computer Configuration/Windows Components/MDM.md b/Group Policies/Computer Configuration/Windows Components/MDM.md new file mode 100644 index 0000000..29cf84c --- /dev/null +++ b/Group Policies/Computer Configuration/Windows Components/MDM.md @@ -0,0 +1,8 @@ +# MDM + +`Computer Configuration\Administrative Templates\Windows Components\MDM` + +Unless you run your own MDM system or something, this probably should not be on with a personal computer. + +- Enable automatic MDM enrollment using default Azure AD credentials -> Disabled (Probably redundant because of the next policy, but it will also **unenroll** you from Azure AD) +- Disable MDM enrollment -> Enabled (This will not unenroll you though) \ No newline at end of file diff --git a/Group Policies/Computer Configuration/Windows Components/Messaging.md b/Group Policies/Computer Configuration/Windows Components/Messaging.md new file mode 100644 index 0000000..e8757c5 --- /dev/null +++ b/Group Policies/Computer Configuration/Windows Components/Messaging.md @@ -0,0 +1,5 @@ +# Messaging + +`Computer Configuration\Administrative Templates\Windows Components\Messaging` + +- Allow Message Service Cloud Sync -> Disabled \ No newline at end of file