Clients
Client anlegen
Diese Commands legen Clients an oder aktualisieren diese. Wird eine ClientId angegeben, wird der entsprechende Client Eintrag aktualisiert oder ein neuer angelegt.
Ist keine ClientId angegeben, werden ActiveDirectoryObjectId oder die Kombination von ComputerName und ComputerDomain genutzt, um zu ermitteln, ob der Client schon vorhanden ist. In allen Fällen werden im Response die entsprechenden ClientIds zurückgeliefert.
Note:
Für die V1, V2 und V3 ist es erforderlich, alle Clientwerte anzugeben.
<ICQL> <ACMP> <SaveClients version="1"> <TSaveClientsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Clients> <TClient_V1 xsi:type="TClient_V1"> <ClientId>{B03D2CCD-ADC1-4B9D-BDB8-87564B94030C}</ClientId> <ComputerName>MyComputer</ComputerName> <ComputerDomain>mydomain.local</ComputerDomain> <MacAddress>00-80-41-ae-fd-7e</MacAddress> <ComputerSid>S-1-5-21-3341858414-824459133-3810899301</ComputerSid> <ActiveDirectoryObjectId>{B6C18E5F-26C1-4769-8E09-0D171F94415C}</ActiveDirectoryObjectId> <ClientType>ctApplication</ClientType> <PrimaryIP>PrimaryIP</PrimaryIP> <DisplayIP>DisplayIP</DisplayIP> </TClient_V1> </Clients> </TSaveClientsRequest_V1> </SaveClients> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveClients version="1"> <TSaveClientsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Clients> <TClient_V1 xsi:type="TClient_V1"> <ClientId>{B03D2CCD-ADC1-4B9D-BDB8-87564B94030C}</ClientId> <ComputerName>MyComputer</ComputerName> <ComputerDomain>mydomain.local</ComputerDomain> <MacAddress>00-80-41-ae-fd-7e</MacAddress> <ComputerSid>S-1-5-21-3341858414-824459133-3810899301</ComputerSid> <ActiveDirectoryObjectId>{B6C18E5F-26C1-4769-8E09-0D171F94415C}</ActiveDirectoryObjectId> <ClientType>ctApplication</ClientType> <PrimaryIP>PrimaryIP</PrimaryIP> <DisplayIP>DisplayIP</DisplayIP> </TClient_V1> </Clients> </TSaveClientsResponse_V1> </SaveClients> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveClients version="2"> <TSaveClientsRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Clients> <TClient_V2 xsi:type="TClient_V2"> <VersionString>1.2.3</VersionString> <ClientId>{B03D2CCD-ADC1-4B9D-BDB8-87564B94030C}</ClientId> <ComputerName>MyComputer</ComputerName> <ComputerDomain>mydomain.local</ComputerDomain> <MacAddress>00-80-41-ae-fd-7e</MacAddress> <ComputerSid>S-1-5-21-3341858414-824459133-3810899301</ComputerSid> <ActiveDirectoryObjectId>{B6C18E5F-26C1-4769-8E09-0D171F94415C}</ActiveDirectoryObjectId> <ClientType>ctApplication</ClientType> <PrimaryIP>PrimaryIP</PrimaryIP> <DisplayIP>DisplayIP</DisplayIP> </TClient_V2> </Clients> </TSaveClientsRequest_V2> </SaveClients> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveClients version="2"> <TSaveClientsResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Clients> <TClient_V2 xsi:type="TClient_V2"> <VersionString>1.2.3</VersionString> <ClientId>{B03D2CCD-ADC1-4B9D-BDB8-87564B94030C}</ClientId> <ComputerName>MyComputer</ComputerName> <ComputerDomain>mydomain.local</ComputerDomain> <MacAddress>00-80-41-ae-fd-7e</MacAddress> <ComputerSid>S-1-5-21-3341858414-824459133-3810899301</ComputerSid> <ActiveDirectoryObjectId>{B6C18E5F-26C1-4769-8E09-0D171F94415C}</ActiveDirectoryObjectId> <ClientType>ctApplication</ClientType> <PrimaryIP>PrimaryIP</PrimaryIP> <DisplayIP>DisplayIP</DisplayIP> </TClient_V2> </Clients> </TSaveClientsResponse_V2> </SaveClients> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveClientsRequest_V3"> <ACMP> <SaveClients version="3"> <TSaveClientsRequest_V3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Clients> <TClient_V3 xsi:type="TClient_V3"> <ClientId>{B03D2CCD-ADC1-4B9D-BDB8-87564B94030C}</ClientId> <ComputerName>MyComputer</ComputerName> <ComputerDomain>mydomain.local</ComputerDomain> <MacAddress>00-80-41-ae-fd-7e</MacAddress> <ComputerSid>S-1-5-21-3341858414-824459133-3810899301</ComputerSid> <ActiveDirectoryObjectId>{B6C18E5F-26C1-4769-8E09-0D171F94415C}</ActiveDirectoryObjectId> <ClientType>ctService</ClientType> <PrimaryIP>192.168.2.123</PrimaryIP> <DisplayIP>192.168.2.123</DisplayIP> <VersionString>1.2.3</VersionString> <IsManaged>false</IsManaged> </TClient_V3> </Clients> </TSaveClientsRequest_V3> </SaveClients> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveClientsResponse_V3"> <ACMP> <SaveClients version="3"> <TSaveClientsResponse_V3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Clients> <TClient_V3 xsi:type="TClient_V3"> <ClientId>{B03D2CCD-ADC1-4B9D-BDB8-87564B94030C}</ClientId> <ComputerName>MyComputer</ComputerName> <ComputerDomain>mydomain.local</ComputerDomain> <MacAddress>00-80-41-ae-fd-7e</MacAddress> <ComputerSid>S-1-5-21-3341858414-824459133-3810899301</ComputerSid> <ActiveDirectoryObjectId>{B6C18E5F-26C1-4769-8E09-0D171F94415C}</ActiveDirectoryObjectId> <ClientType>ctService</ClientType> <PrimaryIP>192.168.2.123</PrimaryIP> <DisplayIP>192.168.2.123</DisplayIP> <VersionString>1.2.3</VersionString> <IsManaged>false</IsManaged> </TClient_V3> </Clients> </TSaveClientsResponse_V3> </SaveClients> </ACMP> </ICQL>
Clients löschen
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteClientsRequest_V1"> <ACMP> <DeleteClients ActionType="Request" version="1"> <TDeleteClientsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientIds> <string>{9C09B35F-8990-4575-9E83-2BAF22C5EBC9}</string> </ClientIds> </TDeleteClientsRequest_V1> </DeleteClients> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteClientsResponse_V1"> <ACMP> <DeleteClients ActionType="Response" version="1"> <TDeleteClientsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ResultCode>0</ResultCode> <ResultMessage>ResultMessage</ResultMessage> </TDeleteClientsResponse_V1> </DeleteClients> </ACMP> </ICQL>
Client ID anfragen
Mit Hilfe des Commands kann deine ClientId beim ACMP Server angefragt werden. Alle Eigenschaften im Request müssen befüllt sein, sodass der ACMP Server auch eine eindeutige ClientId zurückliefern kann.
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetClientIdRequest_V1"> <ACMP> <GetClientId ActionType="Request" version="1"> <TGetClientIdRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <MachineId>{6B851FFB-ACF2-438F-A322-258BA0F8DAAC}</MachineId> <ComputerName>MyComputer</ComputerName> <MacAddress>00-80-41-ae-fd-7e</MacAddress> </TGetClientIdRequest_V1> </GetClientId> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetClientIdResponse_V1"> <ACMP> <GetClientId ActionType="Response" version="1"> <TGetClientIdResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>{9C09B35F-8990-4575-9E83-2BAF22C5EBC9}</ClientId> <ResultCode>0</ResultCode> <ResultMessage>ResultMessage</ResultMessage> </TGetClientIdResponse_V1> </GetClientId> </ACMP> </ICQL>
Mobile Devices anlegen
<ICQL> <ACMP> <SaveMobileDevices ActionType="Request" version="1"> <TSaveMobileDevicesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <MobileDevices> <TMobileDevice_V1 xsi:type="TMobileDevice_V1"> <ClientId>{C889491A-0963-4392-8B3B-3363B9D7964B}</ClientId> <DeviceName>DeviceName</DeviceName> <Manufacturer>Manufacturer</Manufacturer> <Model>Model</Model> <Serialnumber>Serialnumber</Serialnumber> <SystemUUID>SystemUUID</SystemUUID> <DeviceCapacity>100000</DeviceCapacity> <AvailableCapacity>80000</AvailableCapacity> <User>User</User> <EMail>EMail</EMail> <IMEI>IMEI</IMEI> <Status>Status</Status> <LastConnected>1899-12-30T00:00:00.000Z</LastConnected> <LastUpdate>1899-12-30T00:00:00.000Z</LastUpdate> <PhoneNumber>PhoneNumber</PhoneNumber> <CurrentCarrier>CurrentCarrier</CurrentCarrier> <SimCarrierNetwork>SimCarrierNetwork</SimCarrierNetwork> <CurrentMCC>CurrentMCC</CurrentMCC> <ICCID>ICCID</ICCID> <IsRoamingEnabled>false</IsRoamingEnabled> <IsRoaming>false</IsRoaming> <IsRooted>false</IsRooted> <! MobileDeviceType possible values: 0 = mdtAndroid 1 = mdtiOS 2 = mdtWindows > <MobileDeviceType>mdtAndroid</MobileDeviceType> <! ImportSource possible values: 0 = MWays 1 = Exchange 2 = NotAvailable 3 = Sophos > <ImportSource>MWays</ImportSource> </TMobileDevice_V1> </MobileDevices> </TSaveMobileDevicesRequest_V1> </SaveMobileDevices> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveMobileDevicesResponse> <ResultCode>0</ResultCode> </SaveMobileDevicesResponse> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveMobileDevicesRequest_V2"> <ACMP> <SaveMobileDevices ActionType="Request" version="2"> <TSaveMobileDevicesRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <MobileDevices> <TMobileDevice_V2 xsi:type="TMobileDevice_V2"> <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId> <DeviceName>DeviceName</DeviceName> <Manufacturer>Manufacturer</Manufacturer> <Model>Model</Model> <Serialnumber>Serialnumber</Serialnumber> <SystemUUID>SystemUUID</SystemUUID> <DeviceCapacity>0</DeviceCapacity> <AvailableCapacity>0</AvailableCapacity> <User>User</User> <EMail>EMail</EMail> <IMEI>IMEI</IMEI> <Status>Status</Status> <LastConnected>1899-12-30T00:00:00.000Z</LastConnected> <LastUpdate>1899-12-30T00:00:00.000Z</LastUpdate> <PhoneNumber>PhoneNumber</PhoneNumber> <CurrentCarrier>CurrentCarrier</CurrentCarrier> <SimCarrierNetwork>SimCarrierNetwork</SimCarrierNetwork> <CurrentMCC>CurrentMCC</CurrentMCC> <ICCID>ICCID</ICCID> <IsRoamingEnabled>true</IsRoamingEnabled> <IsRoaming>true</IsRoaming> <IsRooted>true</IsRooted> <! MobileDeviceType possible values: 0 = mdtAndroid 1 = mdtiOS 2 = mdtWindows > <MobileDeviceType>mdtAndroid</MobileDeviceType> <! ImportSource possible values: 0 = MWays 1 = Exchange 2 = NotAvailable 3 = Sophos 4 = Intune > <ImportSource>MWays</ImportSource> </TMobileDevice_V2> <TMobileDevice_V2 xsi:type="TMobileDevice_V2"> <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId> <DeviceName>DeviceName</DeviceName> <Manufacturer>Manufacturer</Manufacturer> <Model>Model</Model> <Serialnumber>Serialnumber</Serialnumber> <SystemUUID>SystemUUID</SystemUUID> <DeviceCapacity>0</DeviceCapacity> <AvailableCapacity>0</AvailableCapacity> <User>User</User> <EMail>EMail</EMail> <IMEI>IMEI</IMEI> <Status>Status</Status> <LastConnected>1899-12-30T00:00:00.000Z</LastConnected> <LastUpdate>1899-12-30T00:00:00.000Z</LastUpdate> <PhoneNumber>PhoneNumber</PhoneNumber> <CurrentCarrier>CurrentCarrier</CurrentCarrier> <SimCarrierNetwork>SimCarrierNetwork</SimCarrierNetwork> <CurrentMCC>CurrentMCC</CurrentMCC> <ICCID>ICCID</ICCID> <IsRoamingEnabled>true</IsRoamingEnabled> <IsRoaming>true</IsRoaming> <IsRooted>true</IsRooted> <! MobileDeviceType possible values: 0 = mdtAndroid 1 = mdtiOS 2 = mdtWindows > <MobileDeviceType>mdtAndroid</MobileDeviceType> <! ImportSource possible values: 0 = MWays 1 = Exchange 2 = NotAvailable 3 = Sophos 4 = Intune > <ImportSource>MWays</ImportSource> </TMobileDevice_V2> </MobileDevices> </TSaveMobileDevicesRequest_V2> </SaveMobileDevices> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveMobileDevicesResponse_V2"> <ACMP> <SaveMobileDevices ActionType="Response" version="2"> <TSaveMobileDevicesResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ResultCode>0</ResultCode> <ResultMessage>ResultMessage</ResultMessage> </TSaveMobileDevicesResponse_V2> </SaveMobileDevices> </ACMP> </ICQL>
Scandaten eintragen
Diese Commands tragen Scandata ein oder aktualisiert diese. Über die ClientId werden die entsprechende Scandaten bei dem Client aktualisiert oder neu angelegt. In allen Fällen werden im Response die entsprechenden Resultcodes zurückgeliefert, um so ein Feedback der Ausführung zu bekommen. Die Eigenschaften, die einen Fremd- oder Primärschlüssel beinhalten, müssen gesetzt sein. Alle anderen Eigenschaften sind optional anzugeben.
Response Codes:
0: Scandaten konnten eingetragen oder aktualisiert werden.
9: Allgemeine Fehlermeldung.
19: Datenbankfehler: Insert, Update oder Delete.
26: ClientID ist nicht vorhanden
Eindeutige Werte für die Scandaten
- SaveCPU
- ProcessorName
- SaveHardDrives
- HaId
- SaveLogicalDrives
- Name
SaveMemorySlots
- DeviceLocator
- SerialNumber
- SlotID
- SaveMonitors
- RegKey
- SaveNetworkCards
- Name
- MACAdresse
- SaveServices
- Name
- SaveShares
- Name
<ICQL> <ACMP> <SaveBattery version="1"> <TSaveBatteryRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Battery> <Name>Name</Name> <ChargeStatus>ChargeStatus</ChargeStatus> <PowerStatus>PowerStatus</PowerStatus> <BatteryExists>1</BatteryExists> <LifePercent>50</LifePercent> <LifeFullTime>200</LifeFullTime> <LifeTime>250</LifeTime> <DesignCapacity>5000</DesignCapacity> <DesignVoltage>12</DesignVoltage> <EstimatedChargeRemaining>3200</EstimatedChargeRemaining> <EstimatedRunTime>180</EstimatedRunTime> <ExpectedLife>290</ExpectedLife> <FullChargeCapacity>4900</FullChargeCapacity> <MaxRechargeTime>250</MaxRechargeTime> <PowerManagementSupported>1</PowerManagementSupported> <TimeOnBattery>60</TimeOnBattery> <TimeToFullCharge>180</TimeToFullCharge> <Availability>Availability</Availability> <BatteryStatus>BatteryStatus</BatteryStatus> <Description>Description</Description> <Chemistry>Chemistry</Chemistry> <DeviceID>DeviceID</DeviceID> <InstallDate>2017-12-30T00:00:00.000Z</InstallDate> <Location>Location</Location> <ManufactureDate>2017-12-30T00:00:00.000Z</ManufactureDate> <Manufacturer>Manufacturer</Manufacturer> <Status>Status</Status> <StatusInfo>StatusInfo</StatusInfo> </Battery> <ClientId>ClientId</ClientId> </TSaveBatteryRequest_V1> </SaveBattery> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveBiosData version="1"> <TSaveBiosDataRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Bios> <Name>Default System BIOS</Name> <Copyright>HPQOEM - 1072009</Copyright> <Date>07.05.12</Date> <BIOSVendor>Hewlett-Packard</BIOSVendor> <BIOSVersion>K01 v02.05</BIOSVersion> </Bios> <ClientId>ClientId</ClientId> </TSaveBiosDataRequest_V1> </SaveBiosData> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveCdDvdDrives version="1"> <TSaveCdDvdDrivesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CdDvdDrives> <TCdDvdDrives_V1 xsi:type="TCdDvdDrives_V1"> <Availability>Availability</Availability> <Capacity>0</Capacity> <Manufacturer>Manufacturer</Manufacturer> <MediaLoaded>false</MediaLoaded> <MediaType>MediaType</MediaType> <Model>Model</Model> <Status>Status</Status> <TransferRate>0</TransferRate> <VolumeName>VolumeName</VolumeName> <VolumeSerial>VolumeSerial</VolumeSerial> <Drive>Drive</Drive> </TCdDvdDrives_V1> </CdDvdDrives> <ClientId>ClientId</ClientId> </TSaveCdDvdDrivesRequest_V1> </SaveCdDvdDrives> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveCPU version="1"> <TSaveCPURequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CPU> <ProcessorName>Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz</ProcessorName> <CPUCount>1</CPUCount> <Frequency>3401</Frequency> <MaxFrequency>3401</MaxFrequency> <CPUIDNameString>Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz</CPUIDNameString> <NumberOfCores>4</NumberOfCores> <Architecture>x64</Architecture> </CPU> <ClientId>ClientId</ClientId> </TSaveCPURequest_V1> </SaveCPU> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveCPURequest_V2"> <ACMP> <SaveCPU ActionType="Request" version="2"> <TSaveCPURequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CPU xsi:type="TCPU_V2"> <ProcessorName>Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz</ProcessorName> <CPUCount>1</CPUCount> <Frequency>3401</Frequency> <MaxFrequency>3401</MaxFrequency> <CPUIDNameString>Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz</CPUIDNameString> <NumberOfCores>4</NumberOfCores> <NumberOfLogicalProcessors>0</NumberOfLogicalProcessors> <Architecture>x64</Architecture> </CPU> <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId> </TSaveCPURequest_V2> </SaveCPU> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveDevices version="1"> <TSaveDevicesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Devices> <TDevice_V1 xsi:type="TDevice_V1"> <DeviceName>DeviceName</DeviceName> <ClassDescription>ClassDescription</ClassDescription> <DriverDate>DriverDate</DriverDate> <DriverVersion>DriverVersion</DriverVersion> <DriverProvider>DriverProvider</DriverProvider> <HardwareID>HardwareID</HardwareID> <RegKey>RegKey</RegKey> <DeviceClassName>DeviceClassName</DeviceClassName> </TDevice_V1> </Devices> <ClientId>ClientId</ClientId> </TSaveDevicesRequest_V1> </SaveDevices> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveHardDrives version="1"> <TSaveHardDrivesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <HardDrives> <THardDrive_V1 xsi:type="THardDrive_V1"> <DeviceId>{2BD532AD-47C4-C3A1-DC00-1AE22525CBE7}</DeviceId> <HaId>0</HaId> <Size>250051725</Size> <Model>SanDisk SD7TB6S256G1001</Model> </THardDrive_V1> <THardDrive_V1 xsi:type="THardDrive_V1"> <DeviceId>{B04F8463-A32F-FCBF-5E0D-36517508E545}</DeviceId> <HaId>1</HaId> <Size>976760032</Size> <Model>ST1000DM003-9YN162</Model> </THardDrive_V1> </HardDrives> <ClientId>ClientId</ClientId> </TSaveHardDrivesRequest_V1> </SaveHardDrives> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveDisplays version="1"> <TSaveDisplaysRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Displays> <TDisplay_V1 xsi:type="TDisplay_V1"> <HorizontalResolution>1920</HorizontalResolution> <VerticalResolution>1080</VerticalResolution> <AdapterChipset>AdapterChipset</AdapterChipset> <Adapter>Adapter</Adapter> <AdapterDAC>AdapterDAC</AdapterDAC> <AdapterRAM>20000</AdapterRAM> <DriverVersion>DriverVersion</DriverVersion> <BiosVersion>BiosVersion</BiosVersion> <BiosDate>BiosDate</BiosDate> </TDisplay_V1> </Displays> <ClientId>ClientId</ClientId> </TSaveDisplaysRequest_V1> </SaveDisplays> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveLogicalDrives version="1"> <TSaveLogicalDrivesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <LogicalDrives> <TLogicalsDrive_V1 xsi:type="TLogicalsDrive_V1"> <ID>{1A6ACA67-59E4-B183-1B15-78727B90D0B0}</ID> <Name>Z:</Name> <DriveLabel>TecMedia</DriveLabel> <Capacity>3170532264</Capacity> <FreeSpace>2755243080</FreeSpace> <FileSystem>NTFS</FileSystem> <MediaType>Network Drive</MediaType> <UNCPath> 1-QSNAS-01\TecMedia</UNCPath> </TLogicalsDrive_V1> <TLogicalsDrive_V1 xsi:type="TLogicalsDrive_V1"> <ID>{1BC047A3-54CB-26B6-9EC9-7FF3ADE06E79}</ID> <Name>U:</Name> <DriveLabel>VolumeFM01</DriveLabel> <Capacity>512000</Capacity> <FreeSpace>505204</FreeSpace> <FileSystem>NTFS</FileSystem> <MediaType>Network Drive</MediaType> <UNCPath> 1-file01.aagon.local\drdallmann$</UNCPath> </TLogicalsDrive_V1> </LogicalDrives> <ClientId>ClientId</ClientId> </TSaveLogicalDrivesRequest_V1> </SaveLogicalDrives> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveMachine version="1"> <TSaveMachineRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Machine> <ChassisSerial>CZC3048K8J</ChassisSerial> <SystemManufacturer>Hewlett-Packard</SystemManufacturer> <SystemModel>HP Compaq Elite 8300 CMT</SystemModel> <SystemSerial>CZC3048K8J</SystemSerial> <SystemUUID>99918280-5FAC-11E2-9A94-10604B6D7B8A</SystemUUID> <SystemVersion>Null</SystemVersion> </Machine> <ClientId>ClientId</ClientId> </TSaveMachineRequest_V1> </SaveMachine> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveMainboard version="1"> <TSaveMainboardRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Mainboard> <Model>Model</Model> <Manufacturer>Manufacturer</Manufacturer> <Version>Version</Version> <Serial>Serial</Serial> <Name>Name</Name> <Description>Description</Description> <InstallDate>2017-12-30T00:00:00.000Z</InstallDate> <OtherIdentifyingInfo>OtherIdentifyingInfo</OtherIdentifyingInfo> <SlotLayout>SlotLayout</SlotLayout> <Status>Status</Status> <HostingBoard>True</HostingBoard> <HotSwappable>True</HotSwappable> <Removable>False</Removable> <Replaceable>False</Replaceable> <Depth>20</Depth> <Height>50</Height> <Weight>40</Weight> <Width>5</Width> </Mainboard> <ClientId>ClientId</ClientId> </TSaveMainboardRequest_V1> </SaveMainboard> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveMemory version="1"> <TSaveMemoryRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Memory> <PhysicalFree>8852072</PhysicalFree> <PhysicalTotal>16649156</PhysicalTotal> <SlotCount>4</SlotCount> <SlotUsed>2</SlotUsed> <VirtualTotal>19139524</VirtualTotal> <VirtualFree>9781244</VirtualFree> </Memory> <ClientId>ClientId</ClientId> </TSaveMemoryRequest_V1> </SaveMemory> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveMemorySlots version="1"> <TSaveMemorySlotsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <MemorySlots> <TMemorySlots_V1 xsi:type="TMemorySlots_V1"> <SlotID>1</SlotID> <DeviceLocator>DIMM1</DeviceLocator> <MemType>SDRAM</MemType> <Size>8388608</Size> <Device>DDR3</Device> <BankLocator>BANK 3</BankLocator> <Form>DIMM</Form> <SerialNumber>357176F0</SerialNumber> <PartNumber>M3 78T5663QZ3-CF2</PartNumber> <Manufacturer>Samsung</Manufacturer> </TMemorySlots_V1> <TMemorySlots_V1 xsi:type="TMemorySlots_V1"> <SlotID>2</SlotID> <DeviceLocator>DIMM3</DeviceLocator> <MemType>SDRAM</MemType> <Size>8388608</Size> <Device>DDR3</Device> <BankLocator>BANK 1</BankLocator> <Form>DIMM</Form> <SerialNumber>35717930</SerialNumber> <PartNumber>M3 78T5663QZ3-CF3</PartNumber> <Manufacturer>Samsung</Manufacturer> </TMemorySlots_V1> </MemorySlots> <ClientId>Id</ClientId> </TSaveMemorySlotsRequest_V1> </SaveMemorySlots> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveMonitors version="1"> <TSaveMonitorsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Monitors> <TMonitor_V1 xsi:type="TMonitor_V1"> <RegKey>SYSTEM\CurrentControlSet\Enum\DISPLAY\FUS07D0\4&26FD984E&0&UID50727680\Device Parameters\</RegKey> <DeviceId>{0EEF984F-FA07-49F3-AEC8-90CCEE1FE478}</DeviceId> <Name>Generic PnP Monitor</Name> <VendorID>FUS</VendorID> <Model>E22W-5</Model> <ManufactureDate>Week 36/2009</ManufactureDate> <SerialNo>YV2P203663</SerialNo> <MonitorSize>47cm x 30cm (22")</MonitorSize> <AspectRatio>16:10</AspectRatio> <FreqHorz>Null</FreqHorz> <FreqVert>Null</FreqVert> <Gamma>2,2</Gamma> <DPMSSupport>Active Off</DPMSSupport> </TMonitor_V1> <TMonitor_V1 xsi:type="TMonitor_V1"> <RegKey>SYSTEM\CurrentControlSet\Enum\DISPLAY\FUS07CF\4&26FD984E&0&UID16843008\Device Parameters\</RegKey> <DeviceId>{B910AEFB-D686-4C2C-8741-1A8B65F77083}</DeviceId> <Name>Generic PnP Monitor</Name> <VendorID>FUS</VendorID> <Model>E22W-5</Model> <ManufactureDate>Week 36/2009</ManufactureDate> <SerialNo>YV2P203904</SerialNo> <MonitorSize>47cm x 30cm (22")</MonitorSize> <AspectRatio>16:10</AspectRatio> <FreqHorz>Null</FreqHorz> <FreqVert>Null</FreqVert> <Gamma>2,2</Gamma> <DPMSSupport>Active Off</DPMSSupport> </TMonitor_V1> </Monitors> <ClientId>ClientId</ClientId> </TSaveMonitorsRequest_V1> </SaveMonitors> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveNetcards version="1"> <TSaveNetcardsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Netcards> <TNetcard_V1 xsi:type="TNetcard_V1"> <ID>{6659EBF6-DE20-4D0A-8348-8E8316761DE8}</ID> <Name>Intel(R) 82579LM Gigabit Network Connection</Name> <DHCPServerIPs>192168002002</DHCPServerIPs> <Gateways>255255255255</Gateways> <IPs>192168002185</IPs> <Mac>10-60-4B-6D-7B-8A</Mac> <MaxSpeed>1000000000</MaxSpeed> <Netmasks>255255255000</Netmasks> <PrimaryWINSIPAddresses>192168002254</PrimaryWINSIPAddresses> <SecondaryWINSIPAddresses>192168010253</SecondaryWINSIPAddresses> </TNetcard_V1> <TNetcard_V1 xsi:type="TNetcard_V1"> <ID>{C385883C-2E23-4496-B6E6-991610540808}</ID> <Name>Intel(R) PRO/100+ Server Adapter (PILA8470B)</Name> <DHCPServerIPs></DHCPServerIPs> <Gateways>255255255255</Gateways> <IPs>000000000000</IPs> <Mac>00-90-27-FD-3E-C9</Mac> <MaxSpeed>-1</MaxSpeed> <Netmasks>000000000000</Netmasks> <PrimaryWINSIPAddresses></PrimaryWINSIPAddresses> <SecondaryWINSIPAddresses></SecondaryWINSIPAddresses> </TNetcard_V1> </Netcards> <ClientId>ClientId</ClientId> </TSaveNetcardsRequest_V1> </SaveNetcards> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveOperatingSystem version="1"> <TSaveOperatingSystemRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OperatingSystem> <OSString>Microsoft Windows 8.1 Enterprise</OSString> <OSNumber>6.3.9600</OSNumber> <OSArchitecture>64-bit</OSArchitecture> <ServicePack></ServicePack> <ProductType>Unknown</ProductType> <LastLoggedOnUser>NULL</LastLoggedOnUser> <Language>English (United States)</Language> <MajVersion>6</MajVersion> <MinVersion>3</MinVersion> <ReleaseID>12</ReleaseID> <OSLanguageID>1033</OSLanguageID> <SKU>4</SKU> <WMIVersion>9600.16384</WMIVersion> <Version></Version> <ProductID>00261-80463-28279-AA319</ProductID> <RegisteredUser>Windows User</RegisteredUser> <InstallDate>2017-12-30T00:00:00.000Z</InstallDate> <SerialNumber>00261-80463-28279-AA319</SerialNumber> <OSSuiteMask>0</OSSuiteMask> <LastBoot>2017-12-30T00:00:00.000Z</LastBoot> <Platform></Platform> <RegisteredOrg></RegisteredOrg> <TimeZoneIndex>1</TimeZoneIndex> <Region>Region</Region> <StandardName>StandardName</StandardName> <StandardBias>-60</StandardBias> <DaylightName>DaylightName</DaylightName> <DaylightBias>-120</DaylightBias> </OperatingSystem> <ClientId>ClientId</ClientId> </TSaveOperatingSystemRequest_V1> </SaveOperatingSystem> </ACMP> </ICQL>
<ICQL> <ACMP> <SavePrinters version="1"> <TSavePrintersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Printers> <TPrinter_V1 xsi:type="TPrinter_V1"> <ShareName>ShareName</ShareName> <PrintPagesPerMinute>5</PrintPagesPerMinute> <PrintMaxResolutionSupported>600</PrintMaxResolutionSupported> <PrintStaplingSupported>True</PrintStaplingSupported> <IsColorPrinter>1</IsColorPrinter> <SNMPEnabled>True</SNMPEnabled> <PortNumber>9100</PortNumber> <VerticalResolution>600</VerticalResolution> <DefaultPrinter>True</DefaultPrinter> <PrintDuplexSupported>True</PrintDuplexSupported> <SNMPDeviceIndex>0</SNMPDeviceIndex> <HorizontalResolution>600</HorizontalResolution> <Port>9100</Port> <PrinterType>PrinterType</PrinterType> <IPAddress>IPAddress</IPAddress> <Description>Description</Description> <Queue>Queue</Queue> <SNMPCommunity>SNMPCommunity</SNMPCommunity> <PrinterState>PrinterState</PrinterState> <Location>Location</Location> <PrinterStatus>PrinterStatus</PrinterStatus> <Protocol>Protocol</Protocol> <Attributes>Attributes</Attributes> <PrinterName>PrinterName</PrinterName> </TPrinter_V1> </Printers> <ClientId>ClientId</ClientId> </TSavePrintersRequest_V1> </SavePrinters> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveServices version="1"> <TSaveServicesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Services> <TService_V1 xsi:type="TService_V1"> <ProcessID>5040</ProcessID> <Caption>ACMP Client</Caption> <Description>Aagon Client Management Platform Client</Description> <DisplayName>ACMP Client</DisplayName> <Name>ACMPClient</Name> <Started>1</Started> <State>Running</State> <Status>OK</Status> <AcceptPause>0</AcceptPause> <AcceptStop>1</AcceptStop> <DesktopInteract>0</DesktopInteract> </TService_V1> <TService_V1 xsi:type="TService_V1"> <ProcessID>12020</ProcessID> <Caption>ACMP Server</Caption> <Description>Aagon Client Management Platform Server</Description> <DisplayName>ACMP Server</DisplayName> <Name>ACMPServer</Name> <Started>1</Started> <State>Running</State> <Status>OK</Status> <AcceptPause>0</AcceptPause> <AcceptStop>1</AcceptStop> <DesktopInteract>0</DesktopInteract> </TService_V1> </Services> <ClientId>ClientId</ClientId> </TSaveServicesRequest_V1> </SaveServices> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveShares version="1"> <TSaveSharesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Shares> <TShare_V1 xsi:type="TShare_V1"> <Caption>ACMP</Caption> <Path>C:\Program Files (x86)\Aagon\ACMP Server\Clients</Path> <Name>ACMP</Name> <ShareType>Disk Drive</ShareType> <Status>OK</Status> <AllowMaximum>1</AllowMaximum> <MaximumAllowed>0</MaximumAllowed> </TShare_V1> <TShare_V1 xsi:type="TShare_V1"> <Caption>OsdRepo</Caption> <Path>C:\PROGRAM FILES (X86)\AAGON\ACMP SERVER\OSDREPO</Path> <Name>OsdRepo</Name> <ShareType>Disk Drive</ShareType> <Status>OK</Status> <AllowMaximum>1</AllowMaximum> <MaximumAllowed>0</MaximumAllowed> </TShare_V1> </Shares> <ClientId>ClientId</ClientId> </TSaveSharesRequest_V1> </SaveShares> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveSoftware version="1"> <TSaveSoftwareRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Software> <TSoftware_V1 xsi:type="TSoftware_V1"> <Name>Softwarename</Name> <InstallationPath>InstallationPath</InstallationPath> <InstallationDate>2017-12-30T00:00:00.000Z</InstallationDate> <UninstallPath>UninstallPath</UninstallPath> <Version>Version</Version> <SourcePath>SourcePath</SourcePath> <Publisher>Publisher</Publisher> <Language>Language</Language> <LanguageId>0</LanguageId> <MinorVersion>1</MinorVersion> <PatchLevel>2</PatchLevel> <MajorVersion>3</MajorVersion> <BuildNumber>4</BuildNumber> <Edition>Edition</Edition> </TSoftware_V1> </Software> <ClientId>ClientId</ClientId> </TSaveSoftwareRequest_V1> </SaveSoftware> </ACMP> </ICQL>
Größe in Megabyte angeben.
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveLinuxSoftwareRequest_V1"> <ACMP> <SaveLinuxSoftware ActionType="Request" version="1"> <TSaveLinuxSoftwareRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Software> <TLinuxSoftware_V1 xsi:type="TLinuxSoftware_V1"> <SwLinuxId>{59387FFD-B171-47C5-B735-041FA132CA39}</SwLinuxId> <Name>Name</Name> <Version>Version</Version> <Description>Description</Description> <PackageType>ptDebian</PackageType> <Homepage>Homepage</Homepage> <DebState>DebState</DebState> <DebAutoInstalled>true</DebAutoInstalled> <DebPriority>DebPriority</DebPriority> <DebSection>DebSection</DebSection> <DebMaintainer>DebMaintainer</DebMaintainer> <DebUncompressedSize>0</DebUncompressedSize> <RpmLicense>RpmLicense</RpmLicense> <RpmRelease>RpmRelease</RpmRelease> <RpmGroup>RpmGroup</RpmGroup> <RpmSize>0</RpmSize> <RpmSignature>RpmSignature</RpmSignature> <RpmSourceRpm>RpmSourceRpm</RpmSourceRpm> <RpmBuildDate>1899-12-30T00:00:00.000Z</RpmBuildDate> <RpmBuildHost>RpmBuildHost</RpmBuildHost> <RpmRelocations>RpmRelocations</RpmRelocations> <RpmPackager>RpmPackager</RpmPackager> <RpmVendor>RpmVendor</RpmVendor> <RpmSummary>RpmSummary</RpmSummary> <RpmInstallDate>1899-12-30T00:00:00.000Z</RpmInstallDate> <RpmArchitecture>RpmArchitecture</RpmArchitecture> </TLinuxSoftware_V1> <TLinuxSoftware_V1 xsi:type="TLinuxSoftware_V1"> <SwLinuxId>{59387FFD-B171-47C5-B735-041FA132CA39}</SwLinuxId> <Name>Name</Name> <Version>Version</Version> <Description>Description</Description> <PackageType>ptDebian</PackageType> <Homepage>Homepage</Homepage> <DebState>DebState</DebState> <DebAutoInstalled>true</DebAutoInstalled> <DebPriority>DebPriority</DebPriority> <DebSection>DebSection</DebSection> <DebMaintainer>DebMaintainer</DebMaintainer> <DebUncompressedSize>0</DebUncompressedSize> <RpmLicense>RpmLicense</RpmLicense> <RpmRelease>RpmRelease</RpmRelease> <RpmGroup>RpmGroup</RpmGroup> <RpmSize>0</RpmSize> <RpmSignature>RpmSignature</RpmSignature> <RpmSourceRpm>RpmSourceRpm</RpmSourceRpm> <RpmBuildDate>1899-12-30T00:00:00.000Z</RpmBuildDate> <RpmBuildHost>RpmBuildHost</RpmBuildHost> <RpmRelocations>RpmRelocations</RpmRelocations> <RpmPackager>RpmPackager</RpmPackager> <RpmVendor>RpmVendor</RpmVendor> <RpmSummary>RpmSummary</RpmSummary> <RpmInstallDate>1899-12-30T00:00:00.000Z</RpmInstallDate> <RpmArchitecture>RpmArchitecture</RpmArchitecture> </TLinuxSoftware_V1> </Software> <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId> </TSaveLinuxSoftwareRequest_V1> </SaveLinuxSoftware> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveMacOsSoftwareRequest_V1"> <ACMP> <SaveMacOsSoftware ActionType="Request" version="1"> <TSaveMacOsSoftwareRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Software> <TMacOsSoftware_V1 xsi:type="TMacOsSoftware_V1"> <Name>Name</Name> <Version>Version</Version> <SwMacOsId>{59387FFD-B171-47C5-B735-041FA132CA39}</SwMacOsId> <Kind>Kind</Kind> <Is64Bit>true</Is64Bit> <Location>Location</Location> <LastModified>1899-12-30T00:00:00.000Z</LastModified> </TMacOsSoftware_V1> <TMacOsSoftware_V1 xsi:type="TMacOsSoftware_V1"> <Name>Name</Name> <Version>Version</Version> <SwMacOsId>{59387FFD-B171-47C5-B735-041FA132CA39}</SwMacOsId> <Kind>Kind</Kind> <Is64Bit>true</Is64Bit> <Location>Location</Location> <LastModified>1899-12-30T00:00:00.000Z</LastModified> </TMacOsSoftware_V1> </Software> <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId> </TSaveMacOsSoftwareRequest_V1> </SaveMacOsSoftware> </ACMP> </ICQL>
<ICQL> <ACMP> <SaveMobileApp ActionType="Request" version="1"> <TSaveMobileAppRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <MobileApps> <TMobileApp_V1 xsi:type="TMobileApp_V1"> <Name>App Name</Name> <Version>0.0.1</Version> <Identifier>com.sophos.mobilecontrol.client.android</Identifier> <Status>1</Status> <InstalledAppId>0</InstalledAppId> <ManagementFlags>0</ManagementFlags> <AppSize>12345</AppSize> <DataSize>123</DataSize> </TMobileApp_V1> </MobileApps> <ClientId>ClientId</ClientId> </TSaveMobileAppRequest_V1> </SaveMobileApp> </ACMP> </ICQL>
Clientliste laden
<ICQL> <ACMP> <GetClientList version="1"> <TGetClientListRequest_V1 /> </GetClientList> </ACMP> </ICQL>
<ICQL> <ACMP> <GetClientList version="1"> <TGetClientListResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Clients> <TClientInfo_V1 xsi:type="TClientInfo_V1"> <ClientId>ClientId</ClientId> <ComputerName>ComputerName</ComputerName> <ComputerDomain>ComputerDomain</ComputerDomain> </TClientInfo_V1> <TClientInfo_V1 xsi:type="TClientInfo_V1"> <ClientId>ClientId</ClientId> <ComputerName>ComputerName</ComputerName> <ComputerDomain>ComputerDomain</ComputerDomain> </TClientInfo_V1> </Clients> </TGetClientListResponse_V1> </GetClientList> </ACMP> </ICQL>
Client Scandaten laden
<ICQL> <ACMP> <GetBattery version="1"> <TGetBatteryRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>Id</ClientId> </TGetBatteryRequest_V1> </GetBattery> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ACMP> <GetBatteryResponse> <TGetBatteryResponse_V1> <Battery xsi:type="TBattery_V1"> <Name>Name</Name> <ChargeStatus>ChargeStatus</ChargeStatus> <PowerStatus>PowerStatus</PowerStatus> <BatteryExists>1</BatteryExists> <LifePercent>50</LifePercent> <LifeFullTime>200</LifeFullTime> <LifeTime>250</LifeTime> <DesignCapacity>5000</DesignCapacity> <DesignVoltage>12</DesignVoltage> <EstimatedChargeRemaining>3200</EstimatedChargeRemaining> <EstimatedRunTime>180</EstimatedRunTime> <ExpectedLife>290</ExpectedLife> <FullChargeCapacity>4900</FullChargeCapacity> <MaxRechargeTime>250</MaxRechargeTime> <PowerManagementSupported>1</PowerManagementSupported> <TimeOnBattery>60</TimeOnBattery> <TimeToFullCharge>180</TimeToFullCharge> <Availability>Availability</Availability> <BatteryStatus>BatteryStatus</BatteryStatus> <Description>Description</Description> <Chemistry>Chemistry</Chemistry> <DeviceID>DeviceID</DeviceID> <InstallDate>2017-12-30T00:00:00.000Z</InstallDate> <Location>Location</Location> <ManufactureDate>2017-12-30T00:00:00.000Z</ManufactureDate> <Manufacturer>Manufacturer</Manufacturer> <Status>Status</Status> <StatusInfo>StatusInfo</StatusInfo> </Battery> <ResultCode>0</ResultCode> </TGetBatteryResponse_V1> </GetBatteryResponse> </ACMP> </ICQL>
<ICQL> <ACMP> <GetBiosData version="1"> <TGetBiosDataRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>Id</ClientId> </TGetBiosDataRequest_V1> </GetBiosData> </ACMP> </ICQL>
<ICQL> <ACMP> <GetBiosData version="1"> <TGetBiosDataResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Bios> <Name>Bios</Name> <Copyright>Copyright</Copyright> <Date>Date</Date> <BIOSVendor>BIOSVendor</BIOSVendor> <BIOSVersion>BIOSVersion</BIOSVersion> </Bios> <ResultCode>ResultCode</ResultCode> </TGetBiosDataResponse_V1> </GetBiosData> </ACMP> </ICQL>
<ICQL> <ACMP> <GetCdDvdDrives version="1"> <TGetCdDvdDrivesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>Id</ClientId> </TGetCdDvdDrivesRequest_V1> </GetCdDvdDrives> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ACMP> <GetCdDvdDrivesResponse> <TGetCdDvdDrivesResponse_V1> <CdDvdDrives> <TCdDvdDrives_V1 xsi:type="TCdDvdDrives_V1"> <Availability>Availability</Availability> <Capacity>1000</Capacity> <Manufacturer>Manufacturer</Manufacturer> <MediaLoaded>true</MediaLoaded> <MediaType>MediaType</MediaType> <Model>Model</Model> <Status>Status</Status> <TransferRate>1000</TransferRate> <VolumeName>VolumeName</VolumeName> <VolumeSerial>VolumeSerial</VolumeSerial> <Drive>Drive</Drive> </TCdDvdDrives_V1> </CdDvdDrives> <ResultCode>0</ResultCode> </TGetCdDvdDrivesResponse_V1> </GetCdDvdDrivesResponse> </ACMP> </ICQL>
<ICQL> <ACMP> <GetCPU version="1"> <TGetCPURequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>Id</ClientId> </TGetCPURequest_V1> </GetCPU> </ACMP> </ICQL>
<ICQL> <ACMP> <GetCPU version="1"> <TGetCPUResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CPU> <ProcessorName>ProcessorName</ProcessorName> <CPUCount>CPUCount</CPUCount> <Frequency>Frequency</Frequency> <MaxFrequency>MaxFrequency</MaxFrequency> <CPUIDNameString>CPUIDNameString</CPUIDNameString> <NumberOfCores>NumberOfCores</NumberOfCores> <Architecture>Architecture</Architecture> </CPU> <ResultCode>ResultCode</ResultCode> </TGetCPUResponse_V1> </GetCPU> </ACMP> </ICQL>
<ICQL> <ACMP> <GetDevices version="1"> <TGetDevicesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>Id</ClientId> </TGetDevicesRequest_V1> </GetDevices> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ACMP> <GetDevicesResponse> <TGetDevicesResponse_V1> <Devices> <TDevice_V1 xsi:type="TDevice_V1"> <DeviceName>Standard Enhanced PCI to USB Host Controller</DeviceName> <ClassDescription>Universal Serial Bus controllers</ClassDescription> <DriverDate>6-21-2006</DriverDate> <DriverVersion>6.3.9600.18191</DriverVersion> <DriverProvider>Microsoft</DriverProvider> <HardwareID>PCI\VEN_1002&DEV_4396&SUBSYS_3029103C&REV_00\3&21436425&0&92</HardwareID> <RegKey>RegKey</RegKey> <DeviceClassName>DeviceClassName</DeviceClassName> </TDevice_V1> </Devices> <ResultCode>0</ResultCode> </TGetDevicesResponse_V1> </GetDevicesResponse> </ACMP> </ICQL>
<ICQL> <ACMP> <GetDisplays version="1"> <TGetDisplaysRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>Id</ClientId> </TGetDisplaysRequest_V1> </GetDisplays> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ACMP> <GetDisplaysResponse> <TGetDisplaysResponse_V1> <Displays> <TDisplay_V1 xsi:type="TDisplay_V1"> <Adapter>Adapter</Adapter> <AdapterChipset>AdapterChipset</AdapterChipset> <AdapterDAC>AdapterDAC</AdapterDAC> <AdapterRAM>262144</AdapterRAM> <DriverVersion>8.910.0.0</DriverVersion> <HorizontalResolution>1680</HorizontalResolution> <VerticalResolution>1050</VerticalResolution> <BiosVersion>113-B27616-107</BiosVersion> <BiosDate /> </TDisplay_V1> </Displays> <ResultCode>0</ResultCode> </TGetDisplaysResponse_V1> </GetDisplaysResponse> </ACMP> </ICQL>
<ICQL> <ACMP> <GetHardDrives version="1"> <TGetHardDrivesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>Id</ClientId> </TGetHardDrivesRequest_V1> </GetHardDrives> </ACMP> </ICQL>
<ICQL> <ACMP> <GetHardDrives version="1"> <TGetHardDrivesResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <HardDrives> <THardDrive_V1 xsi:type="THardDrive_V1"> <DeviceId>DeviceId</DeviceId> <HaId>HaId</HaId> <Size>Size</Size> <Model>Model</Model> </THardDrive_V1> <THardDrive_V1 xsi:type="THardDrive_V1"> <DeviceId>DeviceId</DeviceId> <HaId>HaId</HaId> <Size>Size</Size> <Model>Model</Model> </THardDrive_V1> </HardDrives> <ResultCode>ResultCode</ResultCode> </TGetHardDrivesResponse_V1> </GetHardDrives> </ACMP> </ICQL>
<ICQL> <ACMP> <GetLogicalDrives version="1"> <TGetLogicalDrivesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>Id</ClientId> </TGetLogicalDrivesRequest_V1> </GetLogicalDrives> </ACMP> </ICQL>
<ICQL> <ACMP> <GetLogicalDrives version="1"> <TGetLogicalDrivesResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <LogicalDrives> <TLogicalDrive_V1 xsi:type="TLogicalDrive_V1"> <ID>ID</ID> <Name>Name</Name> <DriveLabel>DriveLabel</DriveLabel> <Capacity>Capacity</Capacity> <FreeSpace>FreeSpace</FreeSpace> <FileSystem>FileSystem</FileSystem> <MediaType>MediaType</MediaType> <UNCPath>UNCPath</UNCPath> </TLogicalDrive_V1> <TLogicalDrive_V1 xsi:type="TLogicalDrive_V1"> <ID>ID</ID> <Name>Name</Name> <DriveLabel>DriveLabel</DriveLabel> <Capacity>Capacity</Capacity> <FreeSpace>FreeSpace</FreeSpace> <FileSystem>FileSystem</FileSystem> <MediaType>MediaType</MediaType> <UNCPath>UNCPath</UNCPath> </TLogicalDrive_V1> </LogicalDrives> <ResultCode>ResultCode</ResultCode> </TGetLogicalDrivesResponse_V1> </GetLogicalDrives> </ACMP> </ICQL>
<ICQL> <ACMP> <GetMachine version="1"> <TGetMachineRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>Id</ClientId> </TGetMachineRequest_V1> </GetMachine> </ACMP> </ICQL>
<ICQL> <ACMP> <GetMachine version="1"> <TGetMachineResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Machine> <ChassisSerial>ChassisSerial</ChassisSerial> <SystemManufacturer>SystemManufacturer</SystemManufacturer> <SystemModel>SystemModel</SystemModel> <SystemSerial>SystemSerial</SystemSerial> <SystemUUID>SystemUUID</SystemUUID> <SystemVersion>SystemVersion</SystemVersion> </Machine> <ResultCode>ResultCode</ResultCode> </TGetMachineResponse_V1> </GetMachine> </ACMP> </ICQL>
<ICQL> <ACMP> <GetMainboard version="1"> <TGetMainboardRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>Id</ClientId> </TGetMainboardRequest_V1> </GetMainboard> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ACMP> <GetMainboar> <TGetMainboardResponse_V1> <Mainboard xsi:type="TMainboard_V1"> <Model>Model</Model> <Manufacturer>Manufacturer</Manufacturer> <Version /> <Serial>Serial</Serial> <Name>Name</Name> <Description>Description</Description> <InstallDate>1899-12-30T00:00:00.000Z</InstallDate> <OtherIdentifyingInfo /> <SlotLayout /> <Status>OK</Status> <HostingBoard>true</HostingBoard> <HotSwappable>false</HotSwappable> <Removable>true</Removable> <Replaceable>false</Replaceable> <Depth>0</Depth> <Height>0</Height> <Weight>0</Weight> <Width>0</Width> </Mainboard> <ResultCode>0</ResultCode> </TGetMainboardResponse_V1> </GetMainboard> </ACMP> </ICQL>
<ICQL> <ACMP> <GetMemory version="1"> <TGetMemoryRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>Id</ClientId> </TGetMemoryRequest_V1> </GetMemory> </ACMP> </ICQL>
<ICQL> <ACMP> <GetMemory version="1"> <TGetMemoryResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Memory> <PhysicalFree>PhysicalFree</PhysicalFree> <PhysicalTotal>PhysicalTotal</PhysicalTotal> <SlotCount>SlotCount</SlotCount> <SlotUsed>SlotUsed</SlotUsed> <VirtualTotal>VirtualTotal</VirtualTotal> <VirtualFree>VirtualFree</VirtualFree> </Memory> <ResultCode>ResultCode</ResultCode> </TGetMemoryResponse_V1> </GetMemory> </ACMP> </ICQL>
<ICQL> <ACMP> <GetMemorySlots ActionType="Request" version="1"> <TGetMemorySlotsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>Id</ClientId> </TGetMemorySlotsRequest_V1> </GetMemorySlots> </ACMP> </ICQL>
<ICQL> <ACMP> <GetMemorySlots version="1"> <TGetMemorySlotsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <MemorySlots> <TMemorySlots_V1 xsi:type="TMemorySlots_V1"> <SlotID>SlotID</SlotID> <DeviceLocator>DeviceLocator</DeviceLocator> <MemType>MemType</MemType> <Size>Size</Size> <Device>Device</Device> <BankLocator>BankLocator</BankLocator> <Form>Form</Form> <SerialNumber>SerialNumber</SerialNumber> <PartNumber>PartNumber</PartNumber> <Manufacturer>Manufacturer</Manufacturer> </TMemorySlots_V1> <TMemorySlots_V1 xsi:type="TMemorySlots_V1"> <SlotID>SlotID</SlotID> <DeviceLocator>DeviceLocator</DeviceLocator> <MemType>MemType</MemType> <Size>Size</Size> <Device>Device</Device> <BankLocator>BankLocator</BankLocator> <Form>Form</Form> <SerialNumber>SerialNumber</SerialNumber> <PartNumber>PartNumber</PartNumber> <Manufacturer>Manufacturer</Manufacturer> </TMemorySlots_V1> </MemorySlots> <ResultCode>ResultCode</ResultCode> </TGetMemorySlotsResponse_V1> </GetMemorySlots> </ACMP> </ICQL>
<ICQL> <ACMP> <GetMonitors version="1"> <TGetMonitorsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>Id</ClientId> </TGetMonitorsRequest_V1> </GetMonitors> </ACMP> </ICQL>
<ICQL> <ACMP> <GetMonitors version="1"> <TGetMonitorsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Monitors> <TMonitor_V1 xsi:type="TMonitor_V1"> <RegKey>RegKey</RegKey> <DeviceId>DeviceId</DeviceId> <Name>Name</Name> <VendorID>VendorID</VendorID> <Model>Model</Model> <ManufactureDate>ManufactureDate</ManufactureDate> <SerialNo>SerialNo</SerialNo> <MonitorSize>MonitorSize</MonitorSize> <AspectRatio>AspectRatio</AspectRatio> <FreqHorz>FreqHorz</FreqHorz> <FreqVert>FreqVert</FreqVert> <Gamma>Gamma</Gamma> <DPMSSupport>DPMSSupport</DPMSSupport> </TMonitor_V1> <TMonitor_V1 xsi:type="TMonitor_V1"> <RegKey>RegKey</RegKey> <DeviceId>DeviceId</DeviceId> <Name>Name</Name> <VendorID>VendorID</VendorID> <Model>Model</Model> <ManufactureDate>ManufactureDate</ManufactureDate> <SerialNo>SerialNo</SerialNo> <MonitorSize>MonitorSize</MonitorSize> <AspectRatio>AspectRatio</AspectRatio> <FreqHorz>FreqHorz</FreqHorz> <FreqVert>FreqVert</FreqVert> <Gamma>Gamma</Gamma> <DPMSSupport>DPMSSupport</DPMSSupport> </TMonitor_V1> </Monitors> <ResultCode>ResultCode</ResultCode> </TGetMonitorsResponse_V1> </GetMonitors> </ACMP> </ICQL>
<ICQL> <ACMP> <GetNetcards version="1"> <TGetNetcardsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>Id</ClientId> </TGetNetcardsRequest_V1> </GetNetcards> </ACMP> </ICQL>
<ICQL> <ACMP> <GetNetcards version="1"> <TGetNetcardsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Netcards> <TNetcard_V1 xsi:type="TNetcard_V1"> <ID>ID</ID> <Name>Name</Name> <DHCPServerIPs>DHCPServerIPs</DHCPServerIPs> <Gateways>Gateways</Gateways> <IPs>IPs</IPs> <Mac>Mac</Mac> <MaxSpeed>MaxSpeed</MaxSpeed> <Netmasks>Netmasks</Netmasks> <PrimaryWINSIPAddresses>PrimaryWINSIPAddresses</PrimaryWINSIPAddresses> <SecondaryWINSIPAddresses>SecondaryWINSIPAddresses</SecondaryWINSIPAddresses> </TNetcard_V1> <TNetcard_V1 xsi:type="TNetcard_V1"> <ID>ID</ID> <Name>Name</Name> <DHCPServerIPs>DHCPServerIPs</DHCPServerIPs> <Gateways>Gateways</Gateways> <IPs>IPs</IPs> <Mac>Mac</Mac> <MaxSpeed>MaxSpeed</MaxSpeed> <Netmasks>Netmasks</Netmasks> <PrimaryWINSIPAddresses>PrimaryWINSIPAddresses</PrimaryWINSIPAddresses> <SecondaryWINSIPAddresses>SecondaryWINSIPAddresses</SecondaryWINSIPAddresses> </TNetcard_V1> </Netcards> <ResultCode>ResultCode</ResultCode> </TGetNetcardsResponse_V1> </GetNetcards> </ACMP> </ICQL>
<ICQL> <ACMP> <GetOperatingSystem version="1"> <TGetOperatingSystemRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>Id</ClientId> </TGetOperatingSystemRequest_V1> </GetOperatingSystem> </ACMP> </ICQL>
<ICQL> <ACMP> <GetOperatingSystem version="1"> <TGetOperatingSystemResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OperatingSystem> <OSString>OSString</OSString> <OSNumber>OSNumber</OSNumber> <OSArchitecture>OSArchitecture</OSArchitecture> <ServicePack>ServicePack</ServicePack> <ProductType>ProductType</ProductType> <LastLoggedOnUser>LastLoggedOnUser</LastLoggedOnUser> <Language>Language</Language> <MajVersion>MajVersion</MajVersion> <MinVersion>MinVersion</MinVersion> <OSLanguageID>OSLanguageID</OSLanguageID> <SKU>SKU</SKU> <WMIVersion>WMIVersion</WMIVersion> <Version>Version</Version> <ProductID>ProductID</ProductID> <RegisteredUser>RegisteredUser</RegisteredUser> <InstallDate>InstallDate</InstallDate> <SerialNumber>SerialNumber</SerialNumber> <OSSuiteMask>OSSuiteMask</OSSuiteMask> <LastBoot>LastBoot</LastBoot> <Platform>Platform</Platform> <RegisteredOrg>RegisteredOrg</RegisteredOrg> <TimeZoneIndex>120</TimeZoneIndex> <Region>(UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</Region> <StandardName>W. Europe Standard Time</StandardName> <StandardBias>-60</StandardBias> <DaylightName>W. Europe Daylight Time</DaylightName> <DaylightBias>-120</DaylightBias> </OperatingSystem> <ResultCode>ResultCode</ResultCode> </TGetOperatingSystemResponse_V1> </GetOperatingSystem> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetOperatingSystemRequest_V2"> <ACMP> <GetOperatingSystem ActionType="Request" version="2"> <TGetOperatingSystemRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId> </TGetOperatingSystemRequest_V2> </GetOperatingSystem> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetOperatingSystemResponse_V2"> <ACMP> <GetOperatingSystem ActionType="Response" version="2"> <TGetOperatingSystemResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OperatingSystem xsi:type="TOperatingSystem_V2"> <OSString>OSString</OSString> <OSNumber>OSNumber</OSNumber> <OSArchitecture>OSArchitecture</OSArchitecture> <ServicePack>ServicePack</ServicePack> <ProductType>ProductType</ProductType> <LastLoggedOnUser>LastLoggedOnUser</LastLoggedOnUser> <Language>Language</Language> <MajVersion>0</MajVersion> <MinVersion>0</MinVersion> <ReleaseID>0</ReleaseID> <OSLanguageID>0</OSLanguageID> <SKU>0</SKU> <WMIVersion>WMIVersion</WMIVersion> <Version>Version</Version> <ProductID>ProductID</ProductID> <RegisteredUser>RegisteredUser</RegisteredUser> <InstallDate>1899-12-30T00:00:00.000Z</InstallDate> <SerialNumber>SerialNumber</SerialNumber> <OSSuiteMask>0</OSSuiteMask> <LastBoot>1899-12-30T00:00:00.000Z</LastBoot> <Platform>PlatformStr</Platform> <RegisteredOrg>RegisteredOrg</RegisteredOrg> <TimeZoneIndex>0</TimeZoneIndex> <Region>Region</Region> <StandardName>StandardName</StandardName> <StandardBias>0</StandardBias> <DaylightName>DaylightName</DaylightName> <DaylightBias>0</DaylightBias> <BuildNumber>0</BuildNumber> </OperatingSystem> <ResultCode>0</ResultCode> <ResultMessage>ResultMessage</ResultMessage> </TGetOperatingSystemResponse_V2> </GetOperatingSystem> </ACMP> </ICQL>
<ICQL> <ACMP> <GetPrinters version="1"> <TGetPrintersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>Id</ClientId> </TGetPrintersRequest_V1> </GetPrinters> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ACMP> <GetPrintersResponse> <TGetPrintersResponse_V1> <Printer> <TPrinter_V1 xsi:type="TPrinter_V1"> <PrinterName>PrinterName</PrinterName> <IsColorPrinter>1</IsColorPrinter> <PrintDuplexSupported>true</PrintDuplexSupported> <PrintMaxResolutionSupported>1200</PrintMaxResolutionSupported> <PrintPagesPerMinute>30</PrintPagesPerMinute> <PrintStaplingSupported>false</PrintStaplingSupported> <DefaultPrinter>true</DefaultPrinter> <SNMPEnabled>false</SNMPEnabled> <SNMPDeviceIndex>-1</SNMPDeviceIndex> <VerticalResolution>600</VerticalResolution> <PortNumber>9100</PortNumber> <HorizontalResolution>600</HorizontalResolution> <Port>192.169.2.23</Port> <PrinterType>Network Printer</PrinterType> <Attributes>2628</Attributes> <PrinterState>Idle</PrinterState> <PrinterStatus>Idle</PrinterStatus> <Protocol>RAW</Protocol> <Queue /> <SNMPCommunity /> <ShareName /> <Location /> <Description /> <IPAddress>192.168.0.2</IPAddress> </TPrinter_V1>a </Printer> <ResultCode>0</ResultCode> </TGetPrintersResponse_V1> </GetPrintersResponse> </ACMP> </ICQL>
<ICQL> <ACMP> <GetServices version="1"> <TGetServicesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>Id</ClientId> </TGetServicesRequest_V1> </GetServices> </ACMP> </ICQL>
<ICQL> <ACMP> <GetServices version="1"> <TGetServicesResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Services> <TService_V1 xsi:type="TService_V1"> <Caption>Caption</Caption> <Description>Description</Description> <DisplayName>DisplayName</DisplayName> <Name>Name</Name> <Started>True</Started> <State>State</State> <Status>Status</Status> <AcceptPause>True</AcceptPause> <AcceptStop>True</AcceptStop> <DesktopInteract>DesktopInteract</DesktopInteract> </TService_V1> <TService_V1 xsi:type="TService_V1"> <Caption>Caption</Caption> <Description>Description</Description> <DisplayName>DisplayName</DisplayName> <Name>Name</Name> <Started>True</Started> <State>State</State> <Status>Status</Status> <AcceptPause>True</AcceptPause> <AcceptStop>True</AcceptStop> <DesktopInteract>DesktopInteract</DesktopInteract> </TService_V1> </Services> <ResultCode>ResultCode</ResultCode> </TGetServicesResponse_V1> </GetServices> </ACMP> </ICQL>
<ICQL> <ACMP> <GetShares version="1"> <TGetSharesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>Id</ClientId> </TGetSharesRequest_V1> </GetShares> </ACMP> </ICQL>
<ICQL> <ACMP> <GetShares version="1"> <TGetSharesResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Shares> <TShare_V1 xsi:type="TShare_V1"> <Caption>Caption</Caption> <Path>Path</Path> <Name>Name</Name> <ShareType>ShareType</ShareType> <Status>Status</Status> <AllowMaximum>True</AllowMaximum> <MaximumAllowed>1</MaximumAllowed> </TShare_V1> <TShare_V1 xsi:type="TShare_V1"> <Caption>Caption</Caption> <Path>Path</Path> <Name>Name</Name> <ShareType>ShareType</ShareType> <Status>Status</Status> <AllowMaximum>True</AllowMaximum> <MaximumAllowed>1</MaximumAllowed> </TShare_V1> </Shares> <ResultCode>ResultCode</ResultCode> </TGetSharesResponse_V1> </GetShares> </ACMP> </ICQL>
<ICQL> <ACMP> <GetSoftware version="1"> <TGetSoftwareRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientId>Id</ClientId> </TGetSoftwareRequest_V1> </GetSoftware> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ACMP> <GetSoftwareResponse> <TGetSoftwareResponse_V1> <Software> <TSoftware_V1 xsi:type="TSoftware_V1"> <Name>Softwarename</Name> <InstallationPath>InstallationPath</InstallationPath> <InstallationDate>20151109</InstallationDate> <UninstallPath>UninstallPath</UninstallPath> <Version>12.0.2000.8</Version> <SourcePath>SourcePath</SourcePath> <Publisher>Publisher</Publisher> <Language /> <LanguageId>0</LanguageId> <MinorVersion>0</MinorVersion> <PatchLevel>2000</PatchLevel> <MajorVersion>12</MajorVersion> <BuildNumber>8</BuildNumber> <Edition>Edition</Edition> </TSoftware_V1> </Software> <ResultCode>0</ResultCode> </TGetSoftwareResponse_V1> </GetSoftwareResponse> </ACMP> </ICQL>
Unix Clients
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/RegisterUnixClientRequest_V1"> <ACMP> <RegisterUnixClient ActionType="Request" version="1"> <TRegisterUnixClientRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RegistrationInfo xsi:type="TUnixClientRegistrationInfo_V1"> <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId> <ComputerName>ComputerName</ComputerName> <PrimaryIp>192.168.1.50</PrimaryIp> <MacAddress>00-80-41-ae-fd-7e</MacAddress> <MachineId>{6B851FFB-ACF2-438F-A322-258BA0F8DAAC}</MachineId> <IsManaged>false</IsManaged> <VersionString>1.2.3</VersionString> <ClientType>ctLinux</ClientType> </RegistrationInfo> </TRegisterUnixClientRequest_V1> </RegisterUnixClient> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/RegisterUnixClientResponse_V1"> <ACMP> <RegisterUnixClient ActionType="Response" version="1"> <TRegisterUnixClientResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AcmpVersion>6.8.0</AcmpVersion> <IsUpdateRequired>false</IsUpdateRequired> <ResultCode>0</ResultCode> <ResultMessage>ResultMessage</ResultMessage> </TRegisterUnixClientResponse_V1> </RegisterUnixClient> </ACMP> </ICQL>