mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-15 14:57:23 +00:00
Merge branch 'master' into apps-in-windows-10-update
This commit is contained in:
commit
671428bf4f
@ -1425,6 +1425,14 @@ The DM agent for [push-button reset](https://msdn.microsoft.com/windows/hardware
|
||||
<li>[How to import a custom ADMX file to a device using Intune](https://www.microsoft.com/showcase/video.aspx?uuid=a59888b1-429f-4a49-8570-c39a143d9a73)</li>
|
||||
</ul>
|
||||
</td></tr>
|
||||
<tr>
|
||||
<td style="vertical-align:top">[Policy CSP](policy-configuration-service-provider.md)</td>
|
||||
<td style="vertical-align:top"><p>Added the following new policies for Windows 10, version 1803:</p>
|
||||
<ul>
|
||||
<li>ApplicationDefaults/EnableAppUriHandlers</li>
|
||||
<li>Connectivity/AllowPhonePCLinking</li>
|
||||
</ul>
|
||||
</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
@ -193,6 +193,9 @@ The following diagram shows the Policy configuration service provider in tree fo
|
||||
<dd>
|
||||
<a href="./policy-csp-applicationdefaults.md#applicationdefaults-defaultassociationsconfiguration" id="applicationdefaults-defaultassociationsconfiguration">ApplicationDefaults/DefaultAssociationsConfiguration</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="./policy-csp-applicationdefaults.md#applicationdefaults-enableappurihandlers" id="applicationdefaults-enableappurihandlers">ApplicationDefaults/EnableAppUriHandlers</a>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
### ApplicationManagement policies
|
||||
|
@ -11,6 +11,8 @@ ms.date: 03/12/2018
|
||||
|
||||
# Policy CSP - ApplicationDefaults
|
||||
|
||||
> [!WARNING]
|
||||
> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
|
||||
|
||||
|
||||
<hr/>
|
||||
@ -22,6 +24,9 @@ ms.date: 03/12/2018
|
||||
<dd>
|
||||
<a href="#applicationdefaults-defaultassociationsconfiguration">ApplicationDefaults/DefaultAssociationsConfiguration</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="#applicationdefaults-enableappurihandlers">ApplicationDefaults/EnableAppUriHandlers</a>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
@ -132,6 +137,73 @@ Here is the SyncMl example:
|
||||
|
||||
<!--/Example-->
|
||||
<!--/Policy-->
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policy-->
|
||||
<a href="" id="applicationdefaults-enableappurihandlers"></a>**ApplicationDefaults/EnableAppUriHandlers**
|
||||
|
||||
<!--SupportedSKUs-->
|
||||
<table>
|
||||
<tr>
|
||||
<th>Home</th>
|
||||
<th>Pro</th>
|
||||
<th>Business</th>
|
||||
<th>Enterprise</th>
|
||||
<th>Education</th>
|
||||
<th>Mobile</th>
|
||||
<th>Mobile Enterprise</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="images/crossmark.png" alt="cross mark" /></td>
|
||||
<td><img src="images/checkmark.png" alt="check mark" /><sup>4</sup></td>
|
||||
<td><img src="images/checkmark.png" alt="check mark" /><sup>4</sup></td>
|
||||
<td><img src="images/checkmark.png" alt="check mark" /><sup>4</sup></td>
|
||||
<td><img src="images/checkmark.png" alt="check mark" /><sup>4</sup></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!--/SupportedSKUs-->
|
||||
<!--Scope-->
|
||||
[Scope](./policy-configuration-service-provider.md#policy-scope):
|
||||
|
||||
> [!div class = "checklist"]
|
||||
> * Device
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--/Scope-->
|
||||
<!--Description-->
|
||||
This policy setting determines whether Windows supports web-to-app linking with app URI handlers.
|
||||
|
||||
Enabling this policy setting enables web-to-app linking so that apps can be launched with a http(s) URI.
|
||||
|
||||
Disabling this policy disables web-to-app linking and http(s) URIs will be opened in the default browser instead of launching the associated app.
|
||||
|
||||
If you do not configure this policy setting, the default behavior depends on the Windows edition. Changes to this policy take effect on reboot.
|
||||
|
||||
<!--/Description-->
|
||||
<!--ADMXMapped-->
|
||||
ADMX Info:
|
||||
- GP English name: *Configure web-to-app linking with app URI handlers*
|
||||
- GP name: *EnableAppUriHandlers*
|
||||
- GP ADMX file name: *GroupPolicy.admx*
|
||||
|
||||
<!--/ADMXMapped-->
|
||||
<!--SupportedValues-->
|
||||
This setting supports a range of values between 0 and 1.
|
||||
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--Example-->
|
||||
|
||||
<!--/Example-->
|
||||
<!--Validation-->
|
||||
|
||||
<!--/Validation-->
|
||||
<!--/Policy-->
|
||||
<hr/>
|
||||
|
||||
Footnote:
|
||||
|
@ -831,9 +831,8 @@ This event represents the basic metadata about a file on the system. The file m
|
||||
|
||||
The following fields are available:
|
||||
|
||||
- **AppraiserVersion** The version of the Appraiser file generating the events.
|
||||
- **AvDisplayName** The version of the Appraiser file generating the events.
|
||||
- **AvProductState** If the app is an anti-virus app, this is its display name.
|
||||
- **AvDisplayName** If the app is an anti-virus app, this is its display name.
|
||||
- **AvProductState** Represents state of antivirus program with respect to whether it's turned on and the signatures are up-to-date.
|
||||
- **BinaryType** A binary type. Example: UNINITIALIZED, ZERO_BYTE, DATA_ONLY, DOS_MODULE, NE16_MODULE, PE32_UNKNOWN, PE32_I386, PE32_ARM, PE64_UNKNOWN, PE64_AMD64, PE64_ARM64, PE64_IA64, PE32_CLR_32, PE32_CLR_IL, PE32_CLR_IL_PREFER32, PE64_CLR_64
|
||||
- **BinFileVersion** An attempt to clean up FileVersion at the client that tries to place the version into 4 octets.
|
||||
- **BinProductVersion** An attempt to clean up ProductVersion at the client that tries to place the version into 4 octets.
|
||||
@ -841,8 +840,8 @@ The following fields are available:
|
||||
- **CompanyName** The company name of the vendor who developed this file.
|
||||
- **FileId** A hash that uniquely identifies a file.
|
||||
- **FileVersion** The File version field from the file metadata under Properties -> Details.
|
||||
- **HasUpgradeExe** Represents state of antivirus program with respect to whether it's turned on and the signatures are up-to-date.
|
||||
- **IsAv** A binary type. Example: UNINITIALIZED, ZERO_BYTE, DATA_ONLY, DOS_MODULE, NE16_MODULE, PE32_UNKNOWN, PE32_I386, PE32_ARM, PE64_UNKNOWN, PE64_AMD64, PE64_ARM64, PE64_IA64, PE32_CLR_32, PE32_CLR_IL, PE32_CLR_IL_PREFER32, PE64_CLR_64
|
||||
- **HasUpgradeExe** Does the anti-virus app have an upgrade.exe file?
|
||||
- **IsAv** Is the file an anti-virus reporting EXE?
|
||||
- **LinkDate** The date and time that this file was linked on.
|
||||
- **LowerCaseLongPath** The full file path to the file that was inventoried on the device.
|
||||
- **Name** The name of the file that was inventoried.
|
||||
@ -1653,7 +1652,7 @@ The following fields are available:
|
||||
- **KvaShadow** Microcode info of the processor.
|
||||
- **MMSettingOverride** Microcode setting of the processor.
|
||||
- **MMSettingOverrideMask** Microcode setting override of the processor.
|
||||
- **ProcessorArchitecture** Retrieves the processor architecture of the installed operating system. The complete list of values can be found in DimProcessorArchitecture.
|
||||
- **ProcessorArchitecture** Retrieves the processor architecture of the installed operating system.
|
||||
- **ProcessorClockSpeed** Retrieves the clock speed of the processor in MHz.
|
||||
- **ProcessorCores** Retrieves the number of cores in the processor.
|
||||
- **ProcessorIdentifier** The processor identifier of a manufacturer.
|
||||
@ -1662,7 +1661,7 @@ The following fields are available:
|
||||
- **ProcessorPhysicalCores** Number of physical cores in the processor.
|
||||
- **ProcessorUpdateRevision** The microcode version.
|
||||
- **SocketCount** Number of physical CPU sockets of the machine.
|
||||
- **SpeculationControl** Clock speed of the processor in MHz.
|
||||
- **SpeculationControl** If the system has enabled protections needed to validate the speculation control vulnerability.
|
||||
|
||||
|
||||
### Census.Speech
|
||||
|
@ -317,8 +317,8 @@ This event represents the basic metadata about a file on the system. The file m
|
||||
The following fields are available:
|
||||
|
||||
- **AppraiserVersion** The version of the Appraiser file generating the events.
|
||||
- **AvDisplayName** The version of the Appraiser file generating the events.
|
||||
- **AvProductState** If the app is an anti-virus app, this is its display name.
|
||||
- **AvDisplayName** If the app is an anti-virus app, this is its display name.
|
||||
- **AvProductState** Represents state of antivirus program with respect to whether it's turned on and the signatures are up-to-date.
|
||||
- **BinaryType** A binary type. Example: UNINITIALIZED, ZERO_BYTE, DATA_ONLY, DOS_MODULE, NE16_MODULE, PE32_UNKNOWN, PE32_I386, PE32_ARM, PE64_UNKNOWN, PE64_AMD64, PE64_ARM64, PE64_IA64, PE32_CLR_32, PE32_CLR_IL, PE32_CLR_IL_PREFER32, PE64_CLR_64
|
||||
- **BinFileVersion** An attempt to clean up FileVersion at the client that tries to place the version into 4 octets.
|
||||
- **BinProductVersion** An attempt to clean up ProductVersion at the client that tries to place the version into 4 octets.
|
||||
@ -326,8 +326,8 @@ The following fields are available:
|
||||
- **CompanyName** The company name of the vendor who developed this file.
|
||||
- **FileId** A hash that uniquely identifies a file.
|
||||
- **FileVersion** The File version field from the file metadata under Properties -> Details.
|
||||
- **HasUpgradeExe** Represents state of antivirus program with respect to whether it's turned on and the signatures are up-to-date.
|
||||
- **IsAv** A binary type. Example: UNINITIALIZED, ZERO_BYTE, DATA_ONLY, DOS_MODULE, NE16_MODULE, PE32_UNKNOWN, PE32_I386, PE32_ARM, PE64_UNKNOWN, PE64_AMD64, PE64_ARM64, PE64_IA64, PE32_CLR_32, PE32_CLR_IL, PE32_CLR_IL_PREFER32, PE64_CLR_64
|
||||
- **HasUpgradeExe** Does the anti-virus app have an upgrade.exe file?
|
||||
- **IsAv** Is the file an anti-virus reporting EXE?
|
||||
- **LinkDate** The date and time that this file was linked on.
|
||||
- **LowerCaseLongPath** The full file path to the file that was inventoried on the device.
|
||||
- **Name** The name of the file that was inventoried.
|
||||
@ -1617,7 +1617,7 @@ The following fields are available:
|
||||
- **KvaShadow** Microcode info of the processor.
|
||||
- **MMSettingOverride** Microcode setting of the processor.
|
||||
- **MMSettingOverrideMask** Microcode setting override of the processor.
|
||||
- **ProcessorArchitecture** Retrieves the processor architecture of the installed operating system. The complete list of values can be found in DimProcessorArchitecture.
|
||||
- **ProcessorArchitecture** Retrieves the processor architecture of the installed operating system.
|
||||
- **ProcessorClockSpeed** Retrieves the clock speed of the processor in MHz.
|
||||
- **ProcessorCores** Retrieves the number of cores in the processor.
|
||||
- **ProcessorIdentifier** The processor identifier of a manufacturer.
|
||||
@ -1626,7 +1626,7 @@ The following fields are available:
|
||||
- **ProcessorPhysicalCores** Number of physical cores in the processor.
|
||||
- **ProcessorUpdateRevision** The microcode version.
|
||||
- **SocketCount** Number of physical CPU sockets of the machine.
|
||||
- **SpeculationControl** Clock speed of the processor in MHz.
|
||||
- **SpeculationControl** If the system has enabled protections needed to validate the speculation control vulnerability.
|
||||
|
||||
|
||||
### Census.Security
|
||||
|
Loading…
x
Reference in New Issue
Block a user