jaimeo
d9bdf943e0
Merge branch 'master' of https://cpubwin.visualstudio.com/_git/it-client into HApubpreview3
2017-07-11 10:48:16 -07:00
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
Elizabeth Ross
ec85c34d51
Merged PR 2152: Merge master to live
2017-07-11 16:02:13 +00: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
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
Brian Lich
f2aa588d09
Merged PR 2143: Merge master to live
2017-07-10 22:44:50 +00: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
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
Celeste de Guzman
4459ad8c53
added 3 new illustrations and updated image paths to use these
2017-07-10 13:34:24 -07:00
jaimeo
6143a55d01
Merge branch 'master' of https://cpubwin.visualstudio.com/_git/it-client into HApubpreview3
2017-07-10 13:29:18 -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
Elizabeth Ross
5d0aaca740
Merged PR 2126: Merge master to live
2017-07-10 17:32:34 +00: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
Celeste de Guzman
f0dfbaae9f
removed business cloud suite from the soc URLs
2017-07-09 21:37:20 -07:00
Celeste de Guzman
0ab5a7b136
updated
2017-07-09 21:25:03 -07:00
Celeste de Guzman
bc0aae28f3
Merged PR 2122: Merge edumaylaunch to master
...
Broke up the Microsoft Education Get Started guide and added all the videos, updated change history topics, etc.
2017-07-08 01:15:13 +00:00
Celeste de Guzman
e77c372510
fixed typo in change history for get started
2017-07-07 18:00:23 -07:00
Celeste de Guzman
da8149f864
updated all the dates, added change history, added line after video intro
2017-07-07 17:49:53 -07:00
Dani Halfin
53a0dd521b
added key trust pages
2017-07-07 17:24:23 -07:00
Celeste de Guzman
3025c2b7eb
updated the links for video 2 and video 4 DA
2017-07-07 17:14:28 -07:00
Elizabeth Ross
84ee1e3ce9
Merged PR 2120: Merge master to live
2017-07-07 23:54:42 +00:00
Celeste de Guzman
7ffa176862
Merge branch 'master' of https://cpubwin.visualstudio.com/_git/it-client into edumaylaunch
2017-07-07 16:50:51 -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