Commit Graph

29692 Commits

Author SHA1 Message Date
0a0c85548f Update configuration-service-provider-reference.md 2019-05-13 12:07:31 -07:00
6e854b67b7 Added enrollmentstatustracking CSP 2019-05-13 12:06:47 -07:00
01a8ad4802 Merge pull request #167 from MicrosoftDocs/wip-rms
Wip rms
2019-05-13 11:38:17 -07:00
30fc0eb470 Update TOC.md 2019-05-13 11:31:03 -07:00
d30d89b19b edits 2019-05-13 10:33:44 -07:00
9dba306963 Merge pull request #3640 from MicrosoftDocs/FromPrivateRepo
From private repo
2019-05-13 10:30:07 -07:00
054395fb75 Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into FromPrivateRepo 2019-05-13 10:37:17 -07:00
91623a4d58 spelling 2019-05-13 10:29:36 -07:00
16ece64d7e Merge pull request #166 from MicrosoftDocs/master
5/13 AM Publish
2019-05-13 10:29:06 -07:00
b779a2462e spelling 2019-05-13 10:17:20 -07:00
54afe89f23 Merge branch 'master' into wip-rms 2019-05-13 10:12:03 -07:00
bc4f9a20eb Update windows/application-management/app-v/appv-creating-and-managing-virtualized-applications.md
Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2019-05-13 18:09:47 +02:00
bbc58122fa Merge pull request #149 from MicrosoftDocs/martyav-update-mdatp-mac.md
update mdatp mac.md
2019-05-13 08:57:54 -07:00
73007e7e46 Update windows/deployment/deploy-enterprise-licenses.md
Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2019-05-13 10:54:17 -05:00
85e9423476 Update windows/deployment/deploy-enterprise-licenses.md
Co-Authored-By: Nicole Turner <39884432+nenonix@users.noreply.github.com>
2019-05-13 10:13:57 -05:00
33cec4871e Update windows/deployment/deploy-enterprise-licenses.md
Co-Authored-By: Nicole Turner <39884432+nenonix@users.noreply.github.com>
2019-05-13 10:13:39 -05:00
4ad41520e7 Update windows/deployment/deploy-enterprise-licenses.md
Co-Authored-By: Nicole Turner <39884432+nenonix@users.noreply.github.com>
2019-05-13 10:13:28 -05:00
f5ca28c668 Update windows/deployment/deploy-enterprise-licenses.md
Co-Authored-By: Nicole Turner <39884432+nenonix@users.noreply.github.com>
2019-05-13 10:13:14 -05:00
67f98f7e71 Update windows/deployment/deploy-enterprise-licenses.md
Co-Authored-By: Nicole Turner <39884432+nenonix@users.noreply.github.com>
2019-05-13 10:13:06 -05:00
ea00510908 Update windows/deployment/deploy-enterprise-licenses.md
Co-Authored-By: Nicole Turner <39884432+nenonix@users.noreply.github.com>
2019-05-13 10:12:58 -05:00
c020150f36 Update windows/deployment/deploy-enterprise-licenses.md
Co-Authored-By: Nicole Turner <39884432+nenonix@users.noreply.github.com>
2019-05-13 10:12:49 -05:00
bd221ac09c Corrections 2019-05-13 10:11:25 -05:00
f2e7db1c27 Update windows/deployment/deploy-enterprise-licenses.md
Co-Authored-By: Nicole Turner <39884432+nenonix@users.noreply.github.com>
2019-05-13 10:04:55 -05:00
412888018f update microsoft-store-for-business-overview.md 2019-05-13 17:08:19 +05:00
12147107ed Update appv-creating-and-managing-virtualized-applications.md
Updated extensions.
2019-05-13 07:18:18 +02:00
36ad8a0294 Update waas-manage-updates-wufb.md 2019-05-12 11:18:47 +01:00
1f9ba5ca86 Solving issue #880 2019-05-12 04:33:26 -05:00
7c787e3a2c More Illfated corrections
:) thank you

Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2019-05-11 14:47:53 -05:00
a7bcfabadc Release info preview (#164) (#165)
* Latest changes for 1809 issues

* New Announcement Added

* Latest Change for announcement

* Updated link for japanese era content

* Made some change in Announcement.
2019-05-11 12:19:38 -07:00
9debc2dabe Release info preview (#164)
* Latest changes for 1809 issues

* New Announcement Added

* Latest Change for announcement

* Updated link for japanese era content

* Made some change in Announcement.
2019-05-11 11:51:23 -07:00
20353b2f80 Merge branch 'master' into release-info-preview 2019-05-11 11:38:34 -07:00
ffd2944805 Made some change in Announcement. 2019-05-11 11:13:14 -07:00
4ff728b4c6 @Illfated corrections 2019-05-11 12:09:40 -05:00
5b409467b1 Update advanced-security-audit-policy-settings.md
Typo line 93 fixes https://github.com/MicrosoftDocs/windows-itpro-docs/issues/3587
2019-05-11 14:21:14 +02:00
4841ee4846 Microsoft Accounts: small typo correction
Change proposed: change the typo
 "a mean of identifying a user"
 to
  `a means of identifying a user`

Closes #3601
2019-05-11 11:51:33 +02:00
0c29aa3451 Use ASCII character codes instead of backslash
- change from using backslashes as escape character
  to use &#92; as the direct character for backslash
- replace asterisks with &#42; where needed
2019-05-11 11:51:01 +02:00
7c2b0b98bd USMT ScanState Syntax: hidden unescaped characters
Asterisks, backslashes or combinations of asterisk and backslash
need to be escaped for the character to migrate properly to the
docs.microsoft.com site as visible text in HTML. Github shows the
characters well enough, but the migration process does not seem to
keep the special characters through the MarkDown-to-HTML conversion.

In this PR, I have made a "best effort" attempt to resolve the missing
or malformed command examples in the "USMT ScanState Syntax" page.

Closes #2388
2019-05-11 11:51:01 +02:00
08adcc05c8 Mobile Device Management: duplicate entry in XSD
Remove duplicate entry in the XSD for the ProfileXML node in VPNv2 CSP.

XSD XML lines can contain the elements
- name
- minOccurs
- maxOccurs

These elements can alter between having the values 0, 1 or unbound,
but can only appear once in each XSD XML element line.

Closes #1950
2019-05-11 11:50:10 +02:00
3f8aed8f7b added note for #874 2019-05-11 03:22:18 -05:00
4a6b92476c draft 2019-05-10 15:47:51 -07:00
774a98767c Added 19H1 policy 2019-05-10 15:38:34 -07:00
a5c6d19edf Merge pull request #3492 from MaratMussabekov/patch-16
update nodecache-csp.md
2019-05-10 15:36:52 -07:00
010d28c4cd Merge pull request #163 from MicrosoftDocs/master
5/10 PM Publish
2019-05-10 15:34:10 -07:00
cdecc31689 new topic for multiple policies 2019-05-10 15:25:55 -07:00
028e720d18 Merge pull request #3624 from MicrosoftDocs/FromPrivateRepo
From private repo
2019-05-10 15:21:19 -07:00
7ede43e7ed Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into FromPrivateRepo 2019-05-10 15:21:16 -07:00
254b6a19ee Merge pull request #144 from MicrosoftDocs/martyav-update-mdatp-tamper-protection
Update prevent-changes-to-security-settings-with-tamper-protection.md
2019-05-10 15:16:22 -07:00
951f8092f9 Release info preview (#162)
* Latest changes for 1809 issues

* New Announcement Added

* Latest Change for announcement

* Updated link for japanese era content
2019-05-10 15:12:41 -07:00
892026687b Merge branch 'master' into wdac-19H1 2019-05-10 15:03:08 -07:00
9928a0c615 Updated link for japanese era content 2019-05-10 14:41:55 -07:00