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
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
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
Celeste de Guzman
318285ffd6
changed folder to url in breadcrumb path
2017-07-07 16:39:37 -07:00
Celeste de Guzman
d632f659c7
updated
2017-07-07 16:34:44 -07:00
Celeste de Guzman
8445e90183
updated
2017-07-07 16:31:54 -07:00
Celeste de Guzman
c9d69e11a9
updated breadcrumb
2017-07-07 16:14:55 -07:00
Celeste de Guzman
7b87aa6b81
Merge branch 'master' of https://cpubwin.visualstudio.com/_git/it-client into edumaylaunch
2017-07-07 16:08:40 -07:00
Celeste de Guzman
86eb847a51
updated the migration cards to include another card and new description for identity migration
2017-07-07 16:05:52 -07:00