The xmlns for WindowsDefender.adml has a space near the end between Policysecurity and intelligence.
|
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/Policysecurity intelligence"> |
An xmlns must be a URI and spaces are not valid in URIs (https://www.rfc-editor.org/rfc/rfc3986?form=MG0AV3). The space should be replaced with %20.
xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/Policysecurity%20intelligence"
The xmlns for WindowsDefender.adml has a space near the end between
Policysecurityandintelligence.mdatp-devicecontrol/windows/WindowsDefender.adml
Line 1 in 8c156b2
An xmlns must be a URI and spaces are not valid in URIs (https://www.rfc-editor.org/rfc/rfc3986?form=MG0AV3). The space should be replaced with
%20.xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/Policysecurity%20intelligence"