Commit Graph

12714 Commits

Author SHA1 Message Date
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
ec85c34d51 Merged PR 2152: Merge master to live 2017-07-11 16:02:13 +00: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
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
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
0fc0a7ae34 made tweaks to two partner cards 2017-07-10 22:40:56 -07:00
58967b48d9 fixed indentation for Partner pivot 2017-07-10 22:21:06 -07:00
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
f2aa588d09 Merged PR 2143: Merge master to live 2017-07-10 22:44:50 +00:00
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
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
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
47ed716ef3 updated the ms author and removed extra ms date in metadata 2017-07-10 13:56:00 -07: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
4459ad8c53 added 3 new illustrations and updated image paths to use these 2017-07-10 13:34:24 -07:00
6143a55d01 Merge branch 'master' of https://cpubwin.visualstudio.com/_git/it-client into HApubpreview3 2017-07-10 13:29:18 -07:00
3080b3ca7f Merge branch 'master' of https://cpubwin.visualstudio.com/_git/it-client into bcshub 2017-07-10 13:28:46 -07:00
562bccfa73 updated video frames 2017-07-10 13:08:07 -07:00
06680f8a2c Merge branch 'master' of https://cpubwin.visualstudio.com/_git/it-client into edumaylaunch 2017-07-10 12:54:06 -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
c44c411e10 fixed merge conflict in the main topic 2017-07-10 11:49:28 -07:00
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
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
5d0aaca740 Merged PR 2126: Merge master to live 2017-07-10 17:32:34 +00:00
9029da332b Update waas-restart.md
Fixed a few typos
2017-07-10 09:08:07 -07:00
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
4b9ccf9047 formatting change 2017-07-10 00:39:21 -07:00
0000c6338d updated links 2017-07-10 00:16:41 -07:00
481aab89e4 fixed faq description and removed bcs from url 2017-07-09 23:49:18 -07:00
d9fb6b1eaf cleaned up all SOC URLs 2017-07-09 22:00:11 -07:00
f0dfbaae9f removed business cloud suite from the soc URLs 2017-07-09 21:37:20 -07:00
0ab5a7b136 updated 2017-07-09 21:25:03 -07:00
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
e77c372510 fixed typo in change history for get started 2017-07-07 18:00:23 -07:00
da8149f864 updated all the dates, added change history, added line after video intro 2017-07-07 17:49:53 -07:00
3025c2b7eb updated the links for video 2 and video 4 DA 2017-07-07 17:14:28 -07:00
84ee1e3ce9 Merged PR 2120: Merge master to live 2017-07-07 23:54:42 +00:00
7ffa176862 Merge branch 'master' of https://cpubwin.visualstudio.com/_git/it-client into edumaylaunch 2017-07-07 16:50:51 -07:00
44b872c6c7 Merged PR 2119: Publishing Deployment guide and new Windows Hello for Business sturcture 2017-07-07 23:45:45 +00:00
318285ffd6 changed folder to url in breadcrumb path 2017-07-07 16:39:37 -07:00