mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Updated
This commit is contained in:
parent
cd7c6226fa
commit
dca63cbbc1
@ -7659,6 +7659,17 @@ dfsdiscoverdc">ADMX_DFS/DFSDiscoverDC</a>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
### MemoryDump policies
|
||||
|
||||
<dl>
|
||||
<dd>
|
||||
<a href="./policy-csp-memorydump.md#memorydump-allowcrashdump" id="memorydump-allowcrashdump">MemoryDump/AllowCrashDump</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="./policy-csp-memorydump.md#memorydump-allowlivedump" id="memorydump-allowlivedump">MemoryDump/AllowLiveDump<</a>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
### Messaging policies
|
||||
|
||||
<dl>
|
||||
|
117
windows/client-management/mdm/policy-csp-memorydump.md
Normal file
117
windows/client-management/mdm/policy-csp-memorydump.md
Normal file
@ -0,0 +1,117 @@
|
||||
---
|
||||
title: Policy CSP - MemoryDump
|
||||
description: Use the Policy CSP
|
||||
ms.author: dansimp
|
||||
ms.topic: article
|
||||
ms.prod: w10
|
||||
ms.technology: windows
|
||||
author: dansimp
|
||||
ms.localizationpriority: medium
|
||||
ms.date: 09/27/2019
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
---
|
||||
|
||||
# Policy CSP - MemoryDump
|
||||
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policies-->
|
||||
## MemoryDump policies
|
||||
|
||||
<dl>
|
||||
<dd>
|
||||
<a href="#memorydump-allowcrashdump">MemoryDump/AllowCrashDump</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="#memorydump-allowlivedump">MemoryDump/AllowLiveDump</a>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policy-->
|
||||
<a href="" id="memorydump-allowcrashdump"></a>**MemoryDump/AllowCrashDump**
|
||||
|
||||
<!--SupportedSKUs-->
|
||||
|
||||
|Edition|Windows 10|Windows 11|
|
||||
|--- |--- |--- |
|
||||
|Home|No|No|
|
||||
|Pro|Yes|Yes|
|
||||
|Business|Yes|Yes|
|
||||
|Enterprise|Yes|Yes|
|
||||
|Education|Yes|Yes|
|
||||
|
||||
<!--/SupportedSKUs-->
|
||||
<hr/>
|
||||
|
||||
<!--Scope-->
|
||||
[Scope](./policy-configuration-service-provider.md#policy-scope):
|
||||
|
||||
> [!div class = "checklist"]
|
||||
> * Device
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--/Scope-->
|
||||
<!--Description-->
|
||||
This policy setting decides if crash dump collection on the machine is allowed or not.
|
||||
|
||||
<!--/Description-->
|
||||
<!--SupportedValues-->
|
||||
The following list shows the supported values:
|
||||
|
||||
- 0 - Disable crash dump collection.
|
||||
- 1 (default) - Allow crash dump collection.
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--/Policy-->
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policy-->
|
||||
<a href="" id="memorydump-allowlivedump"></a>**MemoryDump/AllowLiveDump**
|
||||
|
||||
<!--SupportedSKUs-->
|
||||
|
||||
|Edition|Windows 10|Windows 11|
|
||||
|--- |--- |--- |
|
||||
|Home|No|No|
|
||||
|Pro|Yes|Yes|
|
||||
|Business|Yes|Yes|
|
||||
|Enterprise|Yes|Yes|
|
||||
|Education|Yes|Yes|
|
||||
|
||||
<!--/SupportedSKUs-->
|
||||
<hr/>
|
||||
|
||||
<!--Scope-->
|
||||
[Scope](./policy-configuration-service-provider.md#policy-scope):
|
||||
|
||||
> [!div class = "checklist"]
|
||||
> * Device
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--/Scope-->
|
||||
<!--Description-->
|
||||
This policy setting decides if crash dump collection on the machine is allowed or not.
|
||||
|
||||
<!--/Description-->
|
||||
|
||||
<!--SupportedValues-->
|
||||
The following list shows the supported values:
|
||||
|
||||
- 0 - Disable crash dump collection.
|
||||
- 1 (default) - Allow crash dump collection.
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--/Policy-->
|
||||
<hr/>
|
||||
|
||||
<!--/Policies-->
|
||||
|
@ -741,6 +741,8 @@ items:
|
||||
href: policy-csp-lockdown.md
|
||||
- name: Maps
|
||||
href: policy-csp-maps.md
|
||||
- name: MemoryDump
|
||||
href: policy-csp-memorydump.md
|
||||
- name: Messaging
|
||||
href: policy-csp-messaging.md
|
||||
- name: MixedReality
|
||||
|
Loading…
x
Reference in New Issue
Block a user