mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Updated-4749599ASCII61-73
This commit is contained in:
parent
7d7839583d
commit
26e4089ab6
@ -21,10 +21,12 @@ The TenantLockdown configuration service provider is used by the IT admin to loc
|
|||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> The forced network connection is only applicable to devices after reset (not new).
|
> The forced network connection is only applicable to devices after reset (not new).
|
||||||
|
|
||||||
The following diagram shows the TenantLockdown configuration service provider in tree format.
|
The following shows the TenantLockdown configuration service provider in tree format.
|
||||||
|
```
|
||||||

|
./Vendor/MSFT
|
||||||
|
TenantLockdown
|
||||||
|
----RequireNetworkInOOBE
|
||||||
|
```
|
||||||
<a href="" id="tenantlockdown"></a>**./Vendor/MSFT/TenantLockdown**
|
<a href="" id="tenantlockdown"></a>**./Vendor/MSFT/TenantLockdown**
|
||||||
The root node.
|
The root node.
|
||||||
|
|
||||||
|
@ -18,10 +18,12 @@ The TPMPolicy configuration service provider (CSP) provides a mechanism to enabl
|
|||||||
|
|
||||||
The TPMPolicy CSP was added in Windows 10, version 1703.
|
The TPMPolicy CSP was added in Windows 10, version 1703.
|
||||||
|
|
||||||
The following diagram shows the TPMPolicy configuration service provider in tree format.
|
The following shows the TPMPolicy configuration service provider in tree format.
|
||||||
|
```
|
||||||

|
./Vendor/MSFT
|
||||||
|
TPMPolicy
|
||||||
|
----IsActiveZeroExhaust
|
||||||
|
```
|
||||||
<a href="" id="--device-vendor-msft-tpmpolicy"></a>**./Device/Vendor/MSFT/TPMPolicy**
|
<a href="" id="--device-vendor-msft-tpmpolicy"></a>**./Device/Vendor/MSFT/TPMPolicy**
|
||||||
<p style="margin-left: 20px">Defines the root node.</p>
|
<p style="margin-left: 20px">Defines the root node.</p>
|
||||||
|
|
||||||
|
@ -22,10 +22,33 @@ The UEFI configuration service provider (CSP) interfaces to UEFI's Device Firmwa
|
|||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> The production UEFI CSP is present in 1809, but it depends upon the [Device Firmware Configuration Interface (DFCI) and UEFI firmware](https://microsoft.github.io/mu/dyn/mu_plus/DfciPkg/Docs/Dfci_Feature/) to comply with this interface.
|
> The production UEFI CSP is present in 1809, but it depends upon the [Device Firmware Configuration Interface (DFCI) and UEFI firmware](https://microsoft.github.io/mu/dyn/mu_plus/DfciPkg/Docs/Dfci_Feature/) to comply with this interface.
|
||||||
|
|
||||||
The following diagram shows the UEFI CSP in tree format.
|
The following shows the UEFI CSP in tree format.
|
||||||
|
```
|
||||||

|
./Vendor/MSFT
|
||||||
|
Uefi
|
||||||
|
----DeviceIdentifier
|
||||||
|
----Identity
|
||||||
|
--------Current
|
||||||
|
--------Apply
|
||||||
|
--------Result
|
||||||
|
----Permissions
|
||||||
|
--------Current
|
||||||
|
--------Apply
|
||||||
|
--------Result
|
||||||
|
----Settings
|
||||||
|
--------Current
|
||||||
|
--------Apply
|
||||||
|
--------Result
|
||||||
|
----Identity2
|
||||||
|
--------Apply
|
||||||
|
--------Result
|
||||||
|
----Permissions2
|
||||||
|
--------Apply
|
||||||
|
--------Result
|
||||||
|
----Settings2
|
||||||
|
--------Apply
|
||||||
|
--------Result
|
||||||
|
```
|
||||||
The following list describes the characteristics and parameters.
|
The following list describes the characteristics and parameters.
|
||||||
|
|
||||||
<a href="" id="uefi"></a>**./Vendor/MSFT/Uefi**
|
<a href="" id="uefi"></a>**./Vendor/MSFT/Uefi**
|
||||||
|
@ -19,10 +19,37 @@ The Update configuration service provider enables IT administrators to manage an
|
|||||||
> [!Note]
|
> [!Note]
|
||||||
> The Update CSP functionality of 'AprrovedUpdates' is not recommended for managing desktop devices. To manage updates to desktop devices from Windows Update, see the [Policy CSP - Updates](policy-csp-update.md) documentation for the recommended policies.
|
> The Update CSP functionality of 'AprrovedUpdates' is not recommended for managing desktop devices. To manage updates to desktop devices from Windows Update, see the [Policy CSP - Updates](policy-csp-update.md) documentation for the recommended policies.
|
||||||
|
|
||||||
The following diagram shows the Update configuration service provider in tree format.
|
The following shows the Update configuration service provider in tree format.
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
```./Vendor/MSFT
|
||||||
|
Update
|
||||||
|
----ApprovedUpdates
|
||||||
|
--------Approved Update Guid
|
||||||
|
------------ApprovedTime
|
||||||
|
----FailedUpdates
|
||||||
|
--------Failed Update Guid
|
||||||
|
------------HResult
|
||||||
|
------------Status
|
||||||
|
------------RevisionNumber
|
||||||
|
----InstalledUpdates
|
||||||
|
--------Installed Update Guid
|
||||||
|
------------RevisionNumber
|
||||||
|
----InstallableUpdates
|
||||||
|
--------Installable Update Guid
|
||||||
|
------------Type
|
||||||
|
------------RevisionNumber
|
||||||
|
----PendingRebootUpdates
|
||||||
|
--------Pending Reboot Update Guid
|
||||||
|
------------InstalledTime
|
||||||
|
------------RevisionNumber
|
||||||
|
----LastSuccessfulScanTime
|
||||||
|
----DeferUpgrade
|
||||||
|
----Rollback
|
||||||
|
--------QualityUpdate
|
||||||
|
--------FeatureUpdate
|
||||||
|
--------QualityUpdateStatus
|
||||||
|
--------FeatureUpdateStatus
|
||||||
|
```
|
||||||
<a href="" id="update"></a>**Update**
|
<a href="" id="update"></a>**Update**
|
||||||
<p style="margin-left: 20px">The root node.
|
<p style="margin-left: 20px">The root node.
|
||||||
|
|
||||||
|
@ -33,10 +33,290 @@ The XSDs for all EAP methods are shipped in the box and can be found at the foll
|
|||||||
- `C:\\Windows\\schemas\\EAPHost`
|
- `C:\\Windows\\schemas\\EAPHost`
|
||||||
- `C:\\Windows\\schemas\\EAPMethods`
|
- `C:\\Windows\\schemas\\EAPMethods`
|
||||||
|
|
||||||
The following diagram shows the VPNv2 configuration service provider in tree format.
|
The following shows the VPNv2 configuration service provider in tree format.
|
||||||
|
|
||||||

|
```
|
||||||
|
./Vendor/MSFT
|
||||||
|
VPNv2
|
||||||
|
----ProfileName
|
||||||
|
--------AppTriggerList
|
||||||
|
------------appTriggerRowId
|
||||||
|
----------------App
|
||||||
|
--------------------Id
|
||||||
|
--------------------Type
|
||||||
|
--------RouteList
|
||||||
|
------------routeRowId
|
||||||
|
----------------Address
|
||||||
|
----------------PrefixSize
|
||||||
|
----------------Metric
|
||||||
|
----------------ExclusionRoute
|
||||||
|
--------DomainNameInformationList
|
||||||
|
------------dniRowId
|
||||||
|
----------------DomainName
|
||||||
|
----------------DomainNameType
|
||||||
|
----------------DnsServers
|
||||||
|
----------------WebProxyServers
|
||||||
|
----------------AutoTrigger
|
||||||
|
----------------Persistent
|
||||||
|
--------TrafficFilterList
|
||||||
|
------------trafficFilterId
|
||||||
|
----------------App
|
||||||
|
--------------------Id
|
||||||
|
--------------------Type
|
||||||
|
----------------Claims
|
||||||
|
----------------Protocol
|
||||||
|
----------------LocalPortRanges
|
||||||
|
----------------RemotePortRanges
|
||||||
|
----------------LocalAddressRanges
|
||||||
|
----------------RemoteAddressRanges
|
||||||
|
----------------RoutingPolicyType
|
||||||
|
----------------Direction
|
||||||
|
--------EdpModeId
|
||||||
|
--------RememberCredentials
|
||||||
|
--------AlwaysOn
|
||||||
|
--------LockDown
|
||||||
|
--------DeviceTunnel
|
||||||
|
--------RegisterDNS
|
||||||
|
--------DnsSuffix
|
||||||
|
--------ByPassForLocal
|
||||||
|
--------TrustedNetworkDetection
|
||||||
|
--------ProfileXML
|
||||||
|
--------Proxy
|
||||||
|
------------Manual
|
||||||
|
----------------Server
|
||||||
|
------------AutoConfigUrl
|
||||||
|
--------APNBinding
|
||||||
|
------------ProviderId
|
||||||
|
------------AccessPointName
|
||||||
|
------------UserName
|
||||||
|
------------Password
|
||||||
|
------------IsCompressionEnabled
|
||||||
|
------------AuthenticationType
|
||||||
|
--------DeviceCompliance
|
||||||
|
------------Enabled
|
||||||
|
------------Sso
|
||||||
|
----------------Enabled
|
||||||
|
----------------IssuerHash
|
||||||
|
----------------Eku
|
||||||
|
--------PluginProfile
|
||||||
|
------------ServerUrlList
|
||||||
|
------------CustomConfiguration
|
||||||
|
------------PluginPackageFamilyName
|
||||||
|
------------CustomStoreUrl
|
||||||
|
------------WebAuth
|
||||||
|
----------------Enabled
|
||||||
|
----------------ClientId
|
||||||
|
--------NativeProfile
|
||||||
|
------------Servers
|
||||||
|
------------RoutingPolicyType
|
||||||
|
------------NativeProtocolType
|
||||||
|
------------Authentication
|
||||||
|
----------------UserMethod
|
||||||
|
----------------MachineMethod
|
||||||
|
----------------Eap
|
||||||
|
--------------------Configuration
|
||||||
|
--------------------Type
|
||||||
|
----------------Certificate
|
||||||
|
--------------------Issuer
|
||||||
|
--------------------Eku
|
||||||
|
------------CryptographySuite
|
||||||
|
----------------AuthenticationTransformConstants
|
||||||
|
----------------CipherTransformConstants
|
||||||
|
----------------EncryptionMethod
|
||||||
|
----------------IntegrityCheckMethod
|
||||||
|
----------------DHGroup
|
||||||
|
----------------PfsGroup
|
||||||
|
------------L2tpPsk
|
||||||
|
------------DisableClassBasedDefaultRoute
|
||||||
|
------------PlumbIKEv2TSAsRoutes
|
||||||
|
|
||||||
|
|
||||||
|
./User/Vendor/MSFT
|
||||||
|
VPNv2
|
||||||
|
----ProfileName
|
||||||
|
--------AppTriggerList
|
||||||
|
------------appTriggerRowId
|
||||||
|
----------------App
|
||||||
|
--------------------Id
|
||||||
|
--------------------Type
|
||||||
|
--------RouteList
|
||||||
|
------------routeRowId
|
||||||
|
----------------Address
|
||||||
|
----------------PrefixSize
|
||||||
|
----------------Metric
|
||||||
|
----------------ExclusionRoute
|
||||||
|
--------DomainNameInformationList
|
||||||
|
------------dniRowId
|
||||||
|
----------------DomainName
|
||||||
|
----------------DomainNameType
|
||||||
|
----------------DnsServers
|
||||||
|
----------------WebProxyServers
|
||||||
|
----------------AutoTrigger
|
||||||
|
----------------Persistent
|
||||||
|
--------TrafficFilterList
|
||||||
|
------------trafficFilterId
|
||||||
|
----------------App
|
||||||
|
--------------------Id
|
||||||
|
--------------------Type
|
||||||
|
----------------Claims
|
||||||
|
----------------Protocol
|
||||||
|
----------------LocalPortRanges
|
||||||
|
----------------RemotePortRanges
|
||||||
|
----------------LocalAddressRanges
|
||||||
|
----------------RemoteAddressRanges
|
||||||
|
----------------RoutingPolicyType
|
||||||
|
--------EdpModeId
|
||||||
|
--------RememberCredentials
|
||||||
|
--------AlwaysOn
|
||||||
|
--------DnsSuffix
|
||||||
|
--------ByPassForLocal
|
||||||
|
--------TrustedNetworkDetection
|
||||||
|
--------ProfileXML
|
||||||
|
--------Proxy
|
||||||
|
------------Manual
|
||||||
|
----------------Server
|
||||||
|
------------AutoConfigUrl
|
||||||
|
--------APNBinding
|
||||||
|
------------ProviderId
|
||||||
|
------------AccessPointName
|
||||||
|
------------UserName
|
||||||
|
------------Password
|
||||||
|
------------IsCompressionEnabled
|
||||||
|
------------AuthenticationType
|
||||||
|
--------DeviceCompliance
|
||||||
|
------------Enabled
|
||||||
|
------------Sso
|
||||||
|
----------------Enabled
|
||||||
|
----------------IssuerHash
|
||||||
|
----------------Eku
|
||||||
|
--------PluginProfile
|
||||||
|
------------ServerUrlList
|
||||||
|
------------CustomConfiguration
|
||||||
|
------------PluginPackageFamilyName
|
||||||
|
------------CustomStoreUrl
|
||||||
|
------------WebAuth
|
||||||
|
----------------Enabled
|
||||||
|
----------------ClientId
|
||||||
|
--------NativeProfile
|
||||||
|
------------Servers
|
||||||
|
------------RoutingPolicyType
|
||||||
|
------------NativeProtocolType
|
||||||
|
------------Authentication
|
||||||
|
----------------UserMethod
|
||||||
|
----------------MachineMethod
|
||||||
|
----------------Eap
|
||||||
|
--------------------Configuration
|
||||||
|
--------------------Type
|
||||||
|
----------------Certificate
|
||||||
|
--------------------Issuer
|
||||||
|
--------------------Eku
|
||||||
|
------------CryptographySuite
|
||||||
|
----------------AuthenticationTransformConstants
|
||||||
|
----------------CipherTransformConstants
|
||||||
|
----------------EncryptionMethod
|
||||||
|
----------------IntegrityCheckMethod
|
||||||
|
----------------DHGroup
|
||||||
|
----------------PfsGroup
|
||||||
|
------------L2tpPsk
|
||||||
|
------------DisableClassBasedDefaultRoute
|
||||||
|
------------PlumbIKEv2TSAsRoutes
|
||||||
|
|
||||||
|
|
||||||
|
./Vendor/MSFT
|
||||||
|
./User/Vendor/MSFT
|
||||||
|
VPNv2
|
||||||
|
----ProfileName
|
||||||
|
--------AppTriggerList
|
||||||
|
------------appTriggerRowId
|
||||||
|
----------------App
|
||||||
|
--------------------Id
|
||||||
|
--------------------Type
|
||||||
|
--------RouteList
|
||||||
|
------------routeRowId
|
||||||
|
----------------Address
|
||||||
|
----------------PrefixSize
|
||||||
|
----------------Metric
|
||||||
|
----------------ExclusionRoute
|
||||||
|
--------DomainNameInformationList
|
||||||
|
------------dniRowId
|
||||||
|
----------------DomainName
|
||||||
|
----------------DomainNameType
|
||||||
|
----------------DnsServers
|
||||||
|
----------------WebProxyServers
|
||||||
|
----------------AutoTrigger
|
||||||
|
----------------Persistent
|
||||||
|
--------TrafficFilterList
|
||||||
|
------------trafficFilterId
|
||||||
|
----------------App
|
||||||
|
--------------------Id
|
||||||
|
--------------------Type
|
||||||
|
----------------Claims
|
||||||
|
----------------Protocol
|
||||||
|
----------------LocalPortRanges
|
||||||
|
----------------RemotePortRanges
|
||||||
|
----------------LocalAddressRanges
|
||||||
|
----------------RemoteAddressRanges
|
||||||
|
----------------RoutingPolicyType
|
||||||
|
----------------Direction
|
||||||
|
--------EdpModeId
|
||||||
|
--------RememberCredentials
|
||||||
|
--------AlwaysOn
|
||||||
|
--------LockDown
|
||||||
|
--------DeviceTunnel
|
||||||
|
--------RegisterDNS
|
||||||
|
--------DnsSuffix
|
||||||
|
--------ByPassForLocal
|
||||||
|
--------TrustedNetworkDetection
|
||||||
|
--------ProfileXML
|
||||||
|
--------Proxy
|
||||||
|
------------Manual
|
||||||
|
----------------Server
|
||||||
|
------------AutoConfigUrl
|
||||||
|
--------APNBinding
|
||||||
|
------------ProviderId
|
||||||
|
------------AccessPointName
|
||||||
|
------------UserName
|
||||||
|
------------Password
|
||||||
|
------------IsCompressionEnabled
|
||||||
|
------------AuthenticationType
|
||||||
|
--------DeviceCompliance
|
||||||
|
------------Enabled
|
||||||
|
------------Sso
|
||||||
|
----------------Enabled
|
||||||
|
----------------IssuerHash
|
||||||
|
----------------Eku
|
||||||
|
--------PluginProfile
|
||||||
|
------------ServerUrlList
|
||||||
|
------------CustomConfiguration
|
||||||
|
------------PluginPackageFamilyName
|
||||||
|
------------CustomStoreUrl
|
||||||
|
------------WebAuth
|
||||||
|
----------------Enabled
|
||||||
|
----------------ClientId
|
||||||
|
--------NativeProfile
|
||||||
|
------------Servers
|
||||||
|
------------RoutingPolicyType
|
||||||
|
------------NativeProtocolType
|
||||||
|
------------Authentication
|
||||||
|
----------------UserMethod
|
||||||
|
----------------MachineMethod
|
||||||
|
----------------Eap
|
||||||
|
--------------------Configuration
|
||||||
|
--------------------Type
|
||||||
|
----------------Certificate
|
||||||
|
--------------------Issuer
|
||||||
|
--------------------Eku
|
||||||
|
------------CryptographySuite
|
||||||
|
----------------AuthenticationTransformConstants
|
||||||
|
----------------CipherTransformConstants
|
||||||
|
----------------EncryptionMethod
|
||||||
|
----------------IntegrityCheckMethod
|
||||||
|
----------------DHGroup
|
||||||
|
----------------PfsGroup
|
||||||
|
------------L2tpPsk
|
||||||
|
------------DisableClassBasedDefaultRoute
|
||||||
|
------------PlumbIKEv2TSAsRoutes
|
||||||
|
```
|
||||||
<a href="" id="device-or-user-profile"></a>**Device or User profile**
|
<a href="" id="device-or-user-profile"></a>**Device or User profile**
|
||||||
For user profile, use **./User/Vendor/MSFT** path and for device profile, use **./Device/Vendor/MSFT** path.
|
For user profile, use **./User/Vendor/MSFT** path and for device profile, use **./Device/Vendor/MSFT** path.
|
||||||
|
|
||||||
|
@ -17,10 +17,21 @@ ms.date: 06/26/2017
|
|||||||
|
|
||||||
The Win32AppInventory configuration service provider is used to provide an inventory of installed applications on a device.
|
The Win32AppInventory configuration service provider is used to provide an inventory of installed applications on a device.
|
||||||
|
|
||||||
The following diagram shows the Win32AppInventory configuration service provider management objects in tree format as used by Open Mobile Alliance Device Management (OMA DM), OMA Client Provisioning, and Enterprise DM.
|
The following shows the Win32AppInventory configuration service provider management objects in tree format as used by Open Mobile Alliance Device Management (OMA DM), OMA Client Provisioning, and Enterprise DM.
|
||||||
|
```
|
||||||

|
./Vendor/MSFT
|
||||||
|
Win32AppInventory
|
||||||
|
----Win32InstalledProgram
|
||||||
|
--------InstalledProgram
|
||||||
|
------------Name
|
||||||
|
------------Publisher
|
||||||
|
------------Version
|
||||||
|
------------Language
|
||||||
|
------------RegKey
|
||||||
|
------------Source
|
||||||
|
------------MsiProductCode
|
||||||
|
------------MsiPackageCode
|
||||||
|
```
|
||||||
<a href="" id="--vendor-msft-win32appinventory"></a>**./Vendor/MSFT/Win32AppInventory**
|
<a href="" id="--vendor-msft-win32appinventory"></a>**./Vendor/MSFT/Win32AppInventory**
|
||||||
The root node for the Win32AppInventory configuration service provider.
|
The root node for the Win32AppInventory configuration service provider.
|
||||||
|
|
||||||
|
@ -18,10 +18,33 @@ manager: dansimp
|
|||||||
|
|
||||||
The Win32CompatibilityAppraiser configuration service provider enables the IT admin to query the current status of the Appraiser and UTC telementry health. This CSP was added in Windows 10, version 1809.
|
The Win32CompatibilityAppraiser configuration service provider enables the IT admin to query the current status of the Appraiser and UTC telementry health. This CSP was added in Windows 10, version 1809.
|
||||||
|
|
||||||
The following diagram shows the Win32CompatibilityAppraiser configuration service provider in tree format.
|
The following shows the Win32CompatibilityAppraiser configuration service provider in tree format.
|
||||||
|
```
|
||||||

|
./Device/Vendor/MSFT
|
||||||
|
Win32CompatibilityAppraiser
|
||||||
|
----CompatibilityAppraiser
|
||||||
|
--------AppraiserConfigurationDiagnosis
|
||||||
|
------------CommercialId
|
||||||
|
------------CommercialIdSetAndValid
|
||||||
|
------------AllTargetOsVersionsRequested
|
||||||
|
------------OsSkuIsValidForAppraiser
|
||||||
|
------------AppraiserCodeAndDataVersionsAboveMinimum
|
||||||
|
------------RebootPending
|
||||||
|
--------AppraiserRunResultReport
|
||||||
|
----UniversalTelemetryClient
|
||||||
|
--------UtcConfigurationDiagnosis
|
||||||
|
------------TelemetryOptIn
|
||||||
|
------------CommercialDataOptIn
|
||||||
|
------------DiagTrackServiceRunning
|
||||||
|
------------MsaServiceEnabled
|
||||||
|
------------InternetExplorerTelemetryOptIn
|
||||||
|
--------UtcConnectionReport
|
||||||
|
----WindowsErrorReporting
|
||||||
|
--------WerConfigurationDiagnosis
|
||||||
|
------------WerTelemetryOptIn
|
||||||
|
------------MostRestrictiveSetting
|
||||||
|
--------WerConnectionReport
|
||||||
|
```
|
||||||
<a href="" id="accountmanagement"></a>**./Vendor/MSFT/Win32CompatibilityAppraiser**
|
<a href="" id="accountmanagement"></a>**./Vendor/MSFT/Win32CompatibilityAppraiser**
|
||||||
The root node for the Win32CompatibilityAppraiser configuration service provider.
|
The root node for the Win32CompatibilityAppraiser configuration service provider.
|
||||||
|
|
||||||
|
@ -15,10 +15,27 @@ manager: dansimp
|
|||||||
|
|
||||||
The WindowsDefenderApplicationGuard configuration service provider (CSP) is used by the enterprise to configure the settings in Microsoft Defender Application Guard. This CSP was added in Windows 10, version 1709.
|
The WindowsDefenderApplicationGuard configuration service provider (CSP) is used by the enterprise to configure the settings in Microsoft Defender Application Guard. This CSP was added in Windows 10, version 1709.
|
||||||
|
|
||||||
The following diagram shows the WindowsDefenderApplicationGuard configuration service provider in tree format.
|
The following shows the WindowsDefenderApplicationGuard configuration service provider in tree format.
|
||||||
|
```
|
||||||

|
./Device/Vendor/MSFT
|
||||||
|
WindowsDefenderApplicationGuard
|
||||||
|
----Settings
|
||||||
|
--------AllowWindowsDefenderApplicationGuard
|
||||||
|
--------ClipboardFileType
|
||||||
|
--------ClipboardSettings
|
||||||
|
--------PrintingSettings
|
||||||
|
--------BlockNonEnterpriseContent
|
||||||
|
--------AllowPersistence
|
||||||
|
--------AllowVirtualGPU
|
||||||
|
--------SaveFilesToHost
|
||||||
|
--------CertificateThumbprints
|
||||||
|
--------AllowCameraMicrophoneRedirection
|
||||||
|
----Status
|
||||||
|
----PlatformStatus
|
||||||
|
----InstallWindowsDefenderApplicationGuard
|
||||||
|
----Audit
|
||||||
|
--------AuditApplicationGuard
|
||||||
|
```
|
||||||
<a href="" id="windowsdefenderapplicationguard"></a>**./Device/Vendor/MSFT/WindowsDefenderApplicationGuard**
|
<a href="" id="windowsdefenderapplicationguard"></a>**./Device/Vendor/MSFT/WindowsDefenderApplicationGuard**
|
||||||
Root node. Supported operation is Get.
|
Root node. Supported operation is Get.
|
||||||
|
|
||||||
|
@ -19,10 +19,26 @@ ms.date: 08/15/2018
|
|||||||
|
|
||||||
The WindowsLicensing configuration service provider is designed for licensing related management scenarios. Currently the scope is limited to edition upgrades of Windows 10 desktop and mobile devices, such as Windows 10 Pro to Windows 10 Enterprise. In addition, this CSP provides the capability to activate or change the product key of Windows 10 desktop devices.
|
The WindowsLicensing configuration service provider is designed for licensing related management scenarios. Currently the scope is limited to edition upgrades of Windows 10 desktop and mobile devices, such as Windows 10 Pro to Windows 10 Enterprise. In addition, this CSP provides the capability to activate or change the product key of Windows 10 desktop devices.
|
||||||
|
|
||||||
The following diagram shows the WindowsLicensing configuration service provider in tree format.
|
The following shows the WindowsLicensing configuration service provider in tree format.
|
||||||
|
```
|
||||||

|
./Vendor/MSFT
|
||||||
|
WindowsLicensing
|
||||||
|
----UpgradeEditionWithProductKey
|
||||||
|
----ChangeProductKey
|
||||||
|
----Edition
|
||||||
|
----Status
|
||||||
|
----UpgradeEditionWithLicense
|
||||||
|
----LicenseKeyType
|
||||||
|
----CheckApplicability
|
||||||
|
----Subscriptions
|
||||||
|
--------SubscriptionId
|
||||||
|
------------Status
|
||||||
|
------------Name
|
||||||
|
----SMode
|
||||||
|
--------SwitchingPolicy
|
||||||
|
--------SwitchFromSMode
|
||||||
|
--------Status
|
||||||
|
```
|
||||||
<a href="" id="--device-vendor-msft-windowslicensing"></a>**./Device/Vendor/MSFT/WindowsLicensing**
|
<a href="" id="--device-vendor-msft-windowslicensing"></a>**./Device/Vendor/MSFT/WindowsLicensing**
|
||||||
This is the root node for the WindowsLicensing configuration service provider.
|
This is the root node for the WindowsLicensing configuration service provider.
|
||||||
|
|
||||||
|
@ -17,10 +17,13 @@ ms.date: 06/26/2017
|
|||||||
|
|
||||||
The WindowsSecurityAuditing configuration service provider (CSP) is used to enable logging of security audit events. This CSP was added in Windows 10, version 1511 for Mobile and Mobile Enterprise. Make sure to consult the [Configuration service provider reference](https://docs.microsoft.com/windows/client-management/mdm/configuration-service-provider-reference) to see if this CSP and others are supported on your Windows installation.
|
The WindowsSecurityAuditing configuration service provider (CSP) is used to enable logging of security audit events. This CSP was added in Windows 10, version 1511 for Mobile and Mobile Enterprise. Make sure to consult the [Configuration service provider reference](https://docs.microsoft.com/windows/client-management/mdm/configuration-service-provider-reference) to see if this CSP and others are supported on your Windows installation.
|
||||||
|
|
||||||
The following diagram shows the WindowsSecurityAuditing configuration service provider in tree format.
|
The following shows the WindowsSecurityAuditing configuration service provider in tree format.
|
||||||
|
```
|
||||||

|
./Vendor/MSFT
|
||||||
|
WindowsSecurityAuditing
|
||||||
|
----ConfigurationSettings
|
||||||
|
--------EnableSecurityAuditing
|
||||||
|
```
|
||||||
<a href="" id="windowssecurityauditing"></a>**WindowsSecurityAuditing**
|
<a href="" id="windowssecurityauditing"></a>**WindowsSecurityAuditing**
|
||||||
Root node.
|
Root node.
|
||||||
|
|
||||||
|
@ -18,10 +18,26 @@ manager: dansimp
|
|||||||
|
|
||||||
The WiredNetwork configuration service provider (CSP) is used by the enterprise to configure wired Internet on devices that do not have GP to enable them to access corporate Internet over ethernet. This CSP was added in Windows 10, version 1809.
|
The WiredNetwork configuration service provider (CSP) is used by the enterprise to configure wired Internet on devices that do not have GP to enable them to access corporate Internet over ethernet. This CSP was added in Windows 10, version 1809.
|
||||||
|
|
||||||
The following diagram shows the WiredNetwork configuration service provider in tree format.
|
The following shows the WiredNetwork configuration service provider in tree format.
|
||||||
|
```
|
||||||
|
./User/Vendor/MSFT
|
||||||
|
WiredNetwork
|
||||||
|
----LanXML
|
||||||
|
----EnableBlockPeriod
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
./Device/Vendor/MSFT
|
||||||
|
WiredNetwork
|
||||||
|
----LanXML
|
||||||
|
----EnableBlockPeriod
|
||||||
|
|
||||||
|
|
||||||
|
./User/Vendor/MSFT
|
||||||
|
./Device/Vendor/MSFT
|
||||||
|
WiredNetwork
|
||||||
|
----LanXML
|
||||||
|
----EnableBlockPeriod
|
||||||
|
```
|
||||||
<a href="" id="wirednetwork"></a>**./Device/Vendor/MSFT/WiredNetwork**
|
<a href="" id="wirednetwork"></a>**./Device/Vendor/MSFT/WiredNetwork**
|
||||||
Root node.
|
Root node.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user