687d42e857
Merge branch 'master' of https://cpubwin.visualstudio.com/_git/it-client into HApubpreview3
2017-07-14 11:29:31 -07:00
6265fdf0b9
Merge branch 'master' into WDAV-working
2017-07-14 10:51:12 -07:00
8707890d30
Revert "Merged PR 2233: Merge master to live"
2017-07-13 23:12:16 +00:00
b0752b171b
Bug fixes
2017-07-13 22:27:37 +00:00
7270626416
Merged PR 2215: Merge vs-whatsnewfix to master
2017-07-13 18:46:31 +00:00
415019c3a9
Merged PR 2214: Fixed a TOC typo
2017-07-13 18:07:24 +00:00
395cb1c74f
Merged PR 2207: Merge vs-whatsnewfix to master
2017-07-13 16:04:35 +00:00
277726cadb
Merged PR 2205: Merge vs-whatsnewfix to master
2017-07-13 14:46:10 +00:00
16ba91c213
Merge remote-tracking branch 'refs/remotes/origin/master' into vs-whatsnewfix
2017-07-12 17:08:23 -07:00
47acb4c412
Putting back missing WIP toc
2017-07-12 16:55:38 -07:00
b3c72bbfd9
Fixed missing fomatting
2017-07-12 16:18:17 -07:00
28dd7e178c
added to ToC
2017-07-12 16:17:29 -07:00
9f3215d919
Merged PR 2196: Merge maricia-12720884 to master
2017-07-12 22:07:03 +00:00
226f1648bd
Merged PR 2182: Merge vs-misc to master
2017-07-12 18:04:38 +00:00
00a7e5c677
Fixed typo
2017-07-12 10:48:23 -07:00
0a45ef1f70
Merged PR 2166: Merge patch-5 to master
...
copyedits
2017-07-12 17:47:34 +00:00
cda012d2ed
Merged PR 2180: Repair deployment tools TOC
...
Add an item to the TOC under deployment tools and complete the index page in this section.
2017-07-12 17:44:36 +00:00
27c0d00f3d
Merged PR 2176: Fixed typo
...
Fixed typo
2017-07-12 16:42:06 +00:00
2fa85247db
Merge branch 'master' of https://github.com/MicrosoftDocs/windows-itpro-docs
2017-07-12 09:41:17 -07:00
50ab3786f7
Merge pull request #230 from kaushika-msft/patch-5
...
Document how to clear Applocker rules on an individual system and rem…
2017-07-12 09:40:22 -07:00
52317982b0
Fixed typo
2017-07-12 09:19:27 -07:00
90e38437d0
Merged PR 2161: Merge maricia-11970270 to master
2017-07-11 19:42:25 +00:00
29ab6d569d
fixed syntax
2017-07-11 12:02:21 -07:00
2cae3abc32
Merged PR 2158: Deleted and restored TOC in deployment node
...
Changes were not appearing, so I deleted and restored the entire TOC in deployment.
2017-07-11 18:43:31 +00:00
cd812d03bb
copyedits
2017-07-11 11:35:40 -07:00
0057520e6f
Merge branch 'patch-5' of https://github.com/kaushika-msft/windows-itpro-docs into patch-5
2017-07-11 11:12:13 -07:00
d9bdf943e0
Merge branch 'master' of https://cpubwin.visualstudio.com/_git/it-client into HApubpreview3
2017-07-11 10:48:16 -07:00
6c3abbc921
a few more wording tweaks
2017-07-11 10:48:02 -07:00
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
ed1dd0b1dd
fixed a few more typos
2017-07-11 09:32:25 -07:00
62a125a24b
incorped more comments
2017-07-11 09:15:33 -07:00
f364a24828
Merge branch 'master' of https://cpubwin.visualstudio.com/_git/it-client into HApubpreview3
2017-07-11 08:46:51 -07:00
601519c05b
some new screenshots
2017-07-11 08:46:38 -07:00
b9ffe956d7
Merged PR 2151: Merge vs-appraiser-updates to master
2017-07-11 14:23:51 +00: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
2a93d46161
Merged PR 2142: Fixed a broken link and alt-text for title
2017-07-10 22:32:45 +00:00
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
aaae98f936
Merge branch 'master' of https://cpubwin.visualstudio.com/_git/it-client into HApubpreview3
2017-07-10 13:40:23 -07:00
bf0f9d8476
title case changes, added blog link
2017-07-10 13:40:08 -07:00
8f5792bb33
Merged PR 2133: Merge maricia-12021317 to master
2017-07-10 20:34:25 +00:00
6143a55d01
Merge branch 'master' of https://cpubwin.visualstudio.com/_git/it-client into HApubpreview3
2017-07-10 13:29:18 -07:00
e6f946e67a
Merge pull request #228 from jdeckerms/patch-1
...
Update waas-restart.md
2017-07-10 12:00:17 -07:00
c696e535a5
Merge pull request #229 from heatherpoulsen/patch-3
...
Update windows-10-auto-pilot.md
2017-07-10 12:00:05 -07:00
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
9029da332b
Update waas-restart.md
...
Fixed a few typos
2017-07-10 09:08:07 -07:00
44b872c6c7
Merged PR 2119: Publishing Deployment guide and new Windows Hello for Business sturcture
2017-07-07 23:45:45 +00:00
f1fd8596cc
Merged PR 2112: Added topic on Adding MSFB apps to Win10 Image
2017-07-07 22:10:18 +00:00
bfdf3ee5cd
Merged PR 2097: Merge maricia-11972860 to master
2017-07-07 17:37:23 +00:00
4fc6aaadb9
table layout
2017-07-06 16:07:52 -07:00
ee2deab98f
table layout and bafs video move
2017-07-06 15:08:11 -07:00