Commit Graph

45440 Commits

Author SHA1 Message Date
f17cb7022c Adding ARC offline Install instructions
High Pri.
This change is meant to include Offline Install instructions for ARC. This will help mitigate a Sev3 incident that is currently active.
2020-04-27 14:36:06 -07:00
297fcb9132 Merge pull request #2631 from MicrosoftDocs/jreeds-smartscreen-rebrand
Update .openpublishing.redirection.json
2020-04-27 14:11:44 -07:00
c8766851ce Regex adjustment/improvement
- Code cleanup by RvdHout
- Supports at least Dutch & German OS
2020-04-27 23:04:09 +02:00
8109583796 Update .openpublishing.redirection.json 2020-04-27 13:59:06 -07:00
3ff8630d04 Update .openpublishing.redirection.json 2020-04-27 13:51:11 -07:00
1a2685212f Update .openpublishing.redirection.json 2020-04-27 13:21:23 -07:00
2c2fd9e512 Merge pull request #2630 from MicrosoftDocs/jreeds-smartscreen-rebrand
Update .openpublishing.redirection.json
2020-04-27 13:00:13 -07:00
f8950778c6 Update .openpublishing.redirection.json 2020-04-27 12:45:30 -07:00
8fa4f11938 Excape underscores 2020-04-27 12:23:44 -07:00
12c4eb4b7f Link fix 2020-04-27 11:51:34 -07:00
c05bbb1529 Revision 2020-04-27 11:38:53 -07:00
f816592667 Reset TPM.
Added small line about resetting TPM.
2020-04-27 10:56:43 -07:00
ae0b57ae98 Revisions 2020-04-27 10:54:49 -07:00
d89eb38540 Merge pull request #2628 from MicrosoftDocs/master
Publish 4/27/2020 10:33 AM PST
2020-04-27 12:48:11 -05:00
f0d49fc76f Escape apostrophes 2020-04-27 10:33:10 -07:00
47b874eea7 Update enterprisedataprotection-csp.md 2020-04-27 10:27:48 -07:00
1d4a4c8bc5 Edit pass: enterprisedataprotection-csp.md
@Dansimp 

The edit is complete on this article. Please review and let me know if you'd like to make any changes before we merge.

Thanks!
Kelly
2020-04-27 10:09:45 -07:00
8a330eecdd Merge pull request #2626 from MicrosoftDocs/cert
Indicators for certificates
2020-04-27 10:00:44 -07:00
b4532da04b Merge pull request #2625 from CoveMiner/surface-devices-jkaiser
Update index.yml
2020-04-27 09:59:11 -07:00
e0f889bc8d at it again 2020-04-27 09:58:49 -07:00
061d448141 preview 2020-04-27 09:46:58 -07:00
b56979cc01 add cern pem 2020-04-27 09:44:12 -07:00
c7f303e844 Merge branch 'master' into cert 2020-04-27 09:41:13 -07:00
7b26000055 Update index.yml
Adds adoption guidance link to Learn section
2020-04-27 09:31:06 -07:00
83feacbc67 Update index.yml 2020-04-27 09:21:39 -07:00
e72e301326 Merge pull request #2624 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/windows-itpro-docs (branch public)
2020-04-27 09:20:15 -07:00
f404b5fdd2 Merge pull request #6562 from illfated/traffic_filters_errata
Identity Protection/VPN: grammar, links & spacing
2020-04-27 08:57:42 -07:00
b6e5e97f05 Merge pull request #1771 from v-pegao/update_link
Remove double quote from img src
2020-04-27 08:56:48 -07:00
c564fde252 Merge pull request #6571 from MaratMussabekov/patch-139
removed duplicate note
2020-04-27 08:55:56 -07:00
d41d3dcab0 Table formatting cleanup 2020-04-27 08:47:07 -07:00
dc8fd5aafe Merge pull request #6581 from komsorg/patch-1
Fixed link address
2020-04-27 08:42:45 -07:00
74e80f9df1 Merge pull request #6567 from linque1/patch-4
GPs and REG entry fixes
2020-04-27 08:36:28 -07:00
bf84b78090 Merge pull request #6582 from komsorg/patch-2
Fixed broken link
2020-04-27 08:35:27 -07:00
69be5dcdda Merge pull request #6568 from tmlyon/patch-18
Update hololens-insider.md
2020-04-27 08:34:40 -07:00
e75cb82561 Merge pull request #2617 from lomayor/lomayor-ah-cert-beta
WIP - Rename beta table
2020-04-27 08:30:41 -07:00
099ca152f2 Merge pull request #2575 from MicrosoftDocs/matig/network_connections
added missing endpoints
2020-04-27 08:29:43 -07:00
91683a5cd6 Update advanced-hunting-shared-queries.md 2020-04-27 08:17:31 -07:00
7ab11c6f12 Fixed broken link
Fixed broken link to App-V 5.0 Sequencing Guide.docx
2020-04-27 15:40:55 +03:00
16e9e90cee Fixed link address
Fixed link address in markdown markup.
2020-04-27 15:33:55 +03:00
818b815ada Update manage-updates-baselines-windows-defender-antivirus.md
revision of the doc
+ supportability statement
2020-04-26 18:07:51 -07:00
28d77f25f3 at it again 2020-04-26 16:22:25 -07:00
e25231e6ff WDDG & WDCG HW readiness tool: typo & Arch Locale
Description:

As pointed out in ticket #5972 (closed) and #6574 (my ticket),
the script on this page stops working in localized versions of Windows
(Dutch mentioned in ticket #5972 specifically). This is caused by the
difference in how the strings "64-bit" and "32-bit" occur in non-English
localized versions of Windows.

Thanks to RvdHout (Ruud van den Hout) for suggesting the regex solution.

Changes proposed:
- $OSArch.Contains("64-bit") -> $OSArch -match ("64\-?\s?bits?")
- $OSArch.Contains("32-bit") -> $OSArch -match ("32\-?\s?bits?")
- Readiness Tool Version updated to 3.7.2 (thanks to RvdHout)
- Typo "archictecture" corrected to architecture (2 occurrences)
- Remove all redundant end-of-line (EOL) whitespace (blanks)
- Reduce number of blank lines before the signature block, from 3 to 2
- Add back a blank line between the metadata section and the page title

Ticket closure or reference:

Closes #6574

Ref. #5690 #5723 #6054 #6055
Ref. #5972 (closed)
2020-04-25 19:59:46 +02:00
56c44de4d1 Update autopilot-reset.md
changed the Windows key logo to text, the logo doesn't show up in search previews causing CTRL++R to show up there
ex. search for 'Trigger local Windows Autopilot Reset' on bing
2020-04-25 14:04:14 +02:00
dc0062c6b8 Update configure-server-endpoints.md 2020-04-25 12:42:17 +05:00
720a404170 Link fixes 2020-04-24 16:23:23 -07:00
2c50d29fd0 typos 2020-04-24 16:08:34 -07:00
f49df66ee2 Merge pull request #2622 from MicrosoftDocs/master
Publish 4/24/2020 3:31 PM PST
2020-04-24 17:42:34 -05:00
8ffd49e745 Link fixes 2020-04-24 15:28:26 -07:00
1972a21476 Merge pull request #2621 from CoveMiner/surface-devices-jkaiser
Update miracast-over-infrastructure.md
2020-04-24 15:05:05 -07:00
ebb463bbb5 Revisions 2020-04-24 14:58:07 -07:00