Get all privileges in an XML file

The /GetPrivileges command returns all privileges in an XML file that can be used in the /SetPrivileges command.

Parameters

The command has one parameter:

Parameter

Required / Optional Description
/PrivilegeXML Required The location of an XML file to save privileges to.

Examples

The following example shows how to obtain a privileges XML file that resides in C:\Temp\privileges.xml.

ManageCM /GetPrivileges /PrivilegeXML=C:\Temp\privileges.xml

The following is an example privileges XML file.

<privilegeXML>
	<application id="ManagementApplication">
		<privilege partner="CCM"/>
	</application>
	<application id="LocalApplication">
		<privilege partner="CCM" customer="Local"/>
	</application>
	<application id="InteractiveIntegration">
		<privilege partner="CCM" customer="Local" contracttypename="CCMInteractive" contracttypeversion="1"/>
		<privilege partner="CCM" customer="Local" contracttypename="CCMInteractive" contracttypeversion="2"/>
		<privilege partner="CCM" customer="Local" contracttypename="CCMInteractive" contracttypeversion="3"/>
	</application>
	<application id="FreeInteractiveIntegration">
		<privilege partner="CCM" customer="Local" contracttypename="CCMInteractive" contracttypeversion="1" interfacename="ComposeDocumentPackGet" interfaceversion="1" />
		<privilege partner="CCM" customer="Local" contracttypename="CCMInteractive" contracttypeversion="1" interfacename="ComposeDocumentPackInteractiveStart" interfaceversion="1" />
		<privilege partner="CCM" customer="Local" contracttypename="CCMInteractive" contracttypeversion="1" interfacename="ComposeDocumentPack" interfaceversion="1" />
		<privilege partner="CCM" customer="Local" contracttypename="CCMInteractive" contracttypeversion="1" interfacename="ComposeDocumentPackGetSuspendedSession" interfaceversion="1" />
		<privilege partner="CCM" customer="Local" contracttypename="CCMInteractive" contracttypeversion="1" interfacename="ComposeDocumentPackResumeSuspendedSession" interfaceversion="1" />
	</application>
</privilegeXML>