From 5d3aade001050d9373d6ec84601f8343ea51eef1 Mon Sep 17 00:00:00 2001 From: Yusuke Shinoki <40295349+yushinok@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:03:40 +0900 Subject: [PATCH 1/3] Add no-loc tag Adding no-loc tag to 1) Time Zone value examples 2) App bundle ID examples --- .../common-config-ipads-optional.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memdocs/intune/industry/education/tutorial-school-deployment/common-config-ipads-optional.md b/memdocs/intune/industry/education/tutorial-school-deployment/common-config-ipads-optional.md index dff086ba432..ef79cbf132b 100644 --- a/memdocs/intune/industry/education/tutorial-school-deployment/common-config-ipads-optional.md +++ b/memdocs/intune/industry/education/tutorial-school-deployment/common-config-ipads-optional.md @@ -29,10 +29,10 @@ To learn more, see: |---|---|:---:|---|---| | Managed Settings > Bluetooth | **:::no-loc text="Enabled":::** | True | Enable the Bluetooth setting. | [:::no-loc text="Enabled":::](https://developer.apple.com/documentation/devicemanagement/settingscommand/command/settings/bluetooth) | | Restrictions | **:::no-loc text="Force Automatic Date And Time":::** | True | Enables the Set Automatically feature in Date & Time and the user can't disable it.

**Note:** | [:::no-loc text="forceAutomaticDateAndTime":::](https://developer.apple.com/documentation/devicemanagement/restrictions) | -| Managed Settings > Time Zone | **:::no-loc text="Time Zone":::** | **Example**:
America/Los_Angeles
Asia/Tokyo
Australia/Brisbane

See complete list in [:::no-loc text="IANA time zone database":::](https://data.iana.org/time-zones/tzdb/zone.tab). | If the **forceAutomaticDateAndTime** restriction is set in Restrictions, this setting fails with an error. Otherwise, setting this value disables automatic time zone logic. The user is still able to change the time zone; for example, by turning automatic date and time back on. The intention is to allow setting the time zone when automatic determination isn't available, such as when Location Services are off. | [:::no-loc text="TimeZone":::](https://developer.apple.com/documentation/devicemanagement/settingscommand/command/settings/timezone) | +| Managed Settings > Time Zone | **:::no-loc text="Time Zone":::** | **Example**:
**:::no-loc text="America/Los_Angeles":::**
**:::no-loc text="Asia/Tokyo":::**
**:::no-loc text="Australia/Brisbane":::**

See complete list in [:::no-loc text="IANA time zone database":::](https://data.iana.org/time-zones/tzdb/zone.tab). | If the **forceAutomaticDateAndTime** restriction is set in Restrictions, this setting fails with an error. Otherwise, setting this value disables automatic time zone logic. The user is still able to change the time zone; for example, by turning automatic date and time back on. The intention is to allow setting the time zone when automatic determination isn't available, such as when Location Services are off. | [:::no-loc text="TimeZone":::](https://developer.apple.com/documentation/devicemanagement/settingscommand/command/settings/timezone) | | Restrictions | **:::no-loc text="Allow Bluetooth Modification":::** | False | Prevents modification of Bluetooth settings. | [:::no-loc text="allowBluetoothModification":::](https://developer.apple.com/documentation/devicemanagement/restrictions) | | Restrictions | **:::no-loc text="Allow USB Restricted Mode":::** | True | Allows iOS devices to always connect to USB accessories while locked. If the system has Lockdown mode enabled, it ignores this value. | [:::no-loc text="allowUSBRestrictedMode":::](https://developer.apple.com/documentation/devicemanagement/restrictions) | -| Restrictions | **:::no-loc text="Blocked App Bundle IDs":::** | **Example:**
com.apple.facetime
com.apple.findmy
com.apple.Home
com.apple.MobileStore
com.apple.MobileSMS
com.apple.Music
com.apple.podcasts
com.apple.stocks
com.apple.tv
com.apple.store.Jolly
com.apple.supportapp | Prevents showing or launching apps with bundle IDs in the array. | [:::no-loc text="blockedAppBundleIDs":::](https://developer.apple.com/documentation/devicemanagement/restrictions) | +| Restrictions | **:::no-loc text="Blocked App Bundle IDs":::** | **Example:**
**:::no-loc text="com.apple.facetime":::**
**:::no-loc text="com.apple.findmy":::**
**:::no-loc text="com.apple.Home":::**
**:::no-loc text="com.apple.MobileStore":::**
**:::no-loc text="com.apple.MobileSMS":::**
**:::no-loc text="com.apple.Music":::**
**:::no-loc text="com.apple.podcasts":::**
**:::no-loc text="com.apple.stocks":::**
**:::no-loc text="com.apple.tv":::**
**:::no-loc text="com.apple.store.Jolly":::**
**:::no-loc text="com.apple.supportapp":::** | Prevents showing or launching apps with bundle IDs in the array. | [:::no-loc text="blockedAppBundleIDs":::](https://developer.apple.com/documentation/devicemanagement/restrictions) | | Restrictions | **:::no-loc text="Enforced Software Update Delay":::** | 30 | How many days to delay a software update on the device. | [:::no-loc text="enforcedSoftwareUpdateDelay":::](https://developer.apple.com/documentation/devicemanagement/restrictions) | | Restrictions | **:::no-loc text="Force Classroom Automatically Join Classes":::** | True | Automatically gives permission to the teacher's requests without prompting the student. | [:::no-loc text="forceClassroomAutomaticallyJoinClasses":::](https://developer.apple.com/documentation/devicemanagement/restrictions) | | Restrictions | **:::no-loc text="Force Classroom Request Permission To Leave Classes":::** | True | A student enrolled in an unmanaged course through Classroom needs to request permission from the teacher to leave the course. | [:::no-loc text="forceClassroomRequestPermissionToLeaveClasses":::](https://developer.apple.com/documentation/devicemanagement/restrictions) | From 629bd9e09c5e4f59e317f84a6636fc4076ccad2d Mon Sep 17 00:00:00 2001 From: Frank Rojas <45807133+frankroj@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:48:05 -0500 Subject: [PATCH 2/3] Clarify when to add DHCP Option 60 Clarifying when to add DHCP Option 60 --- .../deploy-use/use-pxe-to-deploy-windows-over-the-network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdocs/configmgr/osd/deploy-use/use-pxe-to-deploy-windows-over-the-network.md b/memdocs/configmgr/osd/deploy-use/use-pxe-to-deploy-windows-over-the-network.md index f72506c658e..53985ba52c7 100644 --- a/memdocs/configmgr/osd/deploy-use/use-pxe-to-deploy-windows-over-the-network.md +++ b/memdocs/configmgr/osd/deploy-use/use-pxe-to-deploy-windows-over-the-network.md @@ -43,7 +43,7 @@ To deploy operating systems to Configuration Manager clients that make PXE boot > [!NOTE] > When you configure a single PXE-enabled distribution point to support multiple subnets, it's not supported to use DHCP options. To allow the network to forward client PXE requests to PXE-enabled distribution points, configure IP helpers on the routers. -When you enable a PXE responder on a distribution point without Windows Deployment Service, it can be on the same server as the DHCP service. Add the following settings to support this configuration: +When you enable a PXE responder on a distribution point without Windows Deployment Service, it can be on the same server as the DHCP service. When the PXE responder and DHCP are on the same server, add the following settings to support this configuration: - Set the DWord value **DoNotListenOnDhcpPort** to `1` in the following registry key: `HKLM\Software\Microsoft\SMS\DP`. - Set DHCP option 60 to `PXEClient`. From b4b4a4f5fbf3a58a542abc05dc71a0a4a7e11a61 Mon Sep 17 00:00:00 2001 From: Yusuke Shinoki <40295349+yushinok@users.noreply.github.com> Date: Thu, 5 Dec 2024 09:50:20 +0900 Subject: [PATCH 3/3] Update common-config-ipads-optional.md --- .../common-config-ipads-optional.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memdocs/intune/industry/education/tutorial-school-deployment/common-config-ipads-optional.md b/memdocs/intune/industry/education/tutorial-school-deployment/common-config-ipads-optional.md index ef79cbf132b..ec2fe7baeb7 100644 --- a/memdocs/intune/industry/education/tutorial-school-deployment/common-config-ipads-optional.md +++ b/memdocs/intune/industry/education/tutorial-school-deployment/common-config-ipads-optional.md @@ -29,10 +29,10 @@ To learn more, see: |---|---|:---:|---|---| | Managed Settings > Bluetooth | **:::no-loc text="Enabled":::** | True | Enable the Bluetooth setting. | [:::no-loc text="Enabled":::](https://developer.apple.com/documentation/devicemanagement/settingscommand/command/settings/bluetooth) | | Restrictions | **:::no-loc text="Force Automatic Date And Time":::** | True | Enables the Set Automatically feature in Date & Time and the user can't disable it.

**Note:** | [:::no-loc text="forceAutomaticDateAndTime":::](https://developer.apple.com/documentation/devicemanagement/restrictions) | -| Managed Settings > Time Zone | **:::no-loc text="Time Zone":::** | **Example**:
**:::no-loc text="America/Los_Angeles":::**
**:::no-loc text="Asia/Tokyo":::**
**:::no-loc text="Australia/Brisbane":::**

See complete list in [:::no-loc text="IANA time zone database":::](https://data.iana.org/time-zones/tzdb/zone.tab). | If the **forceAutomaticDateAndTime** restriction is set in Restrictions, this setting fails with an error. Otherwise, setting this value disables automatic time zone logic. The user is still able to change the time zone; for example, by turning automatic date and time back on. The intention is to allow setting the time zone when automatic determination isn't available, such as when Location Services are off. | [:::no-loc text="TimeZone":::](https://developer.apple.com/documentation/devicemanagement/settingscommand/command/settings/timezone) | +| Managed Settings > Time Zone | **:::no-loc text="Time Zone":::** | **Example**:
:::no-loc text="America/Los_Angeles":::
:::no-loc text="Asia/Tokyo":::
:::no-loc text="Australia/Brisbane":::

See complete list in [:::no-loc text="IANA time zone database":::](https://data.iana.org/time-zones/tzdb/zone.tab). | If the **forceAutomaticDateAndTime** restriction is set in Restrictions, this setting fails with an error. Otherwise, setting this value disables automatic time zone logic. The user is still able to change the time zone; for example, by turning automatic date and time back on. The intention is to allow setting the time zone when automatic determination isn't available, such as when Location Services are off. | [:::no-loc text="TimeZone":::](https://developer.apple.com/documentation/devicemanagement/settingscommand/command/settings/timezone) | | Restrictions | **:::no-loc text="Allow Bluetooth Modification":::** | False | Prevents modification of Bluetooth settings. | [:::no-loc text="allowBluetoothModification":::](https://developer.apple.com/documentation/devicemanagement/restrictions) | | Restrictions | **:::no-loc text="Allow USB Restricted Mode":::** | True | Allows iOS devices to always connect to USB accessories while locked. If the system has Lockdown mode enabled, it ignores this value. | [:::no-loc text="allowUSBRestrictedMode":::](https://developer.apple.com/documentation/devicemanagement/restrictions) | -| Restrictions | **:::no-loc text="Blocked App Bundle IDs":::** | **Example:**
**:::no-loc text="com.apple.facetime":::**
**:::no-loc text="com.apple.findmy":::**
**:::no-loc text="com.apple.Home":::**
**:::no-loc text="com.apple.MobileStore":::**
**:::no-loc text="com.apple.MobileSMS":::**
**:::no-loc text="com.apple.Music":::**
**:::no-loc text="com.apple.podcasts":::**
**:::no-loc text="com.apple.stocks":::**
**:::no-loc text="com.apple.tv":::**
**:::no-loc text="com.apple.store.Jolly":::**
**:::no-loc text="com.apple.supportapp":::** | Prevents showing or launching apps with bundle IDs in the array. | [:::no-loc text="blockedAppBundleIDs":::](https://developer.apple.com/documentation/devicemanagement/restrictions) | +| Restrictions | **:::no-loc text="Blocked App Bundle IDs":::** | **Example:**
:::no-loc text="com.apple.facetime":::
:::no-loc text="com.apple.findmy":::
:::no-loc text="com.apple.Home":::
:::no-loc text="com.apple.MobileStore":::
:::no-loc text="com.apple.MobileSMS":::
:::no-loc text="com.apple.Music":::
:::no-loc text="com.apple.podcasts":::
:::no-loc text="com.apple.stocks":::
:::no-loc text="com.apple.tv":::
:::no-loc text="com.apple.store.Jolly":::
:::no-loc text="com.apple.supportapp"::: | Prevents showing or launching apps with bundle IDs in the array. | [:::no-loc text="blockedAppBundleIDs":::](https://developer.apple.com/documentation/devicemanagement/restrictions) | | Restrictions | **:::no-loc text="Enforced Software Update Delay":::** | 30 | How many days to delay a software update on the device. | [:::no-loc text="enforcedSoftwareUpdateDelay":::](https://developer.apple.com/documentation/devicemanagement/restrictions) | | Restrictions | **:::no-loc text="Force Classroom Automatically Join Classes":::** | True | Automatically gives permission to the teacher's requests without prompting the student. | [:::no-loc text="forceClassroomAutomaticallyJoinClasses":::](https://developer.apple.com/documentation/devicemanagement/restrictions) | | Restrictions | **:::no-loc text="Force Classroom Request Permission To Leave Classes":::** | True | A student enrolled in an unmanaged course through Classroom needs to request permission from the teacher to leave the course. | [:::no-loc text="forceClassroomRequestPermissionToLeaveClasses":::](https://developer.apple.com/documentation/devicemanagement/restrictions) |