Elizabeth Ross
226f1648bd
Merged PR 2182: Merge vs-misc to master
2017-07-12 18:04:38 +00:00
LizRoss
00a7e5c677
Fixed typo
2017-07-12 10:48:23 -07:00
Justin Hall
0a45ef1f70
Merged PR 2166: Merge patch-5 to master
...
copyedits
2017-07-12 17:47:34 +00:00
Greg Lindsay
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
LizRoss
92f6cc7841
Merge remote-tracking branch 'refs/remotes/origin/master' into vs-misc
2017-07-12 10:36:03 -07:00
Trudy Hakala
cc397a9716
update toc link
2017-07-12 10:28:40 -07:00
Trudy Hakala
2375348a75
Merge remote-tracking branch 'refs/remotes/origin/master' into msfe-12117707
2017-07-12 10:23:40 -07:00
Trudy Hakala
431d442be0
Merge remote-tracking branch 'refs/remotes/origin/master' into msfb-12118094
2017-07-12 10:19:24 -07:00
Trudy Hakala
cbca5f19c2
updates to TOC, change history, and note for flight releases
2017-07-12 10:17:43 -07:00
Elizabeth Ross
27c0d00f3d
Merged PR 2176: Fixed typo
...
Fixed typo
2017-07-12 16:42:06 +00:00
LizRoss
2fa85247db
Merge branch 'master' of https://github.com/MicrosoftDocs/windows-itpro-docs
2017-07-12 09:41:17 -07:00
Elizabeth Ross
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
LizRoss
52317982b0
Fixed typo
2017-07-12 09:19:27 -07:00
Trudy Hakala
bcfae8559b
Merge remote-tracking branch 'refs/remotes/origin/master' into msfb-12118094
2017-07-12 08:56:02 -07:00
Maricia Alforque
90e38437d0
Merged PR 2161: Merge maricia-11970270 to master
2017-07-11 19:42:25 +00:00
Trudy Hakala
4c82f4c8fc
Merged PR 2164: Merge msfe-12117707 to master
2017-07-11 19:40:20 +00:00
Justin Hall
29ab6d569d
fixed syntax
2017-07-11 12:02:21 -07:00
Greg Lindsay
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
Trudy Hakala
c73679af2c
resolving merge conflict
2017-07-11 11:36:54 -07:00
Justin Hall
cd812d03bb
copyedits
2017-07-11 11:35:40 -07:00
Trudy Hakala
03ed7071a7
add reference to MCEE device promo topic
2017-07-11 11:12:15 -07:00
Justin Hall
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
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
Elizabeth Ross
b9ffe956d7
Merged PR 2151: Merge vs-appraiser-updates to master
2017-07-11 14:23:51 +00:00
Celeste de Guzman
7e84e6b7fb
Merged PR 2150: Merge bcshub to master
...
Added audience metadata to BCS hub. Also including the new "Partner" pivot in the Microsoft Education hub as part of this checkin.
2017-07-11 12:36:33 +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
Celeste de Guzman
0fc0a7ae34
made tweaks to two partner cards
2017-07-10 22:40:56 -07:00
Celeste de Guzman
58967b48d9
fixed indentation for Partner pivot
2017-07-10 22:21:06 -07:00
Celeste de Guzman
d4c2eb8193
updated the BCS hub to include audience, change audience case in FAQ metadata, and added a new Partner pivot in the Microsoft Education hub
2017-07-10 21:55:28 -07:00
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
Celeste de Guzman
9f1accd560
Merged PR 2136: Merge bcshub to master
...
Updates to the hub page for BCS and added new illustrations for 3 cards
2017-07-10 21:02:32 +00:00
Celeste de Guzman
981ad72369
Merged PR 2137: Merge edumaylaunch to master
...
Made video frames bigger and centered and also put a fix for a merge conflict.
2017-07-10 21:02:20 +00:00
Celeste de Guzman
47ed716ef3
updated the ms author and removed extra ms date in metadata
2017-07-10 13:56:00 -07:00
Maricia Alforque
8f5792bb33
Merged PR 2133: Merge maricia-12021317 to master
2017-07-10 20:34:25 +00:00
Celeste de Guzman
4459ad8c53
added 3 new illustrations and updated image paths to use these
2017-07-10 13:34:24 -07:00
Celeste de Guzman
3080b3ca7f
Merge branch 'master' of https://cpubwin.visualstudio.com/_git/it-client into bcshub
2017-07-10 13:28:46 -07:00
Celeste de Guzman
562bccfa73
updated video frames
2017-07-10 13:08:07 -07:00
Celeste de Guzman
06680f8a2c
Merge branch 'master' of https://cpubwin.visualstudio.com/_git/it-client into edumaylaunch
2017-07-10 12:54:06 -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
Celeste de Guzman
c44c411e10
fixed merge conflict in the main topic
2017-07-10 11:49:28 -07:00
Celeste de Guzman
e1ee79c906
unhid the H1, which was hidden from the APEX hub template, and added a couple of links
2017-07-10 11:39:06 -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
Celeste de Guzman
2e72a2660c
Merged PR 2123: Merge bcshub to master
...
Adding new content hub and FAQ for Microsoft 365 Business.
2017-07-10 12:37:31 +00:00
Celeste de Guzman
4b9ccf9047
formatting change
2017-07-10 00:39:21 -07:00
Celeste de Guzman
0000c6338d
updated links
2017-07-10 00:16:41 -07:00
Celeste de Guzman
481aab89e4
fixed faq description and removed bcs from url
2017-07-09 23:49:18 -07:00
Celeste de Guzman
d9fb6b1eaf
cleaned up all SOC URLs
2017-07-09 22:00:11 -07:00