diff --git a/.github/workflows/AutoLabelMsftContributor.yml b/.github/workflows/AutoLabelMsftContributor.yml
index 66992cfeef..c41825acc8 100644
--- a/.github/workflows/AutoLabelMsftContributor.yml
+++ b/.github/workflows/AutoLabelMsftContributor.yml
@@ -31,10 +31,5 @@ jobs:
PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }}
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}
- TeamReadAccessToken: ${{ secrets.ORG_READTEAMS_TOKEN }}
-
-
-
-
-
-
+ ClientId: ${{ secrets.M365_APP_CLIENT_ID }}
+ PrivateKey: ${{ secrets.M365_APP_PRIVATE_KEY }}
diff --git a/windows/configuration/assigned-access/wedl-assignedaccess.md b/windows/configuration/assigned-access/wedl-assignedaccess.md
index ee8f4a797f..9ae0d36c01 100644
--- a/windows/configuration/assigned-access/wedl-assignedaccess.md
+++ b/windows/configuration/assigned-access/wedl-assignedaccess.md
@@ -13,7 +13,7 @@ This Windows Management Instrumentation (WMI) provider class configures settings
## Syntax
-```powershell
+```mof
class WEDL_AssignedAccess {
[Key] string UserSID;
[Read, Write] string AppUserModelId;
diff --git a/windows/configuration/shell-launcher/wesl-usersetting.md b/windows/configuration/shell-launcher/wesl-usersetting.md
index 1cf9588b35..7fdf75bdd5 100644
--- a/windows/configuration/shell-launcher/wesl-usersetting.md
+++ b/windows/configuration/shell-launcher/wesl-usersetting.md
@@ -13,7 +13,7 @@ This class configures which application Shell Launcher starts based on the secur
## Syntax
-```powershell
+```mof
class WESL_UserSetting {
[read, write, Required] string Sid;
[read, write, Required] string Shell;
@@ -76,10 +76,10 @@ The following tables list any methods and properties that belong to this class.
| Property | Data type | Qualifiers | Description |
|----------|----------------|------------|-------------|
| **Sid** | string | [read, write, required] | User or group SID. |
-| **shell** | string | [read, write, required] | The application to start as the shell.The **shell** property can be a filename in the *Path* environment variable, or it can contain a fully qualified path to the application. You can also use environment variables in the path.Any spaces in the **shell** property must be part of a quote-delimited string. |
+| **shell** | string | [read, write, required] | The application to start as the shell.
The **shell** property can be a filename in the *Path* environment variable, or it can contain a fully qualified path to the application. You can also use environment variables in the path.
Any spaces in the **shell** property must be part of a quote-delimited string. |
| **CustomReturnCodes** | Sint32[] |[read, write] | An array of custom return codes that can be returned by the shell. |
-| **CustomReturnCodesAction** | Sint32[] | [read, write] | An array of custom return code actions that determine what action Shell Launcher takes when the shell exits. The custom actions map to the array of **CustomReturnCodes**.The possible actions are:0 - Restart the shell.1 - Restart the device.2 - Shut down the device.3 - Do nothing. |
-| **DefaultAction** | Sint32 | [read, write] | The default action Shell Launcher takes when the shell exits.The possible actions are defined as follows:0 - Restart the shell.1 - Restart the device.2 - Shut down the device.3 - Do nothing. |
+| **CustomReturnCodesAction** | Sint32[] | [read, write] | An array of custom return code actions that determine what action Shell Launcher takes when the shell exits. The custom actions map to the array of **CustomReturnCodes**.
The possible actions are:
0 - Restart the shell.
1 - Restart the device.
2 - Shut down the device.
3 - Do nothing. |
+| **DefaultAction** | Sint32 | [read, write] | The default action Shell Launcher takes when the shell exits.
The possible actions are defined as follows:
0 - Restart the shell.
1 - Restart the device.
2 - Shut down the device.
3 - Do nothing. |
### Remarks
diff --git a/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md b/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md
index 47ebc38538..13bb720876 100644
--- a/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md
+++ b/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md
@@ -13,7 +13,7 @@ This method retrieves the Shell Launcher configuration for a specific user or gr
## Syntax
-```powershell
+```mof
[Static] uint32 GetCustomShell (
[In, Required] string Sid,
[Out, Required] string Shell,
@@ -25,13 +25,13 @@ This method retrieves the Shell Launcher configuration for a specific user or gr
## Parameters
-**Sid**\[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is configured for.
+**Sid**
\[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is configured for.
-**Shell**\[out, required\] The application or executable that Shell Launcher starts as the shell.
+**Shell**
\[out, required\] The application or executable that Shell Launcher starts as the shell.
-**CustomReturnCodes**\[out, required\] An array of custom return codes returned by the shell application.
+**CustomReturnCodes**
\[out, required\] An array of custom return codes returned by the shell application.
-**CustomReturnCodesAction**\[out, required\] An array of custom return code actions that determine the action that Shell Launcher takes when the shell application exits. The custom actions map to the array of *CustomReturnCodes*.
+**CustomReturnCodesAction**
\[out, required\] An array of custom return code actions that determine the action that Shell Launcher takes when the shell application exits. The custom actions map to the array of *CustomReturnCodes*.
The possible actions are defined in the following table:
@@ -42,7 +42,7 @@ The possible actions are defined in the following table:
| 2 | Shut down the device. |
| 3 | Do nothing. |
-**DefaultAction**\[out, required\] The default action that Shell Launcher takes when the shell application exits.
+**DefaultAction**
\[out, required\] The default action that Shell Launcher takes when the shell application exits.
The possible actions are defined in the following table:
diff --git a/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md b/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md
index 227cacc8ea..1494b1f22d 100644
--- a/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md
+++ b/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md
@@ -13,7 +13,7 @@ This method retrieves the default Shell Launcher configuration.
## Syntax
-```powershell
+```mof
[Static] uint32 GetDefaultShell (
[Out, Required] string Shell,
[Out, Required] sint32 DefaultAction
@@ -22,9 +22,9 @@ This method retrieves the default Shell Launcher configuration.
## Parameters
-**Shell**\[out, required\] The application or executable that Shell Launcher starts as the shell.
+**Shell**
\[out, required\] The application or executable that Shell Launcher starts as the shell.
-**DefaultAction**\[out, required\] The default action Shell Launcher takes when the shell application exits.
+**DefaultAction**
\[out, required\] The default action Shell Launcher takes when the shell application exits.
The possible actions are defined in the following table:
diff --git a/windows/configuration/shell-launcher/wesl-usersettingisenabled.md b/windows/configuration/shell-launcher/wesl-usersettingisenabled.md
index bf29bbec60..70df90e02b 100644
--- a/windows/configuration/shell-launcher/wesl-usersettingisenabled.md
+++ b/windows/configuration/shell-launcher/wesl-usersettingisenabled.md
@@ -13,7 +13,7 @@ This method retrieves a value that indicates if Shell Launcher is enabled or dis
## Syntax
-```powershell
+```mof
[Static] uint32 IsEnabled(
[Out, Required] boolean Enabled
);
@@ -21,7 +21,7 @@ This method retrieves a value that indicates if Shell Launcher is enabled or dis
## Parameters
-**Enabled**\[out, required\] A Boolean value that indicates if Shell Launcher is enabled.
+**Enabled**
\[out, required\] A Boolean value that indicates if Shell Launcher is enabled.
## Return Value
diff --git a/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md b/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md
index 02049c67eb..bea8a865f5 100644
--- a/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md
+++ b/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md
@@ -13,7 +13,7 @@ This method removes a Shell Launcher configuration for a specific user or group,
## Syntax
-```powershell
+```mof
[Static] uint32 RemoveCustomShell (
[In, Required] string Sid
);
@@ -21,7 +21,7 @@ This method removes a Shell Launcher configuration for a specific user or group,
## Parameters
-**Sid**\[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is configured for.
+**Sid**
\[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is configured for.
## Return Value
diff --git a/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md b/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md
index 11d0f79f2d..50d659fe00 100644
--- a/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md
+++ b/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md
@@ -13,7 +13,7 @@ This method configures Shell Launcher for a specific user or group, based on the
## Syntax
-```powershell
+```mof
[Static] uint32 SetCustomShell (
[In, Required] string Sid,
[In, Required] string Shell,
@@ -25,13 +25,13 @@ This method configures Shell Launcher for a specific user or group, based on the
## Parameters
-**Sid**\[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is being configured for.
+**Sid**
\[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is being configured for.
-**Shell**\[in, required\] The application or executable that Shell Launcher starts as the shell.
+**Shell**
\[in, required\] The application or executable that Shell Launcher starts as the shell.
-**CustomReturnCodes**\[in\] An array of custom return codes that can be returned by the shell application.
+**CustomReturnCodes**
\[in\] An array of custom return codes that can be returned by the shell application.
-**CustomReturnCodesAction**\[in\] An array of custom return code actions that determine the action that Shell Launcher takes when the shell application exits. The custom actions map to the array of *CustomReturnCodes*.
+**CustomReturnCodesAction**
\[in\] An array of custom return code actions that determine the action that Shell Launcher takes when the shell application exits. The custom actions map to the array of *CustomReturnCodes*.
The possible actions are defined in the following table:
@@ -42,7 +42,7 @@ The possible actions are defined in the following table:
| 2 | Shut down the device. |
| 3 | Do nothing. |
-**DefaultAction**\[In\] The default action that Shell Launcher takes when the shell application exits.
+**DefaultAction**
\[In\] The default action that Shell Launcher takes when the shell application exits.
The possible actions are defined in the following table:
diff --git a/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md b/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md
index 05602f2b64..30f9c928c2 100644
--- a/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md
+++ b/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md
@@ -13,7 +13,7 @@ This method sets the default Shell Launcher configuration.
## Syntax
-```powershell
+```mof
[Static] uint32 SetDefaultShell (
[In, Required] string Shell,
[In, Required] sint32 DefaultAction
@@ -22,9 +22,9 @@ This method sets the default Shell Launcher configuration.
## Parameters
-**Shell**\[in, required\] The application or executable that Shell Launcher starts as the shell.
+**Shell**
\[in, required\] The application or executable that Shell Launcher starts as the shell.
-**DefaultAction**\[in, required\] The default action that Shell Launcher takes when the *Shell* application exits.
+**DefaultAction**
\[in, required\] The default action that Shell Launcher takes when the *Shell* application exits.
The possible actions are defined in the following table:
diff --git a/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md b/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md
index e6b09ba0e7..e664e017f0 100644
--- a/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md
+++ b/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md
@@ -13,7 +13,7 @@ This method enables or disables Shell Launcher.
## Syntax
-```powershell
+```mof
[Static] uint32 SetEnabled(
[In, Required] boolean Enabled
);
@@ -21,7 +21,7 @@ This method enables or disables Shell Launcher.
## Parameters
-**Enabled**\[in, required\] A Boolean value that indicates whether to enable or disable Shell Launcher.
+**Enabled**
\[in, required\] A Boolean value that indicates whether to enable or disable Shell Launcher.
## Return Value