diff --git a/windows/client-management/mdm/activesync-csp.md b/windows/client-management/mdm/activesync-csp.md index 685680a0db..799d9d1e65 100644 --- a/windows/client-management/mdm/activesync-csp.md +++ b/windows/client-management/mdm/activesync-csp.md @@ -4,7 +4,7 @@ description: Learn more about the ActiveSync CSP. author: vinaypamnani-msft manager: aaroncz ms.author: vinpa -ms.date: 05/10/2023 +ms.date: 07/06/2023 ms.localizationpriority: medium ms.prod: windows-client ms.technology: itpro-manage @@ -129,6 +129,7 @@ When managing over OMA DM, make sure to always use a unique GUID. Provisioning w |:--|:--| | Format | `node` | | Access Type | Add, Delete, Get, Replace | +| Atomic Required | True | | Dynamic Node Naming | ServerGeneratedUniqueIdentifier | | Allowed Values | Regular Expression: `\{[0-9A-Fa-f]{8}\-[0-9A-Fa-f]{4}\-[0-9A-Fa-f]{4}\-[0-9A-Fa-f]{4}\-[0-9A-Fa-f]{12}\}` | diff --git a/windows/client-management/mdm/activesync-ddf-file.md b/windows/client-management/mdm/activesync-ddf-file.md index 0b6939811a..06f77c27b9 100644 --- a/windows/client-management/mdm/activesync-ddf-file.md +++ b/windows/client-management/mdm/activesync-ddf-file.md @@ -4,7 +4,7 @@ description: View the XML file containing the device description framework (DDF) author: vinaypamnani-msft manager: aaroncz ms.author: vinpa -ms.date: 06/02/2023 +ms.date: 07/06/2023 ms.localizationpriority: medium ms.prod: windows-client ms.technology: itpro-manage @@ -100,6 +100,7 @@ The following XML file contains the device description framework (DDF) for the A \{[0-9A-Fa-f]{8}\-[0-9A-Fa-f]{4}\-[0-9A-Fa-f]{4}\-[0-9A-Fa-f]{4}\-[0-9A-Fa-f]{12}\} + EmailAddress diff --git a/windows/client-management/mdm/defender-csp.md b/windows/client-management/mdm/defender-csp.md index 72fb71fe7b..47a17a6165 100644 --- a/windows/client-management/mdm/defender-csp.md +++ b/windows/client-management/mdm/defender-csp.md @@ -4,7 +4,7 @@ description: Learn more about the Defender CSP. author: vinaypamnani-msft manager: aaroncz ms.author: vinpa -ms.date: 05/11/2023 +ms.date: 07/06/2023 ms.localizationpriority: medium ms.prod: windows-client ms.technology: itpro-manage @@ -30,6 +30,7 @@ The following list shows the Defender configuration service provider nodes: - [AllowDatagramProcessingOnWinServer](#configurationallowdatagramprocessingonwinserver) - [AllowNetworkProtectionDownLevel](#configurationallownetworkprotectiondownlevel) - [AllowNetworkProtectionOnWinServer](#configurationallownetworkprotectiononwinserver) + - [AllowSwitchToAsyncInspection](#configurationallowswitchtoasyncinspection) - [ASROnlyPerRuleExclusions](#configurationasronlyperruleexclusions) - [DataDuplicationDirectory](#configurationdataduplicationdirectory) - [DataDuplicationLocalRetentionPeriod](#configurationdataduplicationlocalretentionperiod) @@ -44,6 +45,7 @@ The following list shows the Defender configuration service provider nodes: - [RuleData](#configurationdevicecontrolpolicyrulesruleidruledata) - [DeviceControlEnabled](#configurationdevicecontrolenabled) - [DisableCpuThrottleOnIdleScans](#configurationdisablecputhrottleonidlescans) + - [DisableDatagramProcessing](#configurationdisabledatagramprocessing) - [DisableDnsOverTcpParsing](#configurationdisablednsovertcpparsing) - [DisableDnsParsing](#configurationdisablednsparsing) - [DisableFtpParsing](#configurationdisableftpparsing) @@ -298,6 +300,55 @@ This settings controls whether Network Protection is allowed to be configured in + +### Configuration/AllowSwitchToAsyncInspection + + +| Scope | Editions | Applicable OS | +|:--|:--|:--| +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE | ✅ Windows 10, version 1607 [10.0.14393] and later | + + + +```Device +./Device/Vendor/MSFT/Defender/Configuration/AllowSwitchToAsyncInspection +``` + + + + +Control whether network protection can improve performance by switching from real-time inspection to asynchronous inspection. + + + + + + + +**Description framework properties**: + +| Property name | Property value | +|:--|:--| +| Format | `int` | +| Access Type | Add, Delete, Get, Replace | +| Default Value | 0 | + + + +**Allowed values**: + +| Value | Description | +|:--|:--| +| 1 | Allow switching to asynchronous inspection. | +| 0 (Default) | Don’t allow asynchronous inspection. | + + + + + + + + ### Configuration/ASROnlyPerRuleExclusions @@ -871,6 +922,55 @@ Indicates whether the CPU will be throttled for scheduled scans while the device + +### Configuration/DisableDatagramProcessing + + +| Scope | Editions | Applicable OS | +|:--|:--|:--| +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE | ✅ Windows 10, version 1607 [10.0.14393] and later | + + + +```Device +./Device/Vendor/MSFT/Defender/Configuration/DisableDatagramProcessing +``` + + + + +Control whether network protection inspects User Datagram Protocol (UDP) traffic. + + + + + + + +**Description framework properties**: + +| Property name | Property value | +|:--|:--| +| Format | `int` | +| Access Type | Add, Delete, Get, Replace | +| Default Value | 0 | + + + +**Allowed values**: + +| Value | Description | +|:--|:--| +| 1 | UDP inspection is off. | +| 0 (Default) | UDP inspection is on. | + + + + + + + + ### Configuration/DisableDnsOverTcpParsing diff --git a/windows/client-management/mdm/defender-ddf.md b/windows/client-management/mdm/defender-ddf.md index 01eaf11740..4cbf11c824 100644 --- a/windows/client-management/mdm/defender-ddf.md +++ b/windows/client-management/mdm/defender-ddf.md @@ -4,7 +4,7 @@ description: View the XML file containing the device description framework (DDF) author: vinaypamnani-msft manager: aaroncz ms.author: vinpa -ms.date: 06/02/2023 +ms.date: 07/06/2023 ms.localizationpriority: medium ms.prod: windows-client ms.technology: itpro-manage @@ -1803,6 +1803,45 @@ The following XML file contains the device description framework (DDF) for the D
+ + DisableDatagramProcessing + + + + + + + + 0 + Control whether network protection inspects User Datagram Protocol (UDP) traffic + + + + + + + + + + + + + + 10.0.14393 + 1.3 + + + + 1 + UDP inspection is off + + + 0 + UDP inspection is on + + + + DisableNetworkProtectionPerfTelemetry @@ -2355,6 +2394,45 @@ The following XML file contains the device description framework (DDF) for the D + + AllowSwitchToAsyncInspection + + + + + + + + 0 + Control whether network protection can improve performance by switching from real-time inspection to asynchronous inspection + + + + + + + + + + + + + + 10.0.14393 + 1.3 + + + + 1 + Allow switching to asynchronous inspection + + + 0 + Don’t allow asynchronous inspection + + + + RandomizeScheduleTaskTimes diff --git a/windows/client-management/mdm/policy-csp-admx-windowsexplorer.md b/windows/client-management/mdm/policy-csp-admx-windowsexplorer.md index 18c1da9bdf..eb6f0830d4 100644 --- a/windows/client-management/mdm/policy-csp-admx-windowsexplorer.md +++ b/windows/client-management/mdm/policy-csp-admx-windowsexplorer.md @@ -4,7 +4,7 @@ description: Learn more about the ADMX_WindowsExplorer Area in Policy CSP. author: vinaypamnani-msft manager: aaroncz ms.author: vinpa -ms.date: 06/02/2023 +ms.date: 07/06/2023 ms.localizationpriority: medium ms.prod: windows-client ms.technology: itpro-manage @@ -105,7 +105,7 @@ This setting allows an administrator to revert specific Windows Shell behavior t - If you enable this setting, users can't configure their system to open items by single-clicking (such as in Mouse in Control Panel). As a result, the user interface looks and operates like the interface for Windows NT 4.0, and users can't restore the new features. -Enabling this policy will also turn off the preview pane and set the folder options for File Explorer to Use classic folders view and disable the users' ability to change these options. +Enabling this policy will also turn off the preview pane and set the folder options for File Explorer to Use classic folders view and disable the users ability to change these options. - If you disable or not configure this policy, the default File Explorer behavior is applied to the user. @@ -3965,7 +3965,9 @@ To remove network computers from lists of network resources, use the "No Entire -Configures the list of items displayed in the Places Bar in the Windows File/Open dialog. If you enable this setting you can specify from 1 to 5 items to be displayed in the Places Bar. +Configures the list of items displayed in the Places Bar in the Windows File/Open dialog. + +- If you enable this setting you can specify from 1 to 5 items to be displayed in the Places Bar. The valid items you may display in the Places Bar are: @@ -3983,7 +3985,7 @@ The list of Common Shell Folders that may be specified: Desktop, Recent Places, Documents, Pictures, Music, Recently Changed, Attachments and Saved Searches. -If you disable or don't configure this setting the default list of items will be displayed in the Places Bar. +- If you disable or don't configure this setting the default list of items will be displayed in the Places Bar. > [!NOTE] > In Windows Vista, this policy setting applies only to applications that are using the Windows XP common dialog box style. This policy setting doesn't apply to the new Windows Vista common dialog box style. diff --git a/windows/client-management/mdm/policy-csp-experience.md b/windows/client-management/mdm/policy-csp-experience.md index de46845ac8..1cff7177e4 100644 --- a/windows/client-management/mdm/policy-csp-experience.md +++ b/windows/client-management/mdm/policy-csp-experience.md @@ -4,7 +4,7 @@ description: Learn more about the Experience Area in Policy CSP. author: vinaypamnani-msft manager: aaroncz ms.author: vinpa -ms.date: 06/02/2023 +ms.date: 07/06/2023 ms.localizationpriority: medium ms.prod: windows-client ms.technology: itpro-manage @@ -528,8 +528,8 @@ This policy setting allows you to control whether screen recording functionality | Value | Description | |:--|:--| -| 0 | Disabled | -| 1 (Default) | Enabled | +| 0 | Disabled. | +| 1 (Default) | Enabled. | diff --git a/windows/client-management/mdm/policy-csp-notifications.md b/windows/client-management/mdm/policy-csp-notifications.md index 3e87f1d1ca..dca6e5392b 100644 --- a/windows/client-management/mdm/policy-csp-notifications.md +++ b/windows/client-management/mdm/policy-csp-notifications.md @@ -4,7 +4,7 @@ description: Learn more about the Notifications Area in Policy CSP. author: vinaypamnani-msft manager: aaroncz ms.author: vinpa -ms.date: 06/02/2023 +ms.date: 07/06/2023 ms.localizationpriority: medium ms.prod: windows-client ms.technology: itpro-manage @@ -61,8 +61,8 @@ This policy allows you to prevent Windows from displaying notifications to Micro | Value | Description | |:--|:--| -| 0 (Default) | Disabled | -| 1 | Enabled | +| 0 (Default) | Disabled. | +| 1 | Enabled. | diff --git a/windows/client-management/mdm/secureassessment-csp.md b/windows/client-management/mdm/secureassessment-csp.md index 6c9fbf4445..9c36f2106d 100644 --- a/windows/client-management/mdm/secureassessment-csp.md +++ b/windows/client-management/mdm/secureassessment-csp.md @@ -1,82 +1,171 @@ --- title: SecureAssessment CSP -description: Learn how the SecureAssessment configuration service provider (CSP) is used to provide configuration information for the secure assessment browser. -ms.reviewer: +description: Learn more about the SecureAssessment CSP. +author: vinaypamnani-msft manager: aaroncz ms.author: vinpa -ms.topic: reference +ms.date: 07/06/2023 +ms.localizationpriority: medium ms.prod: windows-client ms.technology: itpro-manage -author: vinaypamnani-msft -ms.date: 06/26/2017 +ms.topic: reference --- + + + # SecureAssessment CSP -The table below shows the applicability of Windows: + + + -|Edition|Windows 10|Windows 11| -|--- |--- |--- | -|Home|No|No| -|Pro|Yes|Yes| -|Windows SE|No|Yes| -|Business|Yes|Yes| -|Enterprise|Yes|Yes| -|Education|Yes|Yes| + +The following list shows the SecureAssessment configuration service provider nodes: -The SecureAssessment configuration service provider is used to provide configuration information for the secure assessment browser. +- ./Vendor/MSFT/SecureAssessment + - [AllowScreenMonitoring](#allowscreenmonitoring) + - [AllowTextSuggestions](#allowtextsuggestions) + - [Assessments](#assessments) + - [LaunchURI](#launchuri) + - [RequirePrinting](#requireprinting) + - [TesterAccount](#testeraccount) + -The following example shows the SecureAssessment configuration service provider management objects in tree format as used by Open Mobile Alliance Device Management (OMA DM), OMA Client Provisioning, and Enterprise DM. + +## AllowScreenMonitoring + + +| Scope | Editions | Applicable OS | +|:--|:--|:--| +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE | ✅ Windows 10, version 1703 [10.0.15063] and later | + + + +```Device +./Vendor/MSFT/SecureAssessment/AllowScreenMonitoring ``` -./Vendor/MSFT -SecureAssessment -----LaunchURI -----TesterAccount -----AllowScreenMonitoring -----RequirePrinting -----AllowTextSuggestions -----Assessments + + + + +Indicates if screen monitoring is allowed by the app. + + + + + + + +**Description framework properties**: + +| Property name | Property value | +|:--|:--| +| Format | `int` | +| Access Type | Get, Replace | +| Default Value | 0 | + + + +**Allowed values**: + +| Value | Description | +|:--|:--| +| 1 | Screen monitoring is allowed. | +| 0 (Default) | Screen monitoring isn't allowed. | + + + + + + + + + +## AllowTextSuggestions + + +| Scope | Editions | Applicable OS | +|:--|:--|:--| +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE | ✅ Windows 10, version 1703 [10.0.15063] and later | + + + +```Device +./Vendor/MSFT/SecureAssessment/AllowTextSuggestions ``` -**./Vendor/MSFT/SecureAssessment** -The root node for the SecureAssessment configuration service provider. + -The supported operation is Get. + + +Indicates if keyboard text suggestions are allowed by the app. + -**LaunchURI** -URI link to an assessment that's automatically loaded when the secure assessment browser is launched. + + + -The supported operations are Add, Delete, Get, and Replace. + +**Description framework properties**: -**TesterAccount** -The user name of the test taking account. +| Property name | Property value | +|:--|:--| +| Format | `int` | +| Access Type | Get, Replace | +| Default Value | 0 | + -- To specify a domain account, use domain\\user. -- To specify an Azure Active Directory account, use username@tenant.com. -- To specify a local account, use the username. + +**Allowed values**: -The supported operations are Add, Delete, Get, and Replace. +| Value | Description | +|:--|:--| +| 1 | Keyboard text suggestions are allowed. | +| 0 (Default) | Keyboard text suggestions aren't allowed. | + -**AllowScreenMonitoring** -Added in Windows 10, version 1703. Boolean value that indicates whether screen capture is allowed by the app. + + + -Supported operations are Get and Replace. + -**RequirePrinting** -Added in Windows 10, version 1703. Boolean value that indicates whether printing is allowed by the app. + +## Assessments -Supported operations are Get and Replace. + +| Scope | Editions | Applicable OS | +|:--|:--|:--| +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE | ✅ Windows 11, version 22H2 [10.0.22621.521] and later | + -**AllowTextSuggestions** -Added in Windows 10, version 1703. Boolean value that indicates whether keyboard text suggestions are allowed by the app. + +```Device +./Vendor/MSFT/SecureAssessment/Assessments +``` + -Supported operations are Get and Replace. + + +Enables support for multiple assessments and for assessment grouping. The structure is specified by an XML. + -**Assessments** -Added in Windows 11, version 22H2. Enables support for multiple assessments. When configured, users can select from a list of assessments. The node accepts an XML string that represents the list of available assessments. + + +When configured, users can select from a list of assessments. The node accepts an XML string that represents the list of available assessments. + -Supported operations are Add, Delete, Get and Replace. + +**Description framework properties**: -XML schema +| Property name | Property value | +|:--|:--| +| Format | `chr` (string) | +| Access Type | Add, Delete, Get, Replace | + + + +**Allowed values**: ```xml @@ -89,8 +178,8 @@ XML schema - - + + @@ -102,8 +191,12 @@ XML schema ``` + + + + +**Example**: -Example: ```xml ``` + -## Related topics + -[Set up Take a Test](/education/windows/take-a-test-multiple-pcs) + +## LaunchURI -[Configuration service provider reference](index.yml) + +| Scope | Editions | Applicable OS | +|:--|:--|:--| +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE | ✅ Windows 10, version 1703 [10.0.15063] and later | + + +```Device +./Vendor/MSFT/SecureAssessment/LaunchURI +``` + + + +Link to an assessment that's automatically loaded when the Secure Assessment Browser is launched. + + + + + + +**Description framework properties**: + +| Property name | Property value | +|:--|:--| +| Format | `chr` (string) | +| Access Type | Add, Delete, Get, Replace | +| Allowed Values | Regular Expression: `System.Xml.XmlElement` | + + + + + + + + + +## RequirePrinting + + +| Scope | Editions | Applicable OS | +|:--|:--|:--| +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE | ✅ Windows 10, version 1703 [10.0.15063] and later | + + + +```Device +./Vendor/MSFT/SecureAssessment/RequirePrinting +``` + + + + +Indicates if printing is required by the app. + + + + + + + +**Description framework properties**: + +| Property name | Property value | +|:--|:--| +| Format | `int` | +| Access Type | Get, Replace | +| Default Value | 1 | + + + +**Allowed values**: + +| Value | Description | +|:--|:--| +| 1 (Default) | Printing is allowed. | +| 0 | Printing isn't allowed. | + + + + + + + + + +## TesterAccount + + +| Scope | Editions | Applicable OS | +|:--|:--|:--| +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE | ✅ Windows 10, version 1703 [10.0.15063] and later | + + + +```Device +./Vendor/MSFT/SecureAssessment/TesterAccount +``` + + + + +The user name of the test taking account. To specify a domain account, use domain\user. To specify an AAD account, use username@tenant.com. To specify a local account, use the username. + + + + + + + +**Description framework properties**: + +| Property name | Property value | +|:--|:--| +| Format | `chr` (string) | +| Access Type | Add, Delete, Get, Replace | + + + + + + + + + + + + + + +## Related articles + +[Configuration service provider reference](configuration-service-provider-reference.md) diff --git a/windows/client-management/mdm/secureassessment-ddf-file.md b/windows/client-management/mdm/secureassessment-ddf-file.md index 57f576724e..b7e824c5f7 100644 --- a/windows/client-management/mdm/secureassessment-ddf-file.md +++ b/windows/client-management/mdm/secureassessment-ddf-file.md @@ -1,188 +1,278 @@ --- title: SecureAssessment DDF file -description: View the OMA DM device description framework (DDF) for the SecureAssessment configuration service provider. DDF files are used only with OMA DM provisioning XML -ms.reviewer: +description: View the XML file containing the device description framework (DDF) for the SecureAssessment configuration service provider. +author: vinaypamnani-msft manager: aaroncz ms.author: vinpa -ms.topic: reference +ms.date: 07/06/2023 +ms.localizationpriority: medium ms.prod: windows-client ms.technology: itpro-manage -author: vinaypamnani-msft -ms.date: 12/05/2017 +ms.topic: reference --- + + # SecureAssessment DDF file -This topic shows the OMA DM device description framework (DDF) for the **SecureAssessment** configuration service provider. DDF files are used only with OMA DM provisioning XML. - -Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-ddf.md). - -The XML below is the current version for this CSP. +The following XML file contains the device description framework (DDF) for the SecureAssessment configuration service provider. ```xml -]> +]> 1.2 - - SecureAssessment - ./Vendor/MSFT - - - - - Settings related to the configuration of the Secure Assessment Browser. - - - - - - - - - - - com.microsoft/1.1/MDM/SecureAssessment - - - - LaunchURI - - - - - - - - Link to an assessment that's automatically loaded when the Secure Assessment Browser is launched. - - - - - - - - - - - - - - text/plain - - - - - TesterAccount - - - - - - - - The user name of the test taking account. To specify a domain account, use domain\user. To specify an Azure Active Directory account, use username@tenant.com. To specify a local account, use the username. - - - - - - - - - - - - - - text/plain - - - - - AllowScreenMonitoring - - - - - - false - Indicates if screen monitoring is allowed by the app. - - - - - - - - - - - - - - text/plain - - - - - RequirePrinting - - - - - - false - Indicates if printing is required by the app. - - - - - - - - - - - - - - text/plain - - - - - AllowTextSuggestions - - - - - - false - Indicates if keyboard text suggestions are allowed by the app. - - - - - - - - - - - - - - text/plain - - - - + + + + SecureAssessment + ./Vendor/MSFT + + + + + Settings related to the configuration of the Secure Assessment Browser. + + + + + + + + + + + + + + 10.0.15063 + 1.0 + 0x4;0x1B;0x30;0x31;0x48;0x54;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xAF;0xBC;0xBF;0xCA;0xCB;0xCD; + + + + LaunchURI + + + + + + + + Link to an assessment that's automatically loaded when the Secure Assessment Browser is launched. + + + + + + + + + + + + + + + + + + + + + + TesterAccount + + + + + + + + The user name of the test taking account. To specify a domain account, use domain\user. To specify an AAD account, use username@tenant.com. To specify a local account, use the username. + + + + + + + + + + + + + + + + + + + + + AllowScreenMonitoring + + + + + + 0 + Indicates if screen monitoring is allowed by the app. + + + + + + + + + + + + + + + + + + 1 + Screen monitoring is allowed + + + 0 + Screen monitoring is not allowed + + + + + + RequirePrinting + + + + + + 1 + Indicates if printing is required by the app. + + + + + + + + + + + + + + + + + + 1 + Printing is allowed + + + 0 + Printing is not allowed + + + + + + AllowTextSuggestions + + + + + + 0 + Indicates if keyboard text suggestions are allowed by the app. + + + + + + + + + + + + + + + + + + 1 + Keyboard text suggestions are allowed + + + 0 + Keyboard text suggestions are not allowed + + + + + + Assessments + + + + + + + + Enables support for multiple assessments and for assessment grouping. The structure is specified by an XML. + + + + + + + + + + + + + + 10.0.22621.521 + + + + + + + + + + + + + + + + + + + + + + + +]]> + + + + ``` -## Related topics +## Related articles -[SecureAssessment CSP](secureassessment-csp.md) +[SecureAssessment configuration service provider reference](secureassessment-csp.md) diff --git a/windows/client-management/mdm/surfacehub-csp.md b/windows/client-management/mdm/surfacehub-csp.md index aaa02d4551..61c3c70124 100644 --- a/windows/client-management/mdm/surfacehub-csp.md +++ b/windows/client-management/mdm/surfacehub-csp.md @@ -1879,7 +1879,7 @@ The name of the domain admin group to add to the administrators group on the dev -The side of the domain admin group to add to the administrators group on the device. +The SID of the domain admin group to add to the administrators group on the device. diff --git a/windows/client-management/mdm/vpnv2-csp.md b/windows/client-management/mdm/vpnv2-csp.md index 7a13d3b3fc..ff0324acd3 100644 --- a/windows/client-management/mdm/vpnv2-csp.md +++ b/windows/client-management/mdm/vpnv2-csp.md @@ -4,7 +4,7 @@ description: Learn more about the VPNv2 CSP. author: vinaypamnani-msft manager: aaroncz ms.author: vinpa -ms.date: 05/11/2023 +ms.date: 07/06/2023 ms.localizationpriority: medium ms.prod: windows-client ms.technology: itpro-manage @@ -1090,7 +1090,7 @@ Nodes under SSO can be used to choose a certificate different from the VPN Authe -Comma Separated list of EKUs for the VPN Client to look for the correct certificate for Kerberos Authentication. +Comma Separated list of EKU's for the VPN Client to look for the correct certificate for Kerberos Authentication. @@ -1222,7 +1222,7 @@ First, it automatically becomes an always on profile. Second, it doesn't require the presence or logging in of any user to the machine in order for it to connect. -Third, no other Device Tunnel profile may be present on the same machine. +Third, no other Device Tunnel profile maybe be present on the same machine. A device tunnel profile must be deleted before another device tunnel profile can be added, removed, or connected. @@ -1587,7 +1587,7 @@ Boolean to determine whether this domain name rule will trigger the VPN. -Comma Separated list of IP addresses for the DNS Servers to use for the domain name. +Comma Seperated list of IP addresses for the DNS Servers to use for the domain name. @@ -1792,7 +1792,7 @@ Web Proxy Server IP address if you are redirecting traffic through your intranet -Enterprise ID, which is required for connecting this VPN profile with a WIP policy. When this is set, the networking stack looks for this Enterprise ID in the app token to determine if the traffic is allowed to go over the VPN. If the profile is active, it also automatically triggers the VPN to connect. We recommend having only one such profile per device. +Enterprise ID, which is required for connecting this VPN profile with an WIP policy. When this is set, the networking stack looks for this Enterprise ID in the app token to determine if the traffic is allowed to go over the VPN. If the profile is active, it also automatically triggers the VPN to connect. We recommend having only one such profile per device. @@ -3119,7 +3119,7 @@ Type of routing policy. -Required for native profiles. Public or routable IP address or DNS name for the VPN gateway. It can point to the external IP of a gateway or a virtual IP for a server farm. Examples, 208.147.66.130 or vpn.contoso.com The name can be a server name plus a friendly name separated with a semi-colon. For example, server2.example.com;server2FriendlyName. When you get the value, the return will include both the server name and the friendly name; if no friendly name had been supplied it will default to the server name. You can make a list of server by making a list of server names (with optional friendly names) separated by commas. For example, server1.example.com,server2.example.com. +Required for native profiles. Public or routable IP address or DNS name for the VPN gateway. It can point to the external IP of a gateway or a virtual IP for a server farm. Examples, 208.147.66.130 or vpn.contoso.com The name can be a server name plus a friendly name separated with a semi-colon. For example, server2.example.com;server2FriendlyName. When you get the value, the return will include both the server name and the friendly name; if no friendly name had been supplied it will default to the server name. You can make a list of server by making a list of server names (with optional friendly names) seperated by commas. For example, server1.example.com,server2.example.com. @@ -5387,7 +5387,7 @@ Nodes under SSO can be used to choose a certificate different from the VPN Authe -Comma Separated list of EKUs for the VPN Client to look for the correct certificate for Kerberos Authentication. +Comma Separated list of EKU's for the VPN Client to look for the correct certificate for Kerberos Authentication. @@ -5827,7 +5827,7 @@ Boolean to determine whether this domain name rule will trigger the VPN. -Comma Separated list of IP addresses for the DNS Servers to use for the domain name. +Comma Seperated list of IP addresses for the DNS Servers to use for the domain name. @@ -6032,7 +6032,7 @@ Web Proxy Server IP address if you are redirecting traffic through your intranet -Enterprise ID, which is required for connecting this VPN profile with a WIP policy. When this is set, the networking stack looks for this Enterprise ID in the app token to determine if the traffic is allowed to go over the VPN. If the profile is active, it also automatically triggers the VPN to connect. We recommend having only one such profile per device. +Enterprise ID, which is required for connecting this VPN profile with an WIP policy. When this is set, the networking stack looks for this Enterprise ID in the app token to determine if the traffic is allowed to go over the VPN. If the profile is active, it also automatically triggers the VPN to connect. We recommend having only one such profile per device. @@ -7359,7 +7359,7 @@ Type of routing policy. -Required for native profiles. Public or routable IP address or DNS name for the VPN gateway. It can point to the external IP of a gateway or a virtual IP for a server farm. Examples, 208.147.66.130 or vpn.contoso.com The name can be a server name plus a friendly name separated with a semi-colon. For example, server2.example.com;server2FriendlyName. When you get the value, the return will include both the server name and the friendly name; if no friendly name had been supplied it will default to the server name. You can make a list of server by making a list of server names (with optional friendly names) separated by commas. For example, server1.example.com,server2.example.com. +Required for native profiles. Public or routable IP address or DNS name for the VPN gateway. It can point to the external IP of a gateway or a virtual IP for a server farm. Examples, 208.147.66.130 or vpn.contoso.com The name can be a server name plus a friendly name separated with a semi-colon. For example, server2.example.com;server2FriendlyName. When you get the value, the return will include both the server name and the friendly name; if no friendly name had been supplied it will default to the server name. You can make a list of server by making a list of server names (with optional friendly names) seperated by commas. For example, server1.example.com,server2.example.com. diff --git a/windows/client-management/mdm/wifi-csp.md b/windows/client-management/mdm/wifi-csp.md index c2f8aa8687..69af6ae13a 100644 --- a/windows/client-management/mdm/wifi-csp.md +++ b/windows/client-management/mdm/wifi-csp.md @@ -4,7 +4,7 @@ description: Learn more about the WiFi CSP. author: vinaypamnani-msft manager: aaroncz ms.author: vinpa -ms.date: 05/11/2023 +ms.date: 07/06/2023 ms.localizationpriority: medium ms.prod: windows-client ms.technology: itpro-manage @@ -126,7 +126,6 @@ SSID is the name of network you're connecting to, while Profile name is the name |:--|:--| | Format | `node` | | Access Type | Add, Delete, Get, Replace | -| Atomic Required | True | | Dynamic Node Naming | ServerGeneratedUniqueIdentifier | @@ -485,7 +484,6 @@ SSID is the name of network you're connecting to, while Profile name is the name |:--|:--| | Format | `node` | | Access Type | Add, Delete, Get, Replace | -| Atomic Required | True | | Dynamic Node Naming | ServerGeneratedUniqueIdentifier | diff --git a/windows/client-management/mdm/wifi-ddf-file.md b/windows/client-management/mdm/wifi-ddf-file.md index eab3572b5b..269f95f3c7 100644 --- a/windows/client-management/mdm/wifi-ddf-file.md +++ b/windows/client-management/mdm/wifi-ddf-file.md @@ -4,7 +4,7 @@ description: View the XML file containing the device description framework (DDF) author: vinaypamnani-msft manager: aaroncz ms.author: vinpa -ms.date: 06/02/2023 +ms.date: 07/06/2023 ms.localizationpriority: medium ms.prod: windows-client ms.technology: itpro-manage @@ -96,7 +96,6 @@ The following XML file contains the device description framework (DDF) for the W -
WlanXml @@ -380,7 +379,6 @@ The following XML file contains the device description framework (DDF) for the W - WlanXml