ca591c38c6
added new text for MSA setttings
2017-08-10 12:21:06 -07:00
df339fc0de
Merge branch 'master' of https://github.com/MicrosoftDocs/windows-itpro-docs
2017-08-10 09:22:45 -07:00
0cf5e356ba
Merged PR 2633: fixed links
...
fixed links
2017-08-09 16:36:19 +00:00
811657802e
Update to include SyncAppVPublishingServer
2017-08-09 10:22:55 -06:00
e8b32c03c1
Merged PR 2617: Add two new BitLocker FAQs
...
Added two new BitLocker FAQs
2017-08-09 16:18:04 +00:00
e794b2b189
fixed links
2017-08-09 09:14:42 -07:00
32494a2a91
fixed links
2017-08-08 13:55:40 -07:00
08960185a3
fixed links
2017-08-08 12:29:33 -07:00
c6c77f3500
fixed links
2017-08-08 12:22:31 -07:00
27c4207ce3
removed dup phrase
2017-08-08 11:49:50 -07:00
80d8d22907
removed support statement
2017-08-08 11:45:00 -07:00
efdcc7103d
Add two new BitLocker FAQs
2017-08-08 10:35:45 -07:00
bf3e96fda8
Uploading TOC changes
2017-08-08 10:21:52 -07:00
564a9d8dea
Edit to doc name in change history
2017-08-08 09:56:07 -07:00
7653ec7da9
Add new BitLocker security topic
2017-08-08 09:50:17 -07:00
03f734a8ae
typo
2017-08-01 16:18:53 -07:00
7c1cb73007
typo
2017-08-01 14:59:18 -07:00
87ea3ac485
typo
2017-08-01 14:54:34 -07:00
1b3a212f2e
revised Explain text
2017-08-01 14:53:14 -07:00
8dc4561a5d
revised Explain text
2017-08-01 14:44:29 -07:00
bc9187ecdc
added tpm
2017-08-01 10:52:49 -07:00
d436b86338
Merge branch 'master' of https://github.com/MicrosoftDocs/windows-itpro-docs
2017-08-01 05:45:51 -07:00
24e9ef2e56
Merged PR 2382: Merge win10_TPM to master
...
Add TPM topic to TPM folder.
2017-08-01 00:03:25 +00:00
5e6a316d8d
Verbiage edits. Fix table bullet.
2017-07-28 09:49:29 -07:00
04ca4bd929
Update network-security-minimum-session-security-for-ntlm-ssp-based-including-secure-rpc-clients.md
2017-07-27 14:07:00 -04:00
b21f821649
updating localizationpriority metadata name
2017-07-27 10:43:50 -07:00
58f4978b31
Update note on BGInfo to announce vulnerability fix
2017-07-25 14:23:29 -07:00
6e79b2d956
Created relative link
2017-07-25 10:38:49 -07:00
9daaa2416c
Removed In this topic list. TOC changes
2017-07-25 10:28:05 -07:00
d9c02cc8bc
Topic title changes to TPM topic.
2017-07-25 09:19:34 -07:00
b8654460f7
Fix image links
2017-07-24 16:31:38 -07:00
3b49f4439b
Added new Windows 10 and TPM topic
2017-07-24 16:01:47 -07:00
be9dbe0bb6
Merged PR 2279: fixed typo
...
fixed typo
2017-07-18 15:48:39 +00:00
980c978437
Merge branch 'master' of https://github.com/MicrosoftDocs/windows-itpro-docs
2017-07-18 08:47:19 -07:00
7e65eae98a
fixed typo
2017-07-18 08:47:12 -07:00
0ab48ecf6b
fixed tables
2017-07-17 16:10:02 -07:00
16456849ff
fixed tables
2017-07-17 16:01:32 -07:00
9f8a106fe2
Update tpm-recommendations.md
...
added windows hello for business to clearly state both items
2017-07-17 18:33:15 -04:00
828d5a348b
Update tpm-recommendations.md
...
Modified Device Guard line to match https://docs.microsoft.com/en-us/windows/device-security/device-guard/requirements-and-deployment-planning-guidelines-for-device-guard
2017-07-17 18:28:55 -04:00
21425663d7
fixed tables
2017-07-17 15:09:46 -07:00
3604dd6f27
fixed tables
2017-07-17 15:00:18 -07:00
0fe6535272
fixed tables
2017-07-17 14:45:54 -07:00
717fa8ca01
added link in BitLocker topic
2017-07-17 14:41:45 -07:00
83520a785d
revised tables
2017-07-17 14:30:41 -07:00
f647f11682
revised headings
2017-07-17 13:23:21 -07:00
b437b704e7
revised headings
2017-07-17 13:14:17 -07:00
29ab6d569d
fixed syntax
2017-07-11 12:02:21 -07:00
cd812d03bb
copyedits
2017-07-11 11:35:40 -07:00
66763a225b
Document how to clear Applocker rules on an individual system and remote systems
...
In order to clear AppLocker policies from a machine you must use the Set-AppLockerPolicy cmdlet with the -XMLPolicy parameter using a .XML file which contains the following contents:
<AppLockerPolicy Version="1">
<RuleCollection Type="Exe" EnforcementMode="NotConfigured" />
<RuleCollection Type="Msi" EnforcementMode="NotConfigured" />
<RuleCollection Type="Script" EnforcementMode="NotConfigured" />
<RuleCollection Type="Dll" EnforcementMode="NotConfigured" />
</AppLockerPolicy>
To use the Set-AppLockerPolicy cmdlet, we must first import the Applocker modules. To do this:
PS C:\Users\Administrator> import-module AppLocker
We will create a file for example called clear.xml and place it in the same directory that we are executing our cmdlet. And fill it with the XML Contents above. Then you must execute using the following command:
C:\Users\Administrator> Set-AppLockerPolicy -XMLPolicy .\clear.xml
This will remove all AppLocker Policies on a machine and could be potentially scripted to use on multiple machines using remote execution tools with accounts with proper access.
2017-07-11 17:58:51 +05:30
55c67d84ac
Update Link URL
...
Updated AppLocker PowerShell Command Reference Link
2017-06-30 10:11:09 +12:00