mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 05:47:23 +00:00
1016 lines
33 KiB
Markdown
1016 lines
33 KiB
Markdown
---
|
||
title: SurfaceHub DDF file
|
||
description: This topic shows the OMA DM device description framework (DDF) for the SurfaceHub configuration service provider. This CSP was added in Windows 10, version 1511.
|
||
ms.assetid: D34DA1C2-09A2-4BA3-BE99-AC483C278436
|
||
ms.author: maricia
|
||
ms.topic: article
|
||
ms.prod: w10
|
||
ms.technology: windows
|
||
author: MariciaAlforque
|
||
ms.date: 12/05/2017
|
||
---
|
||
|
||
# SurfaceHub DDF file
|
||
|
||
This topic shows the OMA DM device description framework (DDF) for the SurfaceHub configuration service provider. This CSP was added in Windows 10, version 1511.
|
||
|
||
Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download).
|
||
|
||
The XML below is the current version for this CSP.
|
||
|
||
``` syntax
|
||
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE MgmtTree PUBLIC " -//OMA//DTD-DM-DDF 1.2//EN"
|
||
"http://www.openmobilealliance.org/tech/DTD/DM_DDF-V1_2.dtd"
|
||
[<?oma-dm-ddf-ver supported-versions="1.2"?>]>
|
||
<MgmtTree xmlns:MSFT="http://schemas.microsoft.com/MobileDevice/DM">
|
||
<VerDTD>1.2</VerDTD>
|
||
<Node>
|
||
<NodeName>SurfaceHub</NodeName>
|
||
<Path>./Vendor/MSFT</Path>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<node />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>com.microsoft/1.0/MDM/SurfaceHub</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
<Node>
|
||
<NodeName>DeviceAccount</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<node />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<CaseSense>
|
||
<CS />
|
||
</CaseSense>
|
||
<DFType>
|
||
<DDFName></DDFName>
|
||
</DFType>
|
||
</DFProperties>
|
||
<Node>
|
||
<NodeName>DomainName</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<chr />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>UserName</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<chr />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>UserPrincipalName</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<chr />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>Password</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<Description>Get is allowed here, but will always return a blank.</Description>
|
||
<DFFormat>
|
||
<chr />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>ValidateAndCommit</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Exec />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<chr />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>ExchangeServer</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<chr />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>SipAddress</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<chr />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>Email</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<chr />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>CalendarSyncEnabled</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<bool />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>ErrorContext</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
</AccessType>
|
||
<Description>If there is an error calling ValidateAndCommit, there will be additional context for that error in this node.</Description>
|
||
<DFFormat>
|
||
<int />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>PasswordRotationEnabled</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<int />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>MaintenanceHoursSimple</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
</AccessType>
|
||
<Description></Description>
|
||
<DFFormat>
|
||
<node />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<DDFName></DDFName>
|
||
</DFType>
|
||
</DFProperties>
|
||
<Node>
|
||
<NodeName>Hours</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<node />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<DDFName></DDFName>
|
||
</DFType>
|
||
</DFProperties>
|
||
<Node>
|
||
<NodeName>StartTime</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<Description>Start time for maintenance hours in minutes from midnight</Description>
|
||
<DFFormat>
|
||
<int />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>Duration</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<Description>Duration of maintenance window</Description>
|
||
<DFFormat>
|
||
<int />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
</Node>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>InBoxApps</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<node />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<DDFName></DDFName>
|
||
</DFType>
|
||
</DFProperties>
|
||
<Node>
|
||
<NodeName>SkypeForBusiness</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<node />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<DDFName></DDFName>
|
||
</DFType>
|
||
</DFProperties>
|
||
<Node>
|
||
<NodeName>DomainName</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<chr />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>Welcome</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<node />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<DDFName></DDFName>
|
||
</DFType>
|
||
</DFProperties>
|
||
<Node>
|
||
<NodeName>AutoWakeScreen</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<Description>Setting for the screen to wake up and stay on with sensor activity.</Description>
|
||
<DFFormat>
|
||
<bool />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>CurrentBackgroundPath</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Add />
|
||
<Delete />
|
||
<Replace />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<chr />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>MeetingInfoOption</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<int />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>WirelessProjection</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<node />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<DDFName></DDFName>
|
||
</DFType>
|
||
</DFProperties>
|
||
<Node>
|
||
<NodeName>PINRequired</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<bool />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>Enabled</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<bool />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>Channel</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<int />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>Connect</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<node />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<DDFName></DDFName>
|
||
</DFType>
|
||
</DFProperties>
|
||
<Node>
|
||
<NodeName>AutoLaunch</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<bool />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
</Node>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>Properties</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<node />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<DDFName></DDFName>
|
||
</DFType>
|
||
</DFProperties>
|
||
<Node>
|
||
<NodeName>FriendlyName</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<chr />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>DefaultVolume</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DefaultValue>65</DefaultValue>
|
||
<DFFormat>
|
||
<int />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>ScreenTimeout</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DefaultValue>5</DefaultValue>
|
||
<DFFormat>
|
||
<int />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>SessionTimeout</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DefaultValue>1</DefaultValue>
|
||
<DFFormat>
|
||
<int />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>SleepTimeout</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DefaultValue>5</DefaultValue>
|
||
<DFFormat>
|
||
<int />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>AllowSessionResume</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DefaultValue>true</DefaultValue>
|
||
<DFFormat>
|
||
<bool />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>AllowAutoProxyAuth</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DefaultValue>true</DefaultValue>
|
||
<DFFormat>
|
||
<bool />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>DisableSigninSuggestions</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DefaultValue>false</DefaultValue>
|
||
<DFFormat>
|
||
<bool />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>DoNotShowMyMeetingsAndFiles</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<DefaultValue>false</DefaultValue>
|
||
<DFFormat>
|
||
<bool />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>Management</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<node />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<DDFName></DDFName>
|
||
</DFType>
|
||
</DFProperties>
|
||
<Node>
|
||
<NodeName>GroupName</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<Description>The name of the domain admin group to add to the administrators group on the device.</Description>
|
||
<DFFormat>
|
||
<chr />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>GroupSid</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<Description>The sid of the domain admin group to add to the administrators group on the device.</Description>
|
||
<DFFormat>
|
||
<chr />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>MOMAgent</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<node />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<DDFName></DDFName>
|
||
</DFType>
|
||
</DFProperties>
|
||
<Node>
|
||
<NodeName>WorkspaceID</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<Description>GUID identifying the Microsoft Operations Management Suite workspace ID to collect the data. Set this to an empty string to disable the MOM agent.</Description>
|
||
<DFFormat>
|
||
<chr />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
<Node>
|
||
<NodeName>WorkspaceKey</NodeName>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
<Replace />
|
||
</AccessType>
|
||
<Description>Primary key for authenticating with workspace. Will always return an empty string.</Description>
|
||
<DFFormat>
|
||
<chr />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</DFProperties>
|
||
</Node>
|
||
</Node>
|
||
</Node>
|
||
</MgmtTree>
|
||
```
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|