Merge branch 'master' into aljupudi-5695781-CSP-LanguagePackageManagement

This commit is contained in:
Daniel Simpson 2022-02-11 09:11:59 -08:00 committed by GitHub
commit 801d18ce8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 25 additions and 20 deletions

View File

@ -19306,6 +19306,11 @@
"source_path": "windows/privacy/license-terms-windows-diagnostic-data-for-powershell.md", "source_path": "windows/privacy/license-terms-windows-diagnostic-data-for-powershell.md",
"redirect_url": "/legal/windows/license-terms-windows-diagnostic-data-for-powershell", "redirect_url": "/legal/windows/license-terms-windows-diagnostic-data-for-powershell",
"redirect_document_id": false "redirect_document_id": false
},
{
"source_path": "windows/whats-new/windows-11-whats-new.md",
"redirect_url": "/windows/whats-new/windows-11-overview",
"redirect_document_id": false
} }
] ]
} }

View File

@ -84,8 +84,8 @@ If all else fails, try resetting the Windows Update Agent by running these comma
``` ```
2. Reset the **BITS service** and the **Windows Update service** to the default security descriptor. To do this, type the following commands at a command prompt. Press ENTER after you type each command. 2. Reset the **BITS service** and the **Windows Update service** to the default security descriptor. To do this, type the following commands at a command prompt. Press ENTER after you type each command.
``` console ``` console
sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU) sc.exe sdset bits D:(A;CI;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)
sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU) sc.exe sdset wuauserv D:(A;;CCLCSWRPLORC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
``` ```
5. Type the following command at a command prompt, and then press ENTER: 5. Type the following command at a command prompt, and then press ENTER:
``` console ``` console

View File

@ -44,10 +44,10 @@ productDirectory:
summary: Learn more about what's new, what's updated, and what you get in Windows 11 # < 160 chars (optional) summary: Learn more about what's new, what's updated, and what you get in Windows 11 # < 160 chars (optional)
items: items:
# Card # Card
- title: What's new in Windows 11 - title: Windows 11 overview
imageSrc: /windows/resources/images/winlogo.svg imageSrc: /windows/resources/images/winlogo.svg
summary: Get more information about features and improvements that are important to admins summary: Get more information about features and improvements that are important to admins
url: /windows/whats-new/windows-11-whats-new url: /windows/whats-new/windows-11-overview
- title: Windows 11 requirements - title: Windows 11 requirements
imageSrc: /windows/resources/images/winlogo.svg imageSrc: /windows/resources/images/winlogo.svg
summary: See the system requirements for Windows 11, including running Windows 11 on a virtual machine summary: See the system requirements for Windows 11, including running Windows 11 on a virtual machine
@ -80,9 +80,9 @@ conceptualContent:
# card # card
- title: Overview - title: Overview
links: links:
- url: /windows/whats-new/windows-11-whats-new - url: /windows/whats-new/windows-11-overview
itemType: overview itemType: overview
text: What's new in Windows 11 text: Windows 11 overview
- url: /windows/whats-new/windows-11-plan - url: /windows/whats-new/windows-11-plan
itemType: overview itemType: overview
text: Plan for Windows 11 text: Plan for Windows 11

View File

@ -22,8 +22,6 @@
href: understand-windows-defender-application-control-policy-design-decisions.md href: understand-windows-defender-application-control-policy-design-decisions.md
- name: Understand WDAC policy rules and file rules - name: Understand WDAC policy rules and file rules
href: select-types-of-rules-to-create.md href: select-types-of-rules-to-create.md
- name: Understand WDAC secure settings
href: understanding-wdac-policy-settings.md
items: items:
- name: Allow apps installed by a managed installer - name: Allow apps installed by a managed installer
href: configure-authorized-apps-deployed-with-a-managed-installer.md href: configure-authorized-apps-deployed-with-a-managed-installer.md
@ -37,6 +35,8 @@
href: manage-packaged-apps-with-windows-defender-application-control.md href: manage-packaged-apps-with-windows-defender-application-control.md
- name: Use WDAC to control specific plug-ins, add-ins, and modules - name: Use WDAC to control specific plug-ins, add-ins, and modules
href: use-windows-defender-application-control-policy-to-control-specific-plug-ins-add-ins-and-modules.md href: use-windows-defender-application-control-policy-to-control-specific-plug-ins-add-ins-and-modules.md
- name: Understand WDAC policy settings
href: understanding-wdac-policy-settings.md
- name: Use multiple WDAC policies - name: Use multiple WDAC policies
href: deploy-multiple-windows-defender-application-control-policies.md href: deploy-multiple-windows-defender-application-control-policies.md
- name: Create your WDAC policy - name: Create your WDAC policy

View File

@ -14,7 +14,7 @@ audience: ITPro
ms.collection: M365-security-compliance ms.collection: M365-security-compliance
author: jsuther1974 author: jsuther1974
ms.reviewer: isbrahm ms.reviewer: isbrahm
ms.date: 08/12/2021 ms.date: 02/10/2022
ms.technology: windows-sec ms.technology: windows-sec
--- ---
@ -42,7 +42,7 @@ For example, to create a WDAC policy allowing **addin1.dll** and **addin2.dll**
```powershell ```powershell
$rule = New-CIPolicyRule -DriverFilePath '.\temp\addin1.dll' -Level FileName -AppID '.\ERP1.exe' $rule = New-CIPolicyRule -DriverFilePath '.\temp\addin1.dll' -Level FileName -AppID '.\ERP1.exe'
$rule += New-CIPolicyRule -DriverFilePath '.\temp\addin2.dll' -Level FileName -AppID '.\ERP2.exe' $rule += New-CIPolicyRule -DriverFilePath '.\temp\addin2.dll' -Level FileName -AppID '.\ERP1.exe'
New-CIPolicy -Rules $rule -FilePath ".\AllowERPAddins.xml" -UserPEs New-CIPolicy -Rules $rule -FilePath ".\AllowERPAddins.xml" -UserPEs
``` ```

View File

@ -69,7 +69,7 @@ There are several ways to get and use security baselines:
## Community ## Community
[![Microsoft Security Guidance Blog.](./../images/community.png)](/archive/blogs/secguide/) [![Microsoft Security Guidance Blog.](./../images/community.png)](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/bg-p/Microsoft-Security-Baselines)
## Related Videos ## Related Videos

View File

@ -3,8 +3,8 @@
- name: Windows 11 - name: Windows 11
expanded: true expanded: true
items: items:
- name: What's new in Windows 11 - name: Windows 11 overview
href: windows-11-whats-new.md href: windows-11-overview.md
- name: Windows 11 requirements - name: Windows 11 requirements
href: windows-11-requirements.md href: windows-11-requirements.md
- name: Plan for Windows 11 - name: Plan for Windows 11

View File

@ -30,8 +30,8 @@ landingContent:
linkLists: linkLists:
- linkListType: overview - linkListType: overview
links: links:
- text: What's new - text: Windows 11 overview
url: windows-11-whats-new.md url: windows-11-overview.md
- text: Windows 11 requirements - text: Windows 11 requirements
url: windows-11-requirements.md url: windows-11-requirements.md
- text: Plan for Windows 11 - text: Plan for Windows 11

View File

@ -1,11 +1,11 @@
--- ---
title: Windows 11, what's new and overview for administrators title: Windows 11 overview for administrators
description: Learn more about what's new in Windows 11. Read about the features IT professionals and administrators should know about Windows 11, including security, using apps, using Android apps, the new desktop, and deploying and servicing PCs. description: Learn more about Windows 11. Read about the features IT professionals and administrators should know about Windows 11, including security, using apps, using Android apps, the new desktop, and deploying and servicing PCs.
ms.reviewer: ms.reviewer:
manager: dougeby manager: dougeby
ms.audience: itpro ms.audience: itpro
author: MandiOhlinger author: greg-lindsay
ms.author: mandia ms.author: greglin
ms.prod: w10 ms.prod: w10
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
@ -16,7 +16,7 @@ ms.collection: highpri
ms.custom: intro-overview ms.custom: intro-overview
--- ---
# What's new in Windows 11 # Windows 11 overview
**Applies to**: **Applies to**: