7112 Commits

Author SHA1 Message Date
jaimeo
6c3abbc921 a few more wording tweaks 2017-07-11 10:48:02 -07:00
Greg Lindsay
fb4de9e42b Merged PR 2155: Merge TOC change for deployment node
TOC in this branch hasn't been getting pushed to master.
2017-07-11 17:16:12 +00:00
jaimeo
ed1dd0b1dd fixed a few more typos 2017-07-11 09:32:25 -07:00
jaimeo
62a125a24b incorped more comments 2017-07-11 09:15:33 -07:00
jaimeo
f364a24828 Merge branch 'master' of https://cpubwin.visualstudio.com/_git/it-client into HApubpreview3 2017-07-11 08:46:51 -07:00
jaimeo
601519c05b some new screenshots 2017-07-11 08:46:38 -07:00
Elizabeth Ross
b9ffe956d7 Merged PR 2151: Merge vs-appraiser-updates to master 2017-07-11 14:23:51 +00:00
Kaushik Ainapure
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
Dani Halfin
2a93d46161 Merged PR 2142: Fixed a broken link and alt-text for title 2017-07-10 22:32:45 +00:00
Greg Lindsay
4d0a22e6fe Merged PR 2135: Correct TOC that was reverted
There is a minor addition to change history. Mostly this will reset the TOC to a more streamlined form.
2017-07-10 22:15:39 +00:00
jaimeo
aaae98f936 Merge branch 'master' of https://cpubwin.visualstudio.com/_git/it-client into HApubpreview3 2017-07-10 13:40:23 -07:00
jaimeo
bf0f9d8476 title case changes, added blog link 2017-07-10 13:40:08 -07:00
Maricia Alforque
8f5792bb33 Merged PR 2133: Merge maricia-12021317 to master 2017-07-10 20:34:25 +00:00
jaimeo
6143a55d01 Merge branch 'master' of https://cpubwin.visualstudio.com/_git/it-client into HApubpreview3 2017-07-10 13:29:18 -07:00
Elizabeth Ross
e6f946e67a Merge pull request #228 from jdeckerms/patch-1
Update waas-restart.md
2017-07-10 12:00:17 -07:00
Elizabeth Ross
c696e535a5 Merge pull request #229 from heatherpoulsen/patch-3
Update windows-10-auto-pilot.md
2017-07-10 12:00:05 -07:00
H. Poulsen
693d3bcadf Update windows-10-auto-pilot.md
Copy edits (first usage acronym definitions, IT pro capitalization fix, etc.) + clarified the mention of the PS script as it did not directly follow in the article as was mentioned.
2017-07-10 10:54:45 -07:00
Jeanie Decker
9029da332b Update waas-restart.md
Fixed a few typos
2017-07-10 09:08:07 -07:00
Dani Halfin
44b872c6c7 Merged PR 2119: Publishing Deployment guide and new Windows Hello for Business sturcture 2017-07-07 23:45:45 +00:00
Dani Halfin
f1fd8596cc Merged PR 2112: Added topic on Adding MSFB apps to Win10 Image 2017-07-07 22:10:18 +00:00
Maricia Alforque
bfdf3ee5cd Merged PR 2097: Merge maricia-11972860 to master 2017-07-07 17:37:23 +00:00
Dani Halfin
8d3fc92f48 Merged PR 2085: added MSFB links and new PowerShell script
added MSFB links and new PowerShell script
2017-07-06 22:01:18 +00:00
Maricia Alforque
99d93d53e7 Merged PR 2080: Merge maricia-july6 to master 2017-07-06 21:05:37 +00:00
Iaan D'Souza-Wiltshire
f890b9045c Merged PR 2073: wdav server into client changes
wdav server into client changes
2017-07-06 19:41:34 +00:00
Greg Lindsay
cd75d1db47 Merged PR 2077: fixed casing
fixed casing
2017-07-06 18:24:18 +00:00
Joey Caparas
315dc7b79e Merged PR 2054: Merge atp-o365 to master 2017-07-06 17:39:50 +00:00
Joey Caparas
f172254704 Merged PR 2050: alertsuppression to master
Alert suppression instructions
2017-07-06 17:39:25 +00:00
Iaan D'Souza-Wiltshire
fc7133f8fc wdav server into client changes 2017-07-05 19:26:59 -07:00
Greg Lindsay
50a991725d Merged PR 2056: Merge vso-12463293 to master
Reorganize TOC
2017-07-05 22:35:33 +00:00
Dani Halfin
9f789cb564 Merged PR 2063: fixed engaged restart reference
fixed engaged restart reference
2017-07-05 22:35:31 +00:00
Nicholas Brower
b5fa1d1add Merged PR 2060: Merge nibr-SplitPolicyCSP-12344804 to master
Splitting Policy CSP by area name.
Refreshing ADMX policies.
2017-07-05 21:51:22 +00:00
Joey Caparas
41e0757502 Merge remote-tracking branch 'refs/remotes/origin/master' into atp-o365 2017-07-05 14:40:34 -07:00
Joey Caparas
a933a749e7 Merge remote-tracking branch 'refs/remotes/origin/master' into atp-o365 2017-07-05 14:00:50 -07:00
Maricia Alforque
74cbef2d12 Merged PR 2055: Merge maricia-12637498 to master 2017-07-05 20:52:51 +00:00
Maricia Alforque
174bd68caa Merged PR 2053: Merge maricia-12038969 to master 2017-07-05 20:29:31 +00:00
Joey Caparas
48e65c253a fix link 2017-07-05 12:33:05 -07:00
Joey Caparas
9edf69b7ca Merge remote-tracking branch 'refs/remotes/origin/master' into atp-o365 2017-07-05 12:30:57 -07:00
Joey Caparas
e20c8898e7 update advanced features topics 2017-07-05 12:29:38 -07:00
Joey Caparas
12b15040d7 update button label 2017-07-05 12:13:34 -07:00
Joey Caparas
9128c3b908 update suppression rules 2017-07-05 12:00:53 -07:00
Joey Caparas
545e465304 update alert status image 2017-07-05 11:50:54 -07:00
Joey Caparas
91da489e4f Merge remote-tracking branch 'refs/remotes/origin/master' into atp-alertsuppression 2017-07-05 11:40:54 -07:00
Joey Caparas
b462d9b9d8 Merge remote-tracking branch 'refs/remotes/origin/master' into atp-o365 2017-07-05 11:32:16 -07:00
LizRoss
0a0f0cf6eb Merge branch 'master' of https://github.com/MicrosoftDocs/windows-itpro-docs 2017-07-03 08:33:41 -07:00
Tatham Oddie
8956be085f Fix typo 2017-07-03 13:33:43 +10:00
Greg Lindsay
c9dbd1fd69 Merged PR 2026: Merge sccm-fix to master 2017-06-30 22:57:54 +00:00
Dani Halfin
327f3a4bed Merged PR 2031: Fixed future release reference 2017-06-30 21:29:50 +00:00
Maricia Alforque
bc3964add1 Merged PR 2029: 12586663 VPNv2 CSP, updated the code sample for CryptographySuite
12586663 VPNv2 CSP, updated the code sample for CryptographySuite
2017-06-30 20:55:12 +00:00
Maricia Alforque
243cddff06 Merged PR 2027: Merge maricia-whatsnew to master 2017-06-30 20:48:24 +00:00
LizRoss
d85787512b Merge branch 'master' of https://github.com/MicrosoftDocs/windows-itpro-docs 2017-06-30 09:54:10 -07:00