From 9a4b46e52674cd808f41de3cf4d3d2624a7fa448 Mon Sep 17 00:00:00 2001 From: Dan Pandre <54847950+DanPandre@users.noreply.github.com> Date: Fri, 30 Jul 2021 15:09:47 -0400 Subject: [PATCH 1/6] Update CurrentBackgroundPath description --- windows/client-management/mdm/surfacehub-csp.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/client-management/mdm/surfacehub-csp.md b/windows/client-management/mdm/surfacehub-csp.md index 9755457f60..d7176692d7 100644 --- a/windows/client-management/mdm/surfacehub-csp.md +++ b/windows/client-management/mdm/surfacehub-csp.md @@ -295,7 +295,7 @@ SurfaceHub
The data type is boolean. Supported operation is Get and Replace. **InBoxApps/Welcome/CurrentBackgroundPath** -
Background image for the welcome screen. To set this, specify an https URL to a PNG file (only PNGs are supported for security reasons). If any certificate authorities need to be trusted in order to access the URL, please ensure they are valid and installed on the Hub, otherwise it may not be able to load the image. +
Download location for image to be used as the background during user sessions and on the welcome screen. To set this, specify an https URL to a PNG file (only PNGs are supported for security reasons). If any certificate authorities need to be trusted in order to access the URL, please ensure they are valid and installed on the Hub, otherwise it may not be able to load the image.
The data type is string. Supported operation is Get and Replace. @@ -317,12 +317,12 @@ SurfaceHub
The data type is boolean. Supported operation is Get and Replace. -**InBoxApps/Whiteboard/SigninDisabled** +InBoxApps/Whiteboard/SigninDisabled
Sign-ins from the Whiteboard app are not allowed.
The data type is boolean. Supported operation is Get and Replace. -**InBoxApps/Whiteboard/TelemeteryDisabled** +InBoxApps/Whiteboard/TelemeteryDisabled
Telemetry collection from the Whiteboard app is not allowed.
The data type is boolean. Supported operation is Get and Replace. @@ -572,7 +572,7 @@ SurfaceHub
The data type is boolean. Supported operation is Get and Replace. -**Properties/ProxyServers** +Properties/ProxyServers
Added in KB4499162 for Windows 10, version 1703. Specifies FQDNs of proxy servers to provide device account credentials to before any user interaction (if AllowAutoProxyAuth is enabled). This is a semi-colon separated list of server names, without any additional prefixes (e.g. https://).
The data type is string. Supported operation is Get and Replace. From da682650dba634c8555c679fb21ca3632b722478 Mon Sep 17 00:00:00 2001 From: Dan Pandre <54847950+DanPandre@users.noreply.github.com> Date: Fri, 30 Jul 2021 15:11:16 -0400 Subject: [PATCH 2/6] Fix bolding --- windows/client-management/mdm/surfacehub-csp.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/client-management/mdm/surfacehub-csp.md b/windows/client-management/mdm/surfacehub-csp.md index d7176692d7..c6fe3027f0 100644 --- a/windows/client-management/mdm/surfacehub-csp.md +++ b/windows/client-management/mdm/surfacehub-csp.md @@ -317,12 +317,12 @@ SurfaceHub
The data type is boolean. Supported operation is Get and Replace. -InBoxApps/Whiteboard/SigninDisabled +**InBoxApps/Whiteboard/SigninDisabled**
Sign-ins from the Whiteboard app are not allowed.
The data type is boolean. Supported operation is Get and Replace. -InBoxApps/Whiteboard/TelemeteryDisabled +**InBoxApps/Whiteboard/TelemeteryDisabled**
Telemetry collection from the Whiteboard app is not allowed.
The data type is boolean. Supported operation is Get and Replace. @@ -571,8 +571,8 @@ SurfaceHub
If this setting is true, the device account will be used for proxy authentication. If false, a separate account will be used.
The data type is boolean. Supported operation is Get and Replace. - -Properties/ProxyServers + +**Properties/ProxyServers**
Added in KB4499162 for Windows 10, version 1703. Specifies FQDNs of proxy servers to provide device account credentials to before any user interaction (if AllowAutoProxyAuth is enabled). This is a semi-colon separated list of server names, without any additional prefixes (e.g. https://).
The data type is string. Supported operation is Get and Replace. From 4fb981d4e5c91052220c5a7b20c39b2753c53e47 Mon Sep 17 00:00:00 2001 From: Dan Pandre <54847950+DanPandre@users.noreply.github.com> Date: Fri, 30 Jul 2021 15:18:37 -0400 Subject: [PATCH 3/6] Fix bolding --- windows/client-management/mdm/surfacehub-csp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/client-management/mdm/surfacehub-csp.md b/windows/client-management/mdm/surfacehub-csp.md index c6fe3027f0..7c0a2bd53f 100644 --- a/windows/client-management/mdm/surfacehub-csp.md +++ b/windows/client-management/mdm/surfacehub-csp.md @@ -316,12 +316,12 @@ SurfaceHub
Invitations to collaborate from the Whiteboard app are not allowed.
The data type is boolean. Supported operation is Get and Replace. - + **InBoxApps/Whiteboard/SigninDisabled**
Sign-ins from the Whiteboard app are not allowed.
The data type is boolean. Supported operation is Get and Replace. - + **InBoxApps/Whiteboard/TelemeteryDisabled**
Telemetry collection from the Whiteboard app is not allowed.
From 295e48f4c5b9363a3730442c7807e7ca8330b591 Mon Sep 17 00:00:00 2001
From: Mandi Ohlinger