Merging changes synced from https://github.com/MicrosoftDocs/windows-docs-pr (branch live)

This commit is contained in:
dstrome 2023-01-06 23:41:15 +00:00
commit 13c33acd95
5 changed files with 48 additions and 5 deletions

View File

@ -103,5 +103,7 @@
- name: What's new - name: What's new
href: href:
items: items:
- name: What's new 2023
href: whats-new/windows-autopatch-whats-new-2023.md
- name: What's new 2022 - name: What's new 2022
href: whats-new/windows-autopatch-whats-new-2022.md href: whats-new/windows-autopatch-whats-new-2022.md

View File

@ -1,7 +1,7 @@
--- ---
title: Submit a support request title: Submit a support request
description: Details how to contact the Windows Autopatch Service Engineering Team and submit support requests description: Details how to contact the Windows Autopatch Service Engineering Team and submit support requests
ms.date: 05/30/2022 ms.date: 01/06/2023
ms.prod: windows-client ms.prod: windows-client
ms.technology: itpro-updates ms.technology: itpro-updates
ms.topic: how-to ms.topic: how-to
@ -19,6 +19,20 @@ msreviewer: hathind
You can submit support tickets to Microsoft using the Windows Autopatch admin center. Email is the recommended approach to interact with the Windows Autopatch Service Engineering Team. You can submit support tickets to Microsoft using the Windows Autopatch admin center. Email is the recommended approach to interact with the Windows Autopatch Service Engineering Team.
## Premier and Unified support options
As a customer with a **Premier** or **Unified** support contract, you can specify the severity of your issue, and schedule a support callback for a specific day and time. These options are available when you open or submit a new issue and when you edit an active support case.
Depending on your support contract, the following severity options are available:
| Support contract | Severity options |
| ----- | ----- |
| Premier | Severity A, B or C |
| Unified | Critical or non-critical |
> [!NOTE]
> Selecting either severity **A** or **Critical** issue limits you to a phone support case. This is the fastest support option.
## Submit a new support request ## Submit a new support request
Support requests are triaged and responded to as they're received. Support requests are triaged and responded to as they're received.

View File

@ -1,10 +1,10 @@
--- ---
title: What's new title: What's new 2022
description: This article lists the new feature releases and any corresponding Message center post numbers. description: This article lists the 2022 feature releases and any corresponding Message center post numbers.
ms.date: 12/09/2022 ms.date: 12/09/2022
ms.prod: windows-client ms.prod: windows-client
ms.technology: itpro-updates ms.technology: itpro-updates
ms.topic: how-to ms.topic: whats-new
ms.localizationpriority: medium ms.localizationpriority: medium
author: tiaraquan author: tiaraquan
ms.author: tiaraquan ms.author: tiaraquan

View File

@ -0,0 +1,27 @@
---
title: What's new 2023
description: This article lists the 2023 feature releases and any corresponding Message center post numbers.
ms.date: 01/06/2023
ms.prod: windows-client
ms.technology: itpro-updates
ms.topic: whats-new
ms.localizationpriority: medium
author: tiaraquan
ms.author: tiaraquan
manager: dougeby
msreviewer: hathind
---
# What's new 2023
This article lists new and updated feature releases, and service releases, with their corresponding Message center post numbers (if applicable).
Minor corrections such as typos, style, or formatting issues aren't listed.
## January 2023
### January feature releases or updates
| Article | Description |
| ----- | ----- |
| [Submit a support request](../operate/windows-autopatch-support-request.md) | Added Premier and Unified support options section |

View File

@ -31,7 +31,7 @@ Before you deploy your WDAC policies, you must first convert the XML to its bina
```powershell ```powershell
## Update the path to your WDAC policy XML ## Update the path to your WDAC policy XML
$WDACPolicyXMLFile = $env:USERPROFILE"\Desktop\MyWDACPolicy.xml" $WDACPolicyXMLFile = $env:USERPROFILE + "\Desktop\MyWDACPolicy.xml"
[xml]$WDACPolicy = Get-Content -Path $WDACPolicyXMLFile [xml]$WDACPolicy = Get-Content -Path $WDACPolicyXMLFile
if (($WDACPolicy.SiPolicy.PolicyID) -ne $null) ## Multiple policy format (For Windows builds 1903+ only, including Server 2022) if (($WDACPolicy.SiPolicy.PolicyID) -ne $null) ## Multiple policy format (For Windows builds 1903+ only, including Server 2022)
{ {