From 8fa04d89436beec96ab92e360746f44be017ea02 Mon Sep 17 00:00:00 2001
From: Meghan Stewart <33289333+mestew@users.noreply.github.com>
Date: Mon, 10 Jul 2023 14:41:21 -0700
Subject: [PATCH 1/7] edit wufbr error codes and script -8099827
---
.../wufb-reports-script-error-codes.md | 55 +++++++------------
1 file changed, 21 insertions(+), 34 deletions(-)
diff --git a/windows/deployment/update/includes/wufb-reports-script-error-codes.md b/windows/deployment/update/includes/wufb-reports-script-error-codes.md
index 5dc0512de0..0b36547cc6 100644
--- a/windows/deployment/update/includes/wufb-reports-script-error-codes.md
+++ b/windows/deployment/update/includes/wufb-reports-script-error-codes.md
@@ -8,55 +8,42 @@ ms.topic: include
ms.date: 08/18/2022
ms.localizationpriority: medium
---
-
-|Error |Description |
-|---------|---------|
-| 1 | General unexpected error|
-| 6 | Invalid CommercialID|
-| 8 | Couldn't create registry key path to set up CommercialID|
-| 9 | Couldn't write CommercialID at registry key path|
-| 11 | Unexpected result when setting up CommercialID.|
-| 12 | CheckVortexConnectivity failed, check Log output for more information.|
+
+| Error | Description|
+|---|---|
+| 1 | Unexpected error |
+| 12 | CheckVortexConnectivity failed, check the log output for more information. |
| 12 | Unexpected failure when running CheckVortexConnectivity.|
-| 16 | Reboot is pending on device, restart device and restart script.|
+| 16 | Reboot is pending on device. Restart the device then re rerun the script.|
| 17 | Unexpected exception in CheckRebootRequired.|
| 27 | Not system account. |
| 30 | Unable to disable Enterprise Auth Proxy. This registry value must be 0 for UTC to operate in an authenticated proxy environment.|
-| 34 | Unexpected exception when attempting to check Proxy settings.|
-| 35 | Unexpected exception when checking User Proxy.|
-| 37 | Unexpected exception when collecting logs|
+| 34 | Unexpected exception when attempting to check proxy settings.|
+| 35 | Unexpected exception when checking user proxy.|
+| 37 | Unexpected exception when collecting logs.|
| 40 | Unexpected exception when checking and setting telemetry.|
| 41 | Unable to impersonate logged-on user.|
| 42 | Unexpected exception when attempting to impersonate logged-on user.|
| 43 | Unexpected exception when attempting to impersonate logged-on user.|
| 44 | Error when running CheckDiagTrack service.|
| 45 | DiagTrack.dll not found.|
-| 48 | CommercialID isn't a GUID|
| 50 | DiagTrack service not running.|
-| 51 | Unexpected exception when attempting to run Census.exe|
-| 52 | Couldn't find Census.exe|
-| 53 | There are conflicting CommercialID values.|
+| 51 | Unexpected exception when attempting to run Census.exe. |
+| 52 | Couldn't find Census.exe. |
| 54 | Microsoft Account Sign In Assistant (MSA) Service disabled.|
-| 55 | Failed to create new registry path for SetDeviceNameOptIn|
-| 56 | Failed to create property for SetDeviceNameOptIn at registry path|
-| 57 | Failed to update value for SetDeviceNameOptIn|
-| 58 | Unexpected exception in SetrDeviceNameOptIn|
+| 55 | Failed to create new registry path for SetDeviceNameOptIn.|
+| 56 | Failed to create property for SetDeviceNameOptIn at registry path.|
+| 57 | Failed to update value for SetDeviceNameOptIn. |
+| 58 | Unexpected exception in SetDeviceNameOptIn.|
| 59 | Failed to delete LastPersistedEventTimeOrFirstBoot property at registry path when attempting to clean up OneSettings.|
| 60 | Failed to delete registry key when attempting to clean up OneSettings.|
| 61 | Unexpected exception when attempting to clean up OneSettings.|
-| 62 | AllowTelemetry registry key isn't of the correct type REG_DWORD|
+| 62 | AllowTelemetry registry key isn't the correct type of REG_DWORD.|
| 63 | AllowTelemetry isn't set to the appropriate value and it couldn't be set by the script.|
-| 64 | AllowTelemetry isn't of the correct type REG_DWORD.|
+| 64 | AllowTelemetry isn't the correct type of REG_DWORD.|
| 66 | Failed to verify UTC connectivity and recent uploads.|
| 67 | Unexpected failure when verifying UTC CSP.|
-| 91 | Failed to create new registry path for EnableAllowUCProcessing|
-| 92 | Failed to create property for EnableAllowUCProcessing at registry path|
-| 93 | Failed to update value for EnableAllowUCProcessing|
-| 94 | Unexpected exception in EnableAllowUCProcessing|
-| 95 | Failed to create new registry path for EnableAllowCommercialDataPipeline |
-| 96 | Failed to create property for EnableAllowCommercialDataPipeline at registry path |
-| 97 | Failed to update value for EnableAllowCommercialDataPipeline |
-| 98 | Unexpected exception in EnableAllowCommercialDataPipeline |
-| 99 | Device isn't Windows 10.|
-| 100 | Device must be AADJ or hybrid AADJ to use Windows Update for Business reports or Update Compliance |
-| 101 | Check AADJ failed with unexpected exception |
\ No newline at end of file
+| 99 | Device isn't Windows 10 or Windows 11.|
+| 100 | Device must be Azure AD joined or hybrid Azure AD joined to use Windows Update for Business reports.|
+| 101 | Check Azure AD join failed with unexpected exception.|
+| 102 | DisableOneSettingsDownloads policy shouldn't be enabled. Please disable this policy.|
From 646d40cbc6e839be7fad29344b7b2ab881058a55 Mon Sep 17 00:00:00 2001
From: Meghan Stewart <33289333+mestew@users.noreply.github.com>
Date: Mon, 10 Jul 2023 16:33:48 -0700
Subject: [PATCH 2/7] edit wufbr error codes and script -8099827
---
.../includes/wufb-reports-script-error-codes.md | 2 +-
.../update/wufb-reports-configuration-script.md | 14 ++++++++++++--
windows/deployment/update/wufb-reports-enable.md | 6 ++----
3 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/windows/deployment/update/includes/wufb-reports-script-error-codes.md b/windows/deployment/update/includes/wufb-reports-script-error-codes.md
index 0b36547cc6..a6ca5fedc8 100644
--- a/windows/deployment/update/includes/wufb-reports-script-error-codes.md
+++ b/windows/deployment/update/includes/wufb-reports-script-error-codes.md
@@ -5,7 +5,7 @@ manager: aaroncz
ms.technology: itpro-updates
ms.prod: windows-client
ms.topic: include
-ms.date: 08/18/2022
+ms.date: 07/11/2023
ms.localizationpriority: medium
---
diff --git a/windows/deployment/update/wufb-reports-configuration-script.md b/windows/deployment/update/wufb-reports-configuration-script.md
index a521c8c546..1d2c0698ab 100644
--- a/windows/deployment/update/wufb-reports-configuration-script.md
+++ b/windows/deployment/update/wufb-reports-configuration-script.md
@@ -28,14 +28,24 @@ You can download the script from the [Microsoft Download Center](https://www.mic
This script's two primary files are `ConfigScript.ps1` and `RunConfig.bat`. You configure `RunConfig.bat` according to the directions in the `.bat` itself, which will then run `ConfigScript.ps1` with the parameters entered to `RunConfig.bat`. There are two ways of using the script: in **Pilot** mode or **Deployment** mode.
- In **Pilot** mode (`runMode=Pilot`), the script will enter a verbose mode with enhanced diagnostics, and save the results in the path defined with `logpath` in `RunConfig.bat`. Pilot mode is best for a pilot run of the script or for troubleshooting configuration.
-- In **Deployment** mode (`runMode=Deployment`), the script will run quietly.
+- In **Deployment** mode (`runMode=Deployment`), the script doesn't run any additional diagnostics or additional logging.
> [!Important]
> [PsExec](/sysinternals/downloads/psexec) is used to run the script in the system context. Once the device is configured, remove PsExec.exe from the device.
## How to use this script
-Open `RunConfig.bat` and configure the following (assuming a first-run, with `runMode=Pilot`):
+Edit the `RunConfig.bat` file and configure the following variables:
+
+| Variable | Allowed values and description | Example |
+|---|---|---|
+| runMode | **Pilot** (default): Verbose mode with additional diagnostics with additional logging
**Deployment**: Doesn't run any additional diagnostics or add extra logging | `runMode=Pilot` |
+| logPath | Path where the logs will be saved. The default location of the logs is `.\UCLogs`. | `logPath=C:\temp\logs` |
+| logMode | **0**: Log to the console only **1** (default): Log to file and console. **2**: Log to file only. | `logMode=2` |
+| DeviceNameOptIn | **true** (default): Device name is sent to Microsoft. **false**: Device name isn't sent to Microsoft. | `DeviceNameOptIn=true` |
+| ClientProxy | **Direct** (default): No proxy is used. The connection to the endpoints is direct. **System**: The system proxy, without authentication, is used. This type of proxy is typically configured with [netsh](/windows-server/networking/technologies/netsh/netsh-contexts) and can be verified using `netsh winhttp show proxy`. **User**: The proxy is configured through IE and it might or might not require user authentication. For more information, see [How the Windows Update client determines which proxy server to use to connect to the Windows Update website](https://support.microsoft.com/en-us/topic/how-the-windows-update-client-determines-which-proxy-server-to-use-to-connect-to-the-windows-update-website-08612ae5-3722-886c-f1e1-d012516c22a1) | `ClientProxy=Direct` |
+|
+
1. Define `logPath` to where you want the logs to be saved. Ensure that `runMode=Pilot`.
1. Don't modify the [Commercial ID](update-compliance-get-started.md#get-your-commercialid) values since they're used for the earlier version of Windows Update for Business reports (Update Compliance). Leave `setCommercialID=false` and the `commercialIDValue=Unknown`.
diff --git a/windows/deployment/update/wufb-reports-enable.md b/windows/deployment/update/wufb-reports-enable.md
index df307acd3d..c29c9dced3 100644
--- a/windows/deployment/update/wufb-reports-enable.md
+++ b/windows/deployment/update/wufb-reports-enable.md
@@ -6,7 +6,7 @@ ms.prod: windows-client
author: mestew
ms.author: mstewart
ms.topic: article
-ms.date: 04/26/2023
+ms.date: 07/11/2023
ms.technology: itpro-updates
---
@@ -52,9 +52,7 @@ Windows Update for Business reports uses an [Azure Log Analytics workspaces](/az
## Enroll into Windows Update for Business reports
-Enroll into Windows Update for Business reports by configuring its settings through either the Azure Workbook or from the Microsoft 365 admin center. Completing the Windows Update for Business reports configuration removes needing to specify [`CommercialID`](update-compliance-get-started.md#get-your-commercialid), which was needed by Update Compliance, the predecessor of Windows Update for Business reports.
-
-Use one of the following methods to enroll into Windows Update for Business reports:
+Enroll into Windows Update for Business reports by configuring its settings through either the Azure Workbook or from the Microsoft 365 admin center. Use one of the following methods to enroll into Windows Update for Business reports:
##### Enroll through the Azure Workbook (recommended method)
From 81159eaf8d86221f73b479a42684d197711d660e Mon Sep 17 00:00:00 2001
From: Meghan Stewart <33289333+mestew@users.noreply.github.com>
Date: Mon, 10 Jul 2023 16:34:08 -0700
Subject: [PATCH 3/7] edit wufbr error codes and script -8099827
---
windows/deployment/update/wufb-reports-configuration-script.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/windows/deployment/update/wufb-reports-configuration-script.md b/windows/deployment/update/wufb-reports-configuration-script.md
index 1d2c0698ab..63dd68245a 100644
--- a/windows/deployment/update/wufb-reports-configuration-script.md
+++ b/windows/deployment/update/wufb-reports-configuration-script.md
@@ -7,7 +7,7 @@ author: mestew
ms.author: mstewart
ms.localizationpriority: medium
ms.topic: article
-ms.date: 02/10/2023
+ms.date: 07/11/2023
ms.technology: itpro-updates
---
From d123de49e1565408dd5de2be9e198bc4b686da86 Mon Sep 17 00:00:00 2001
From: Meghan Stewart <33289333+mestew@users.noreply.github.com>
Date: Tue, 11 Jul 2023 10:32:47 -0700
Subject: [PATCH 4/7] edit wufbr error codes and script -8099827
---
.../update/wufb-reports-configuration-script.md | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/windows/deployment/update/wufb-reports-configuration-script.md b/windows/deployment/update/wufb-reports-configuration-script.md
index 63dd68245a..ba134a970a 100644
--- a/windows/deployment/update/wufb-reports-configuration-script.md
+++ b/windows/deployment/update/wufb-reports-configuration-script.md
@@ -35,7 +35,7 @@ This script's two primary files are `ConfigScript.ps1` and `RunConfig.bat`. You
## How to use this script
-Edit the `RunConfig.bat` file and configure the following variables:
+Edit the `RunConfig.bat` file to configure the following variables, then run the edited .bat file:
| Variable | Allowed values and description | Example |
|---|---|---|
@@ -44,14 +44,7 @@ Edit the `RunConfig.bat` file and configure the following variables:
| logMode | **0**: Log to the console only **1** (default): Log to file and console. **2**: Log to file only. | `logMode=2` |
| DeviceNameOptIn | **true** (default): Device name is sent to Microsoft. **false**: Device name isn't sent to Microsoft. | `DeviceNameOptIn=true` |
| ClientProxy | **Direct** (default): No proxy is used. The connection to the endpoints is direct. **System**: The system proxy, without authentication, is used. This type of proxy is typically configured with [netsh](/windows-server/networking/technologies/netsh/netsh-contexts) and can be verified using `netsh winhttp show proxy`. **User**: The proxy is configured through IE and it might or might not require user authentication. For more information, see [How the Windows Update client determines which proxy server to use to connect to the Windows Update website](https://support.microsoft.com/en-us/topic/how-the-windows-update-client-determines-which-proxy-server-to-use-to-connect-to-the-windows-update-website-08612ae5-3722-886c-f1e1-d012516c22a1) | `ClientProxy=Direct` |
-|
-
-
-1. Define `logPath` to where you want the logs to be saved. Ensure that `runMode=Pilot`.
-1. Don't modify the [Commercial ID](update-compliance-get-started.md#get-your-commercialid) values since they're used for the earlier version of Windows Update for Business reports (Update Compliance). Leave `setCommercialID=false` and the `commercialIDValue=Unknown`.
-1. Run the script.
-1. Examine the logs for any issues. If there are no issues, then all devices with a similar configuration and network profile are ready for the script to be deployed with `runMode=Deployment`.
-1. If there are issues, gather the logs and provide them to Microsoft Support.
+| source | Used by the .bat file and PowerShell script to locate dependencies. It's recommended that you don't change this value. | `source=%~dp0` |
## Script errors
From afd5edd61991215e3c6020d33131bc587a154312 Mon Sep 17 00:00:00 2001
From: Meghan Stewart <33289333+mestew@users.noreply.github.com>
Date: Tue, 11 Jul 2023 10:38:23 -0700
Subject: [PATCH 5/7] edit wufbr error codes and script -8099827
---
.../deployment/update/wufb-reports-configuration-script.md | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/windows/deployment/update/wufb-reports-configuration-script.md b/windows/deployment/update/wufb-reports-configuration-script.md
index ba134a970a..69feacba6f 100644
--- a/windows/deployment/update/wufb-reports-configuration-script.md
+++ b/windows/deployment/update/wufb-reports-configuration-script.md
@@ -25,10 +25,7 @@ You can download the script from the [Microsoft Download Center](https://www.mic
## How this script is organized
-This script's two primary files are `ConfigScript.ps1` and `RunConfig.bat`. You configure `RunConfig.bat` according to the directions in the `.bat` itself, which will then run `ConfigScript.ps1` with the parameters entered to `RunConfig.bat`. There are two ways of using the script: in **Pilot** mode or **Deployment** mode.
-
-- In **Pilot** mode (`runMode=Pilot`), the script will enter a verbose mode with enhanced diagnostics, and save the results in the path defined with `logpath` in `RunConfig.bat`. Pilot mode is best for a pilot run of the script or for troubleshooting configuration.
-- In **Deployment** mode (`runMode=Deployment`), the script doesn't run any additional diagnostics or additional logging.
+This script's two primary files are `ConfigScript.ps1` and `RunConfig.bat`. You configure `RunConfig.bat` according to the directions in the `.bat` itself, which will then run `ConfigScript.ps1` with the parameters entered to `RunConfig.bat`. There are two ways of using the script: in **Pilot** mode or **Deployment** mode.
> [!Important]
> [PsExec](/sysinternals/downloads/psexec) is used to run the script in the system context. Once the device is configured, remove PsExec.exe from the device.
@@ -39,7 +36,7 @@ Edit the `RunConfig.bat` file to configure the following variables, then run the
| Variable | Allowed values and description | Example |
|---|---|---|
-| runMode | **Pilot** (default): Verbose mode with additional diagnostics with additional logging
**Deployment**: Doesn't run any additional diagnostics or add extra logging | `runMode=Pilot` |
+| runMode | **Pilot** (default): Verbose mode with additional diagnostics with additional logging. Pilot mode is best for a testing run of the script or for troubleshooting.
**Deployment**: Doesn't run any additional diagnostics or add extra logging | `runMode=Pilot` |
| logPath | Path where the logs will be saved. The default location of the logs is `.\UCLogs`. | `logPath=C:\temp\logs` |
| logMode | **0**: Log to the console only **1** (default): Log to file and console. **2**: Log to file only. | `logMode=2` |
| DeviceNameOptIn | **true** (default): Device name is sent to Microsoft. **false**: Device name isn't sent to Microsoft. | `DeviceNameOptIn=true` |
From a499cd4ae1d9b5f18a4181cfba8e077145037fa4 Mon Sep 17 00:00:00 2001
From: Office Content Publishing 5
<87502544+officedocspr5@users.noreply.github.com>
Date: Sat, 15 Jul 2023 23:33:02 -0700
Subject: [PATCH 6/7] Uploaded file: education-content-updates.md - 2023-07-15
23:33:02.2389
---
.../includes/education-content-updates.md | 44 +++++++++++++++----
1 file changed, 35 insertions(+), 9 deletions(-)
diff --git a/education/includes/education-content-updates.md b/education/includes/education-content-updates.md
index 4de605df35..8b4d9f31d7 100644
--- a/education/includes/education-content-updates.md
+++ b/education/includes/education-content-updates.md
@@ -2,6 +2,41 @@
+## Week of July 10, 2023
+
+
+| Published On |Topic title | Change |
+|------|------------|--------|
+| 7/14/2023 | [Microsoft 365 Education Documentation](/education/index) | modified |
+| 7/14/2023 | [Windows 11 SE Overview](/education/windows/windows-11-se-overview) | modified |
+| 7/14/2023 | [Chromebook migration guide (Windows 10)](/education/windows/chromebook-migration-guide) | modified |
+| 7/14/2023 | [Configure federation between Google Workspace and Azure AD](/education/windows/configure-aad-google-trust) | modified |
+| 7/14/2023 | [Windows for Education documentation](/education/windows/index) | modified |
+| 7/14/2023 | [What's in Set up School PCs provisioning package](/education/windows/set-up-school-pcs-provisioning-package) | modified |
+| 7/14/2023 | [Upgrade Windows Home to Windows Education on student-owned devices](/education/windows/change-home-to-edu) | modified |
+| 7/14/2023 | [Deploy Windows 10 in a school district (Windows 10)](/education/windows/deploy-windows-10-in-a-school-district) | modified |
+| 7/14/2023 | [Management functionalities for Surface devices](/education/windows/tutorial-school-deployment/manage-surface-devices) | modified |
+| 7/14/2023 | [Set up device management](/education/windows/tutorial-school-deployment/set-up-microsoft-intune) | modified |
+| 7/14/2023 | [Troubleshoot Windows devices](/education/windows/tutorial-school-deployment/troubleshoot-overview) | modified |
+| 7/14/2023 | [Get Minecraft Education Edition](/education/windows/get-minecraft-for-education) | modified |
+| 7/14/2023 | [Deployment recommendations for school IT administrators](/education/windows/edu-deployment-recommendations) | modified |
+| 7/14/2023 | [Windows for Education documentation](/education/windows/index) | added |
+| 7/14/2023 | [Configure applications with Microsoft Intune](/education/windows/tutorial-school-deployment/configure-device-apps) | added |
+| 7/14/2023 | [Configure and secure devices with Microsoft Intune](/education/windows/tutorial-school-deployment/configure-device-settings) | added |
+| 7/14/2023 | [Configure devices with Microsoft Intune](/education/windows/tutorial-school-deployment/configure-devices-overview) | added |
+| 7/14/2023 | [Enrollment in Intune with standard out-of-box experience (OOBE)](/education/windows/tutorial-school-deployment/enroll-aadj) | added |
+| 7/14/2023 | [Enrollment in Intune with Windows Autopilot](/education/windows/tutorial-school-deployment/enroll-autopilot) | added |
+| 7/14/2023 | [Device enrollment overview](/education/windows/tutorial-school-deployment/enroll-overview) | added |
+| 7/14/2023 | [Enrollment of Windows devices with provisioning packages](/education/windows/tutorial-school-deployment/enroll-package) | added |
+| 7/14/2023 | [Introduction](/education/windows/tutorial-school-deployment/index) | added |
+| 7/14/2023 | [Manage devices with Microsoft Intune](/education/windows/tutorial-school-deployment/manage-overview) | added |
+| 7/14/2023 | [Management functionalities for Surface devices](/education/windows/tutorial-school-deployment/manage-surface-devices) | added |
+| 7/14/2023 | [Reset and wipe Windows devices](/education/windows/tutorial-school-deployment/reset-wipe) | added |
+| 7/14/2023 | [Set up Azure Active Directory](/education/windows/tutorial-school-deployment/set-up-azure-ad) | added |
+| 7/14/2023 | [Set up device management](/education/windows/tutorial-school-deployment/set-up-microsoft-intune) | added |
+| 7/14/2023 | [Troubleshoot Windows devices](/education/windows/tutorial-school-deployment/troubleshoot-overview) | added |
+
+
## Week of June 19, 2023
@@ -15,12 +50,3 @@
| 6/23/2023 | [Troubleshoot app deployment issues in Windows SE](/education/windows/tutorial-deploy-apps-winse/troubleshoot) | added |
| 6/23/2023 | [Validate the applications deployed to Windows SE devices](/education/windows/tutorial-deploy-apps-winse/validate-apps) | added |
| 6/23/2023 | [Configure applications with Microsoft Intune](/education/windows/tutorial-school-deployment/configure-device-apps) | modified |
-
-
-## Week of May 29, 2023
-
-
-| Published On |Topic title | Change |
-|------|------------|--------|
-| 5/30/2023 | [Windows 11 SE Overview](/education/windows/windows-11-se-overview) | modified |
-| 6/2/2023 | [What's in Set up School PCs provisioning package](/education/windows/set-up-school-pcs-provisioning-package) | modified |
From 0f1e0c375c88126230b2e54eb2ad46bdf821d379 Mon Sep 17 00:00:00 2001
From: Office Content Publishing 5
<87502544+officedocspr5@users.noreply.github.com>
Date: Sat, 15 Jul 2023 23:33:05 -0700
Subject: [PATCH 7/7] Uploaded file: store-for-business-content-updates.md -
2023-07-15 23:33:05.1801
---
.../includes/store-for-business-content-updates.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/store-for-business/includes/store-for-business-content-updates.md b/store-for-business/includes/store-for-business-content-updates.md
index 0543b520b4..000c3669c0 100644
--- a/store-for-business/includes/store-for-business-content-updates.md
+++ b/store-for-business/includes/store-for-business-content-updates.md
@@ -2,6 +2,16 @@
+## Week of July 10, 2023
+
+
+| Published On |Topic title | Change |
+|------|------------|--------|
+| 7/14/2023 | [Microsoft Store for Business and Education release history](/microsoft-store/release-history-microsoft-store-business-education) | modified |
+| 7/14/2023 | [Whats new in Microsoft Store for Business and Education](/microsoft-store/whats-new-microsoft-store-business-education) | modified |
+| 7/14/2023 | [Prerequisites for Microsoft Store for Business and Education (Windows 10)](/microsoft-store/prerequisites-microsoft-store-for-business) | modified |
+
+
## Week of June 26, 2023