mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-21 21:33:38 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master' into atp-avscan
This commit is contained in:
@ -13,10 +13,12 @@ author: nickbrower
|
||||
> [!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.
|
||||
|
||||
The Firewall configuration service provider (CSP) allows the mobile device management (MDM) server to configure the Windows Defender Firewall global settings, per profile settings, as well as the desired set of custom rules to be enforced on the device. Using the Firewall CSP the IT admin can now manage both domain joined and non-domain devices, and reduce the risk of network security threats across all systems connecting to the corporate network. This CSP is new in the next major update to Windows 10.
|
||||
The Firewall configuration service provider (CSP) allows the mobile device management (MDM) server to configure the Windows Defender Firewall global settings, per profile settings, as well as the desired set of custom rules to be enforced on the device. Using the Firewall CSP the IT admin can now manage non-domain devices, and reduce the risk of network security threats across all systems connecting to the corporate network. This CSP is new in the next major update to Windows 10.
|
||||
|
||||
Firewall configuration commands must be wrapped in an Atomic block in SyncML.
|
||||
|
||||
For detailed information on some of the fields below see [[MS-FASP]: Firewall and Advanced Security Protocol documentation](https://msdn.microsoft.com/en-us/library/mt620101.aspx).
|
||||
|
||||
The following diagram shows the Firewall configuration service provider in tree format.
|
||||
|
||||

|
||||
|
@ -642,6 +642,16 @@ For details about Microsoft mobile device management protocols for Windows 10 s
|
||||
<li>SmartScreen/EnableAppInstallControl</li>
|
||||
<li>SmartScreen/EnableSmartScreenInShell</li>
|
||||
<li>SmartScreen/PreventOverrideForFilesInShell</li>
|
||||
<li>Start/AllowPinnedFolderDocuments</li>
|
||||
<li>Start/AllowPinnedFolderDownloads</li>
|
||||
<li>Start/AllowPinnedFolderFileExplorer</li>
|
||||
<li>Start/AllowPinnedFolderHomeGroup</li>
|
||||
<li>Start/AllowPinnedFolderMusic</li>
|
||||
<li>Start/AllowPinnedFolderNetwork</li>
|
||||
<li>Start/AllowPinnedFolderPersonalFolder </li>
|
||||
<li>Start/AllowPinnedFolderPictures</li>
|
||||
<li>Start/AllowPinnedFolderSettings</li>
|
||||
<li>Start/AllowPinnedFolderVideos</li>
|
||||
<li>Start/HideAppList</li>
|
||||
<li>Start/HideChangeAccountSettings</li>
|
||||
<li>Start/HideFrequentlyUsedApps</li>
|
||||
@ -663,6 +673,7 @@ For details about Microsoft mobile device management protocols for Windows 10 s
|
||||
<li>TextInput/AllowKeyboardTextSuggestions</li>
|
||||
<li>TimeLanguageSettings/AllowSet24HourClock</li>
|
||||
<li>Update/ActiveHoursMaxRange</li>
|
||||
<li>Update/AutoRestartDeadlinePeriodInDays</li>
|
||||
<li>Update/AutoRestartNotificationSchedule</li>
|
||||
<li>Update/AutoRestartNotificationStyle</li>
|
||||
<li>Update/AutoRestartRequiredNotificationDismissal</li>
|
||||
@ -1201,6 +1212,24 @@ Also Added [Firewall DDF file](firewall-ddf-file.md).</td></tr>
|
||||
<td style="vertical-align:top">[TPMPolicy CSP](tpmpolicy-csp.md)</td>
|
||||
<td style="vertical-align:top">New CSP added in Windows 10, version 1703.</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<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 1703:</p>
|
||||
<ul>
|
||||
<li>Start/AllowPinnedFolderDocuments</li>
|
||||
<li>Start/AllowPinnedFolderDownloads</li>
|
||||
<li>Start/AllowPinnedFolderFileExplorer</li>
|
||||
<li>Start/AllowPinnedFolderHomeGroup</li>
|
||||
<li>Start/AllowPinnedFolderMusic</li>
|
||||
<li>Start/AllowPinnedFolderNetwork</li>
|
||||
<li>Start/AllowPinnedFolderPersonalFolder </li>
|
||||
<li>Start/AllowPinnedFolderPictures</li>
|
||||
<li>Start/AllowPinnedFolderSettings</li>
|
||||
<li>Start/AllowPinnedFolderVideos</li>
|
||||
<li>Update/AutoRestartDeadlinePeriodInDays</li>
|
||||
</ul>
|
||||
</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user