mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 05:47:23 +00:00
Merge branch 'main' into release-win11-24h2
This commit is contained in:
commit
fb4d0d6c76
@ -1504,6 +1504,21 @@
|
||||
"source_path": "windows/deployment/windows-autopatch/deploy/windows-autopatch-groups-manage-autopatch-groups.md",
|
||||
"redirect_url": "/windows/deployment/windows-autopatch/manage/windows-autopatch-manage-autopatch-groups",
|
||||
"redirect_document_id": true
|
||||
},
|
||||
{
|
||||
"source_path": "windows/deployment/windows-autopatch/prepare/windows-autopatch-enroll-tenant.md",
|
||||
"redirect_url": "/windows/deployment/windows-autopatch/prepare/windows-autopatch-feature-activation",
|
||||
"redirect_document_id": true
|
||||
},
|
||||
{
|
||||
"source_path": "windows/deployment/windows-autopatch/manage/windows-autopatch-unenroll-tenant.md",
|
||||
"redirect_url": "/windows/deployment/windows-autopatch/manage/windows-autopatch-feature-deactivation",
|
||||
"redirect_document_id": false
|
||||
},
|
||||
{
|
||||
"source_path": "windows/deployment/windows-autopatch/references/windows-autopatch-changes-to-tenant.md",
|
||||
"redirect_url": "/windows/deployment/windows-autopatch/references/windows-autopatch-changes-made-at-feature-activation",
|
||||
"redirect_document_id": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -31,6 +31,9 @@ ms.date: 01/18/2024
|
||||
<!-- DefaultAssociationsConfiguration-Description-Begin -->
|
||||
<!-- Description-Source-DDF-Forced -->
|
||||
This policy allows an administrator to set default file type and protocol associations. When set, default associations will be applied on sign-in to the PC. The association file can be created using the DISM tool (dism /online /export-defaultappassociations:appassoc.xml). The file can be further edited by adding attributes to control how often associations are applied by the policy. The file then needs to be base64 encoded before being added to SyncML. If policy is enabled and the client machine is Microsoft Entra joined, the associations assigned in SyncML will be processed and default associations will be applied.
|
||||
|
||||
> [!NOTE]
|
||||
> For this policy, MDM policy take precedence over group policies even when [MDMWinsOverGP](policy-csp-controlpolicyconflict.md#mdmwinsovergp) policy is not set.
|
||||
<!-- DefaultAssociationsConfiguration-Description-End -->
|
||||
|
||||
<!-- DefaultAssociationsConfiguration-Editable-Begin -->
|
||||
|
@ -22,7 +22,7 @@
|
||||
- name: Configure your network
|
||||
href: prepare/windows-autopatch-configure-network.md
|
||||
- name: Enroll your tenant
|
||||
href: prepare/windows-autopatch-enroll-tenant.md
|
||||
href: prepare/windows-autopatch-feature-activation.md
|
||||
items:
|
||||
- name: Fix issues found by the Readiness assessment tool
|
||||
href: prepare/windows-autopatch-fix-issues.md
|
||||
@ -79,7 +79,7 @@
|
||||
- name: Exclude a device
|
||||
href: manage/windows-autopatch-exclude-device.md
|
||||
- name: Unenroll your tenant
|
||||
href: manage/windows-autopatch-unenroll-tenant.md
|
||||
href: manage/windows-autopatch-feature-deactivation.md
|
||||
- name: Monitor
|
||||
href:
|
||||
items:
|
||||
@ -128,7 +128,7 @@
|
||||
- name: Conflicting configurations
|
||||
href: references/windows-autopatch-conflicting-configurations.md
|
||||
- name: Changes made at tenant enrollment
|
||||
href: references/windows-autopatch-changes-to-tenant.md
|
||||
href: references/windows-autopatch-changes-made-at-feature-activation.md
|
||||
- name: What's new
|
||||
href:
|
||||
items:
|
||||
|
@ -34,7 +34,7 @@ Windows Autopatch creates an enterprise application in your tenant. This enterpr
|
||||
|
||||
## Microsoft Entra groups
|
||||
|
||||
Windows Autopatch will create the required Microsoft Entra groups to operate the service.
|
||||
Windows Autopatch creates the required Microsoft Entra groups to operate the service.
|
||||
|
||||
The following groups target Windows Autopatch configurations to devices and management of the service by our [first party enterprise applications](#windows-autopatch-enterprise-applications).
|
||||
|
||||
@ -54,7 +54,7 @@ The following groups target Windows Autopatch configurations to devices and mana
|
||||
|
||||
## Device configuration policies
|
||||
|
||||
- Windows Autopatch - Set MDM to Win Over GPO
|
||||
- Windows Autopatch - Set MDM to Win Over GPO (Group Policy Objects)
|
||||
- Windows Autopatch - Data Collection
|
||||
|
||||
| Policy name | Policy description | Properties | Value |
|
@ -106,7 +106,7 @@ Windows Hello for Business is enabled by default for devices that are Microsoft
|
||||
|
||||
Configuration type| Details |
|
||||
|--|-|
|
||||
| CSP (user)|**Key path**: `HHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Policies\PassportForWork\<Tenant-ID>\UserSid\Policies`<br>**Key name**: `UsePassportForWork`<br>**Type**: `REG_DWORD`<br>**Value**:<br> `1` to enable<br> `0` to disable |
|
||||
| CSP (user)|**Key path**: `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Policies\PassportForWork\<Tenant-ID>\UserSid\Policies`<br>**Key name**: `UsePassportForWork`<br>**Type**: `REG_DWORD`<br>**Value**:<br> `1` to enable<br> `0` to disable |
|
||||
| CSP (device)|**Key path**: `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Policies\PassportForWork\<Tenant-ID>\Device\Policies`<br>**Key name**: `UsePassportForWork`<br>**Type**: `REG_DWORD`<br>**Value**:<br> `1` to enable<br> `0` to disable |
|
||||
| GPO (user)|**Key path**: `HKEY_USERS\<UserSID>\SOFTWARE\Policies\Microsoft\PassportForWork`<br>**Key name**: `Enabled`<br>**Type**: `REG_DWORD`<br>**Value**:<br> `1` to enable<br> `0` to disable |
|
||||
| GPO (user)|**Key path**: `KEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\PassportForWork`<br>**Key name**: `Enabled`<br>**Type**: `REG_DWORD`<br>**Value**:<br> `1` to enable<br> `0` to disable |
|
||||
|
Loading…
x
Reference in New Issue
Block a user