Merge pull request #7171 from MicrosoftDocs/main

Publish main to live on 9/22 @ 10:30 am
This commit is contained in:
Stephanie Savell
2022-09-22 12:42:32 -05:00
committed by GitHub
2 changed files with 16 additions and 11 deletions

View File

@ -87,7 +87,7 @@ The following applications can also run on Windows 11 SE, and can be deployed us
| Application | Supported version | App Type | Vendor | | Application | Supported version | App Type | Vendor |
|-----------------------------------------|-------------------|----------|------------------------------| |-----------------------------------------|-------------------|----------|------------------------------|
| AirSecure | 8.0.0 | Win32 | AIR | | AirSecure | 8.0.0 | Win32 | AIR |
| Alertus Desktop | 5.4.44.0 | Win32 | Alertus technologies | | Alertus Desktop | 5.4.44.0 | Win32 | Alertus technologies |
| Brave Browser | 1.34.80 | Win32 | Brave | | Brave Browser | 1.34.80 | Win32 | Brave |
| Bulb Digital Portfolio | 0.0.7.0 | Store | Bulb | | Bulb Digital Portfolio | 0.0.7.0 | Store | Bulb |
| Cisco Umbrella | 3.0.110.0 | Win32 | Cisco | | Cisco Umbrella | 3.0.110.0 | Win32 | Cisco |
@ -112,8 +112,8 @@ The following applications can also run on Windows 11 SE, and can be deployed us
| Kite Student Portal | 8.0.3.0 | Win32 | Dynamic Learning Maps | | Kite Student Portal | 8.0.3.0 | Win32 | Dynamic Learning Maps |
| Kortext | 2.3.433.0 | Store | Kortext | | Kortext | 2.3.433.0 | Store | Kortext |
| Kurzweil 3000 Assistive Learning | 20.13.0000 | Win32 | Kurzweil Educational Systems | | Kurzweil 3000 Assistive Learning | 20.13.0000 | Win32 | Kurzweil Educational Systems |
| LanSchool | 9.1.0.46 | Win32 | Lenovo Software, Inc. | | LanSchool Classic | 9.1.0.46 | Win32 | Stoneware, Inc. |
| LanSchool Air | 2.0.13312 | Win32 | Lenovo Software, Inc. | | LanSchool Air | 2.0.13312 | Win32 | Stoneware, Inc. |
| Lightspeed Smart Agent | 1.9.1 | Win32 | Lightspeed Systems | | Lightspeed Smart Agent | 1.9.1 | Win32 | Lightspeed Systems |
| MetaMoJi ClassRoom | 3.12.4.0 | Store | MetaMoJi Corporation | | MetaMoJi ClassRoom | 3.12.4.0 | Store | MetaMoJi Corporation |
| Microsoft Connect | 10.0.22000.1 | Store | Microsoft | | Microsoft Connect | 10.0.22000.1 | Store | Microsoft |

View File

@ -2,14 +2,14 @@
title: Local Administrator Password Solution CSP title: Local Administrator Password Solution CSP
description: Learn how the Local Administrator Password Solution configuration service provider (CSP) is used by the enterprise to manage backup of local administrator account passwords. description: Learn how the Local Administrator Password Solution configuration service provider (CSP) is used by the enterprise to manage backup of local administrator account passwords.
ms.author: jsimmons ms.author: jsimmons
ms.topic: article author: jay98014
ms.prod: w11 ms.reviewer: vinpa
ms.technology: windows manager: aaroncz
author: jsimmons ms.topic: reference
ms.prod: windows-client
ms.technology: itpro-manage
ms.localizationpriority: medium ms.localizationpriority: medium
ms.date: 07/04/2022 ms.date: 09/20/2022
ms.reviewer: jsimmons
manager: jsimmons
--- ---
# Local Administrator Password Solution CSP # Local Administrator Password Solution CSP
@ -19,6 +19,9 @@ The Local Administrator Password Solution (LAPS) configuration service provider
> [!IMPORTANT] > [!IMPORTANT]
> Windows LAPS is currently only available in Windows Insider builds as of 25145 and later. Support for the Windows LAPS Azure AD scenario is currently limited to a small group of Windows Insiders. > Windows LAPS is currently only available in Windows Insider builds as of 25145 and later. Support for the Windows LAPS Azure AD scenario is currently limited to a small group of Windows Insiders.
> [!TIP]
> This article covers the specific technical details of the LAPS CSP. For more information about the scenarios in which the LAPS CSP would be used, see [Windows Local Administrator Password Solution](/windows-server/identity/laps/laps).
The following example shows the LAPS CSP in tree format. The following example shows the LAPS CSP in tree format.
```xml ```xml
@ -231,7 +234,7 @@ Supported operations are Add, Get, Replace, and Delete.
<!--Policy--> <!--Policy-->
### PasswordExpirationProtectionEnabled ### PasswordExpirationProtectionEnabled
<!--Description--> <!--Description-->
Use this setting to configure additional enforcement of maximum password age for the managed local administrator account. Use this setting to configure enforcement of maximum password age for the managed local administrator account.
<!--/Description--> <!--/Description-->
<!--SupportedSKUs--> <!--SupportedSKUs-->
@ -758,3 +761,5 @@ This example is configuring a hybrid device to back up its password to Active Di
## Related articles ## Related articles
[Configuration service provider reference](configuration-service-provider-reference.md) [Configuration service provider reference](configuration-service-provider-reference.md)
[Windows LAPS](/windows-server/identity/laps/laps)