Änderungen von Dokument Clients

Zuletzt geändert von Steffi F am 2025/10/13 13:35

Von Version 2.1
bearbeitet von Steffi F
am 2025/06/06 08:27
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 4.1
bearbeitet von Steffi F
am 2025/06/06 08:47
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -1,3 +1,5 @@
1 +{{aagon.floatingbox/}}
2 +
1 1  = Client anlegen =
2 2  
3 3  Diese Commands legt Clients an oder aktualisiert sie. 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. Für die V1, V2 und V3 ist es erforderlich **alle** Clientwerte anzugeben.
... ... @@ -152,4 +152,891 @@
152 152  </ICQL>
153 153  {{/apimacro}}
154 154  
155 -
157 += Clients löschen =
158 +
159 +{{apimacro title="DeleteClients_V1 Request"}}
160 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteClientsRequest_V1">
161 + <ACMP>
162 + <DeleteClients ActionType="Request" version="1">
163 + <TDeleteClientsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
164 + <ClientIds>
165 + <string>{9C09B35F-8990-4575-9E83-2BAF22C5EBC9}</string>
166 + </ClientIds>
167 + </TDeleteClientsRequest_V1>
168 + </DeleteClients>
169 + </ACMP>
170 +</ICQL>
171 +{{/apimacro}}
172 +
173 +{{apimacro title="DeleteClients_V1 Response"}}
174 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteClientsResponse_V1">
175 + <ACMP>
176 + <DeleteClients ActionType="Response" version="1">
177 + <TDeleteClientsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
178 + <ResultCode>0</ResultCode>
179 + <ResultMessage>ResultMessage</ResultMessage>
180 + </TDeleteClientsResponse_V1>
181 + </DeleteClients>
182 + </ACMP>
183 +</ICQL>
184 +{{/apimacro}}
185 +
186 += Client ID anfragen =
187 +
188 +Mit Hilfe des Commands kann deine Client ID beim ACMP Server angefragt werden. Alle Eigenschaften im Request müssen befüllt sein, sodass der ACMP Server auch eine eindeutige Client ID zurückliefern kann.
189 +
190 +{{apimacro title="GetClientId_V1 Request"}}
191 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetClientIdRequest_V1">
192 + <ACMP>
193 + <GetClientId ActionType="Request" version="1">
194 + <TGetClientIdRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
195 + <MachineId>{6B851FFB-ACF2-438F-A322-258BA0F8DAAC}</MachineId>
196 + <ComputerName>MyComputer</ComputerName>
197 + <MacAddress>00-80-41-ae-fd-7e</MacAddress>
198 + </TGetClientIdRequest_V1>
199 + </GetClientId>
200 + </ACMP>
201 +</ICQL>
202 +{{/apimacro}}
203 +
204 +{{apimacro title="GetClientId_V1 Response"}}
205 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetClientIdResponse_V1">
206 + <ACMP>
207 + <GetClientId ActionType="Response" version="1">
208 + <TGetClientIdResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
209 + <ClientId>{9C09B35F-8990-4575-9E83-2BAF22C5EBC9}</ClientId>
210 + <ResultCode>0</ResultCode>
211 + <ResultMessage>ResultMessage</ResultMessage>
212 + </TGetClientIdResponse_V1>
213 + </GetClientId>
214 + </ACMP>
215 +</ICQL>
216 +{{/apimacro}}
217 +
218 +=== Mobile Devices anlegen ===
219 +
220 +{{apimacro title="SaveMobileDevices_V1 Request"}}
221 +<ICQL>
222 + <ACMP>
223 + <SaveMobileDevices ActionType="Request" version="1">
224 + <TSaveMobileDevicesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
225 + <MobileDevices>
226 + <TMobileDevice_V1 xsi:type="TMobileDevice_V1">
227 + <ClientId>{C889491A-0963-4392-8B3B-3363B9D7964B}</ClientId>
228 + <DeviceName>DeviceName</DeviceName>
229 + <Manufacturer>Manufacturer</Manufacturer>
230 + <Model>Model</Model>
231 + <Serialnumber>Serialnumber</Serialnumber>
232 + <SystemUUID>SystemUUID</SystemUUID>
233 + <DeviceCapacity>100000</DeviceCapacity>
234 + <AvailableCapacity>80000</AvailableCapacity>
235 + <User>User</User>
236 + <EMail>EMail</EMail>
237 + <IMEI>IMEI</IMEI>
238 + <Status>Status</Status>
239 + <LastConnected>1899-12-30T00:00:00.000Z</LastConnected>
240 + <LastUpdate>1899-12-30T00:00:00.000Z</LastUpdate>
241 + <PhoneNumber>PhoneNumber</PhoneNumber>
242 + <CurrentCarrier>CurrentCarrier</CurrentCarrier>
243 + <SimCarrierNetwork>SimCarrierNetwork</SimCarrierNetwork>
244 + <CurrentMCC>CurrentMCC</CurrentMCC>
245 + <ICCID>ICCID</ICCID>
246 + <IsRoamingEnabled>false</IsRoamingEnabled>
247 + <IsRoaming>false</IsRoaming>
248 + <IsRooted>false</IsRooted>
249 + <!
250 +-- MobileDeviceType possible values:
251 + 0 = mdtAndroid
252 + 1 = mdtiOS
253 + 2 = mdtWindows
254 + -->
255 + <MobileDeviceType>mdtAndroid</MobileDeviceType>
256 + <!
257 +-- ImportSource possible values:
258 + 0 = MWays
259 + 1 = Exchange
260 + 2 = NotAvailable
261 + 3 = Sophos
262 + -->
263 + <ImportSource>MWays</ImportSource>
264 + </TMobileDevice_V1>
265 + </MobileDevices>
266 + </TSaveMobileDevicesRequest_V1>
267 + </SaveMobileDevices>
268 + </ACMP>
269 +</ICQL>
270 +{{/apimacro}}
271 +
272 +{{apimacro title="SaveMobileDevices_V1 Response"}}
273 +<ICQL>
274 + <ACMP>
275 + <SaveMobileDevicesResponse>
276 + <ResultCode>0</ResultCode>
277 + </SaveMobileDevicesResponse>
278 + </ACMP>
279 +</ICQL>
280 +{{/apimacro}}
281 +
282 +{{apimacro title="SaveMobileDevices_V2 Request"}}
283 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveMobileDevicesRequest_V2">
284 + <ACMP>
285 + <SaveMobileDevices ActionType="Request" version="2">
286 + <TSaveMobileDevicesRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
287 + <MobileDevices>
288 + <TMobileDevice_V2 xsi:type="TMobileDevice_V2">
289 + <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
290 + <DeviceName>DeviceName</DeviceName>
291 + <Manufacturer>Manufacturer</Manufacturer>
292 + <Model>Model</Model>
293 + <Serialnumber>Serialnumber</Serialnumber>
294 + <SystemUUID>SystemUUID</SystemUUID>
295 + <DeviceCapacity>0</DeviceCapacity>
296 + <AvailableCapacity>0</AvailableCapacity>
297 + <User>User</User>
298 + <EMail>EMail</EMail>
299 + <IMEI>IMEI</IMEI>
300 + <Status>Status</Status>
301 + <LastConnected>1899-12-30T00:00:00.000Z</LastConnected>
302 + <LastUpdate>1899-12-30T00:00:00.000Z</LastUpdate>
303 + <PhoneNumber>PhoneNumber</PhoneNumber>
304 + <CurrentCarrier>CurrentCarrier</CurrentCarrier>
305 + <SimCarrierNetwork>SimCarrierNetwork</SimCarrierNetwork>
306 + <CurrentMCC>CurrentMCC</CurrentMCC>
307 + <ICCID>ICCID</ICCID>
308 + <IsRoamingEnabled>true</IsRoamingEnabled>
309 + <IsRoaming>true</IsRoaming>
310 + <IsRooted>true</IsRooted>
311 + <!
312 +-- MobileDeviceType possible values:
313 + 0 = mdtAndroid
314 + 1 = mdtiOS
315 + 2 = mdtWindows
316 + -->
317 + <MobileDeviceType>mdtAndroid</MobileDeviceType>
318 + <!
319 +-- ImportSource possible values:
320 + 0 = MWays
321 + 1 = Exchange
322 + 2 = NotAvailable
323 + 3 = Sophos
324 + 4 = Intune
325 + -->
326 + <ImportSource>MWays</ImportSource>
327 + </TMobileDevice_V2>
328 + <TMobileDevice_V2 xsi:type="TMobileDevice_V2">
329 + <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
330 + <DeviceName>DeviceName</DeviceName>
331 + <Manufacturer>Manufacturer</Manufacturer>
332 + <Model>Model</Model>
333 + <Serialnumber>Serialnumber</Serialnumber>
334 + <SystemUUID>SystemUUID</SystemUUID>
335 + <DeviceCapacity>0</DeviceCapacity>
336 + <AvailableCapacity>0</AvailableCapacity>
337 + <User>User</User>
338 + <EMail>EMail</EMail>
339 + <IMEI>IMEI</IMEI>
340 + <Status>Status</Status>
341 + <LastConnected>1899-12-30T00:00:00.000Z</LastConnected>
342 + <LastUpdate>1899-12-30T00:00:00.000Z</LastUpdate>
343 + <PhoneNumber>PhoneNumber</PhoneNumber>
344 + <CurrentCarrier>CurrentCarrier</CurrentCarrier>
345 + <SimCarrierNetwork>SimCarrierNetwork</SimCarrierNetwork>
346 + <CurrentMCC>CurrentMCC</CurrentMCC>
347 + <ICCID>ICCID</ICCID>
348 + <IsRoamingEnabled>true</IsRoamingEnabled>
349 + <IsRoaming>true</IsRoaming>
350 + <IsRooted>true</IsRooted>
351 + <!
352 +-- MobileDeviceType possible values:
353 + 0 = mdtAndroid
354 + 1 = mdtiOS
355 + 2 = mdtWindows
356 + -->
357 + <MobileDeviceType>mdtAndroid</MobileDeviceType>
358 + <!
359 +-- ImportSource possible values:
360 + 0 = MWays
361 + 1 = Exchange
362 + 2 = NotAvailable
363 + 3 = Sophos
364 + 4 = Intune
365 + -->
366 + <ImportSource>MWays</ImportSource>
367 + </TMobileDevice_V2>
368 + </MobileDevices>
369 + </TSaveMobileDevicesRequest_V2>
370 + </SaveMobileDevices>
371 + </ACMP>
372 +</ICQL>
373 +{{/apimacro}}
374 +
375 +{{apimacro title="SaveMobileDevices_V2 Response"}}
376 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveMobileDevicesResponse_V2">
377 + <ACMP>
378 + <SaveMobileDevices ActionType="Response" version="2">
379 + <TSaveMobileDevicesResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
380 + <ResultCode>0</ResultCode>
381 + <ResultMessage>ResultMessage</ResultMessage>
382 + </TSaveMobileDevicesResponse_V2>
383 + </SaveMobileDevices>
384 + </ACMP>
385 +</ICQL>
386 +{{/apimacro}}
387 +
388 += Scandaten eintragen =
389 +
390 +Diese Commands tragen Scandata ein oder aktualisiert sie. Ü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.
391 +
392 +Response Codes:
393 +
394 + 0: Scandaten konnten eingetragen oder aktualisiert werden.
395 +
396 + 9: Allgemeine Fehlermeldung.
397 +
398 + 19: Datenbankfehler: Insert, Update oder Delete.
399 +
400 + 26: ClientID ist nicht vorhanden
401 +
402 +
403 +Eindeutige Werte für die Scandaten
404 +
405 +* **SaveCPU**
406 +** ProcessorName
407 +* **SaveHardDrives**
408 +** HaId
409 +* **SaveLogicalDrives**
410 +** Name
411 +* (((
412 +**SaveMemorySlots**
413 +
414 +* DeviceLocator
415 +* SerialNumber
416 +* SlotID
417 +)))
418 +* **SaveMonitors**
419 +** RegKey
420 +* **SaveNetworkCards**
421 +** Name
422 +** MACAdresse
423 +* **SaveServices**
424 +** Name
425 +* **SaveShares**
426 +** Name
427 +
428 +{{apimacro title="SaveBattery"}}
429 +<ICQL>
430 + <ACMP>
431 + <SaveBattery version="1">
432 + <TSaveBatteryRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
433 + <Battery>
434 + <Name>Name</Name>
435 + <ChargeStatus>ChargeStatus</ChargeStatus>
436 + <PowerStatus>PowerStatus</PowerStatus>
437 + <BatteryExists>1</BatteryExists>
438 + <LifePercent>50</LifePercent>
439 + <LifeFullTime>200</LifeFullTime>
440 + <LifeTime>250</LifeTime>
441 + <DesignCapacity>5000</DesignCapacity>
442 + <DesignVoltage>12</DesignVoltage>
443 + <EstimatedChargeRemaining>3200</EstimatedChargeRemaining>
444 + <EstimatedRunTime>180</EstimatedRunTime>
445 + <ExpectedLife>290</ExpectedLife>
446 + <FullChargeCapacity>4900</FullChargeCapacity>
447 + <MaxRechargeTime>250</MaxRechargeTime>
448 + <PowerManagementSupported>1</PowerManagementSupported>
449 + <TimeOnBattery>60</TimeOnBattery>
450 + <TimeToFullCharge>180</TimeToFullCharge>
451 + <Availability>Availability</Availability>
452 + <BatteryStatus>BatteryStatus</BatteryStatus>
453 + <Description>Description</Description>
454 + <Chemistry>Chemistry</Chemistry>
455 + <DeviceID>DeviceID</DeviceID>
456 + <InstallDate>2017-12-30T00:00:00.000Z</InstallDate>
457 + <Location>Location</Location>
458 + <ManufactureDate>2017-12-30T00:00:00.000Z</ManufactureDate>
459 + <Manufacturer>Manufacturer</Manufacturer>
460 + <Status>Status</Status>
461 + <StatusInfo>StatusInfo</StatusInfo>
462 + </Battery>
463 + <ClientId>ClientId</ClientId>
464 + </TSaveBatteryRequest_V1>
465 + </SaveBattery>
466 + </ACMP>
467 +</ICQL>
468 +{{/apimacro}}
469 +
470 +{{apimacro title="SaveBiosData"}}
471 +<ICQL>
472 + <ACMP>
473 + <SaveBiosData version="1">
474 + <TSaveBiosDataRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
475 + <Bios>
476 + <Name>Default System BIOS</Name>
477 + <Copyright>HPQOEM - 1072009</Copyright>
478 + <Date>07.05.12</Date>
479 + <BIOSVendor>Hewlett-Packard</BIOSVendor>
480 + <BIOSVersion>K01 v02.05</BIOSVersion>
481 + </Bios>
482 + <ClientId>ClientId</ClientId>
483 + </TSaveBiosDataRequest_V1>
484 + </SaveBiosData>
485 + </ACMP>
486 +</ICQL>
487 +{{/apimacro}}
488 +
489 +{{apimacro title="SaveCdDvdDrives"}}
490 +<ICQL>
491 + <ACMP>
492 + <SaveCdDvdDrives version="1">
493 + <TSaveCdDvdDrivesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
494 + <CdDvdDrives>
495 + <TCdDvdDrives_V1 xsi:type="TCdDvdDrives_V1">
496 + <Availability>Availability</Availability>
497 + <Capacity>0</Capacity>
498 + <Manufacturer>Manufacturer</Manufacturer>
499 + <MediaLoaded>false</MediaLoaded>
500 + <MediaType>MediaType</MediaType>
501 + <Model>Model</Model>
502 + <Status>Status</Status>
503 + <TransferRate>0</TransferRate>
504 + <VolumeName>VolumeName</VolumeName>
505 + <VolumeSerial>VolumeSerial</VolumeSerial>
506 + <Drive>Drive</Drive>
507 + </TCdDvdDrives_V1>
508 + </CdDvdDrives>
509 + <ClientId>ClientId</ClientId>
510 + </TSaveCdDvdDrivesRequest_V1>
511 + </SaveCdDvdDrives>
512 + </ACMP>
513 +</ICQL>
514 +{{/apimacro}}
515 +
516 +{{apimacro title="SaveCPU"}}
517 +<ICQL>
518 + <ACMP>
519 + <SaveCPU version="1">
520 + <TSaveCPURequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
521 + <CPU>
522 + <ProcessorName>Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz</ProcessorName>
523 + <CPUCount>1</CPUCount>
524 + <Frequency>3401</Frequency>
525 + <MaxFrequency>3401</MaxFrequency>
526 + <CPUIDNameString>Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz</CPUIDNameString>
527 + <NumberOfCores>4</NumberOfCores>
528 + <Architecture>x64</Architecture>
529 + </CPU>
530 + <ClientId>ClientId</ClientId>
531 + </TSaveCPURequest_V1>
532 + </SaveCPU>
533 + </ACMP>
534 +</ICQL>
535 +{{/apimacro}}
536 +
537 +{{apimacro title="SaveCPU V2"}}
538 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveCPURequest_V2">
539 + <ACMP>
540 + <SaveCPU ActionType="Request" version="2">
541 + <TSaveCPURequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
542 + <CPU xsi:type="TCPU_V2">
543 + <ProcessorName>Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz</ProcessorName>
544 + <CPUCount>1</CPUCount>
545 + <Frequency>3401</Frequency>
546 + <MaxFrequency>3401</MaxFrequency>
547 + <CPUIDNameString>Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz</CPUIDNameString>
548 + <NumberOfCores>4</NumberOfCores>
549 + <NumberOfLogicalProcessors>0</NumberOfLogicalProcessors>
550 + <Architecture>x64</Architecture>
551 + </CPU>
552 + <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
553 + </TSaveCPURequest_V2>
554 + </SaveCPU>
555 + </ACMP>
556 +</ICQL>
557 +{{/apimacro}}
558 +
559 +{{apimacro title="SaveDevices"}}
560 +<ICQL>
561 + <ACMP>
562 + <SaveDevices version="1">
563 + <TSaveDevicesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
564 + <Devices>
565 + <TDevice_V1 xsi:type="TDevice_V1">
566 + <DeviceName>DeviceName</DeviceName>
567 + <ClassDescription>ClassDescription</ClassDescription>
568 + <DriverDate>DriverDate</DriverDate>
569 + <DriverVersion>DriverVersion</DriverVersion>
570 + <DriverProvider>DriverProvider</DriverProvider>
571 + <HardwareID>HardwareID</HardwareID>
572 + <RegKey>RegKey</RegKey>
573 + <DeviceClassName>DeviceClassName</DeviceClassName>
574 + </TDevice_V1>
575 + </Devices>
576 + <ClientId>ClientId</ClientId>
577 + </TSaveDevicesRequest_V1>
578 + </SaveDevices>
579 + </ACMP>
580 +</ICQL>
581 +{{/apimacro}}
582 +
583 +{{apimacro title="SaveHardDrives"}}
584 +<ICQL>
585 + <ACMP>
586 + <SaveHardDrives version="1">
587 + <TSaveHardDrivesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
588 + <HardDrives>
589 + <THardDrive_V1 xsi:type="THardDrive_V1">
590 + <DeviceId>{2BD532AD-47C4-C3A1-DC00-1AE22525CBE7}</DeviceId>
591 + <HaId>0</HaId>
592 + <Size>250051725</Size>
593 + <Model>SanDisk SD7TB6S256G1001</Model>
594 + </THardDrive_V1>
595 + <THardDrive_V1 xsi:type="THardDrive_V1">
596 + <DeviceId>{B04F8463-A32F-FCBF-5E0D-36517508E545}</DeviceId>
597 + <HaId>1</HaId>
598 + <Size>976760032</Size>
599 + <Model>ST1000DM003-9YN162</Model>
600 + </THardDrive_V1>
601 + </HardDrives>
602 + <ClientId>ClientId</ClientId>
603 + </TSaveHardDrivesRequest_V1>
604 + </SaveHardDrives>
605 + </ACMP>
606 +</ICQL>
607 +{{/apimacro}}
608 +
609 +{{apimacro title="SaveDisplays"}}
610 +<ICQL>
611 + <ACMP>
612 + <SaveDisplays version="1">
613 + <TSaveDisplaysRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
614 + <Displays>
615 + <TDisplay_V1 xsi:type="TDisplay_V1">
616 + <HorizontalResolution>1920</HorizontalResolution>
617 + <VerticalResolution>1080</VerticalResolution>
618 + <AdapterChipset>AdapterChipset</AdapterChipset>
619 + <Adapter>Adapter</Adapter>
620 + <AdapterDAC>AdapterDAC</AdapterDAC>
621 + <AdapterRAM>20000</AdapterRAM>
622 + <DriverVersion>DriverVersion</DriverVersion>
623 + <BiosVersion>BiosVersion</BiosVersion>
624 + <BiosDate>BiosDate</BiosDate>
625 + </TDisplay_V1>
626 + </Displays>
627 + <ClientId>ClientId</ClientId>
628 + </TSaveDisplaysRequest_V1>
629 + </SaveDisplays>
630 + </ACMP>
631 +</ICQL>
632 +{{/apimacro}}
633 +
634 +{{apimacro title="SaveLogicalDrives"}}
635 +<ICQL>
636 + <ACMP>
637 + <SaveLogicalDrives version="1">
638 + <TSaveLogicalDrivesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
639 + <LogicalDrives>
640 + <TLogicalsDrive_V1 xsi:type="TLogicalsDrive_V1">
641 + <ID>{1A6ACA67-59E4-B183-1B15-78727B90D0B0}</ID>
642 + <Name>Z:</Name>
643 + <DriveLabel>TecMedia</DriveLabel>
644 + <Capacity>3170532264</Capacity>
645 + <FreeSpace>2755243080</FreeSpace>
646 + <FileSystem>NTFS</FileSystem>
647 + <MediaType>Network Drive</MediaType>
648 + <UNCPath>
649 +1-QSNAS-01\TecMedia</UNCPath>
650 + </TLogicalsDrive_V1>
651 + <TLogicalsDrive_V1 xsi:type="TLogicalsDrive_V1">
652 + <ID>{1BC047A3-54CB-26B6-9EC9-7FF3ADE06E79}</ID>
653 + <Name>U:</Name>
654 + <DriveLabel>VolumeFM01</DriveLabel>
655 + <Capacity>512000</Capacity>
656 + <FreeSpace>505204</FreeSpace>
657 + <FileSystem>NTFS</FileSystem>
658 + <MediaType>Network Drive</MediaType>
659 + <UNCPath>
660 +1-file01.aagon.local\drdallmann$</UNCPath>
661 + </TLogicalsDrive_V1>
662 + </LogicalDrives>
663 + <ClientId>ClientId</ClientId>
664 + </TSaveLogicalDrivesRequest_V1>
665 + </SaveLogicalDrives>
666 + </ACMP>
667 +</ICQL>
668 +{{/apimacro}}
669 +
670 +{{apimacro title="SaveMachine"}}
671 +<ICQL>
672 + <ACMP>
673 + <SaveMachine version="1">
674 + <TSaveMachineRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
675 + <Machine>
676 + <ChassisSerial>CZC3048K8J</ChassisSerial>
677 + <SystemManufacturer>Hewlett-Packard</SystemManufacturer>
678 + <SystemModel>HP Compaq Elite 8300 CMT</SystemModel>
679 + <SystemSerial>CZC3048K8J</SystemSerial>
680 + <SystemUUID>99918280-5FAC-11E2-9A94-10604B6D7B8A</SystemUUID>
681 + <SystemVersion>Null</SystemVersion>
682 + </Machine>
683 + <ClientId>ClientId</ClientId>
684 + </TSaveMachineRequest_V1>
685 + </SaveMachine>
686 + </ACMP>
687 +</ICQL>
688 +{{/apimacro}}
689 +
690 +{{apimacro title="SaveMainboard"}}
691 +<ICQL>
692 + <ACMP>
693 + <SaveMainboard version="1">
694 + <TSaveMainboardRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
695 + <Mainboard>
696 + <Model>Model</Model>
697 + <Manufacturer>Manufacturer</Manufacturer>
698 + <Version>Version</Version>
699 + <Serial>Serial</Serial>
700 + <Name>Name</Name>
701 + <Description>Description</Description>
702 + <InstallDate>2017-12-30T00:00:00.000Z</InstallDate>
703 + <OtherIdentifyingInfo>OtherIdentifyingInfo</OtherIdentifyingInfo>
704 + <SlotLayout>SlotLayout</SlotLayout>
705 + <Status>Status</Status>
706 + <HostingBoard>True</HostingBoard>
707 + <HotSwappable>True</HotSwappable>
708 + <Removable>False</Removable>
709 + <Replaceable>False</Replaceable>
710 + <Depth>20</Depth>
711 + <Height>50</Height>
712 + <Weight>40</Weight>
713 + <Width>5</Width>
714 + </Mainboard>
715 + <ClientId>ClientId</ClientId>
716 + </TSaveMainboardRequest_V1>
717 + </SaveMainboard>
718 + </ACMP>
719 +</ICQL>
720 +{{/apimacro}}
721 +
722 +{{apimacro title="SaveMemory"}}
723 +<ICQL>
724 + <ACMP>
725 + <SaveMemory version="1">
726 + <TSaveMemoryRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
727 + <Memory>
728 + <PhysicalFree>8852072</PhysicalFree>
729 + <PhysicalTotal>16649156</PhysicalTotal>
730 + <SlotCount>4</SlotCount>
731 + <SlotUsed>2</SlotUsed>
732 + <VirtualTotal>19139524</VirtualTotal>
733 + <VirtualFree>9781244</VirtualFree>
734 + </Memory>
735 + <ClientId>ClientId</ClientId>
736 + </TSaveMemoryRequest_V1>
737 + </SaveMemory>
738 + </ACMP>
739 +</ICQL>
740 +{{/apimacro}}
741 +
742 +{{apimacro title="SaveMemorySlots"}}
743 +<ICQL>
744 + <ACMP>
745 + <SaveMemorySlots version="1">
746 + <TSaveMemorySlotsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
747 + <MemorySlots>
748 + <TMemorySlots_V1 xsi:type="TMemorySlots_V1">
749 + <SlotID>1</SlotID>
750 + <DeviceLocator>DIMM1</DeviceLocator>
751 + <MemType>SDRAM</MemType>
752 + <Size>8388608</Size>
753 + <Device>DDR3</Device>
754 + <BankLocator>BANK 3</BankLocator>
755 + <Form>DIMM</Form>
756 + <SerialNumber>357176F0</SerialNumber>
757 + <PartNumber>M3 78T5663QZ3-CF2</PartNumber>
758 + <Manufacturer>Samsung</Manufacturer>
759 + </TMemorySlots_V1>
760 + <TMemorySlots_V1 xsi:type="TMemorySlots_V1">
761 + <SlotID>2</SlotID>
762 + <DeviceLocator>DIMM3</DeviceLocator>
763 + <MemType>SDRAM</MemType>
764 + <Size>8388608</Size>
765 + <Device>DDR3</Device>
766 + <BankLocator>BANK 1</BankLocator>
767 + <Form>DIMM</Form>
768 + <SerialNumber>35717930</SerialNumber>
769 + <PartNumber>M3 78T5663QZ3-CF3</PartNumber>
770 + <Manufacturer>Samsung</Manufacturer>
771 + </TMemorySlots_V1>
772 + </MemorySlots>
773 + <ClientId>Id</ClientId>
774 + </TSaveMemorySlotsRequest_V1>
775 + </SaveMemorySlots>
776 + </ACMP>
777 +</ICQL>
778 +{{/apimacro}}
779 +
780 +{{apimacro title="SaveMonitors"}}
781 +<ICQL>
782 + <ACMP>
783 + <SaveMonitors version="1">
784 + <TSaveMonitorsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
785 + <Monitors>
786 + <TMonitor_V1 xsi:type="TMonitor_V1">
787 + <RegKey>SYSTEM\CurrentControlSet\Enum\DISPLAY\FUS07D0\4&26FD984E&0&UID50727680\Device Parameters\</RegKey>
788 + <DeviceId>{0EEF984F-FA07-49F3-AEC8-90CCEE1FE478}</DeviceId>
789 + <Name>Generic PnP Monitor</Name>
790 + <VendorID>FUS</VendorID>
791 + <Model>E22W-5</Model>
792 + <ManufactureDate>Week 36/2009</ManufactureDate>
793 + <SerialNo>YV2P203663</SerialNo>
794 + <MonitorSize>47cm x 30cm (22")</MonitorSize>
795 + <AspectRatio>16:10</AspectRatio>
796 + <FreqHorz>Null</FreqHorz>
797 + <FreqVert>Null</FreqVert>
798 + <Gamma>2,2</Gamma>
799 + <DPMSSupport>Active Off</DPMSSupport>
800 + </TMonitor_V1>
801 + <TMonitor_V1 xsi:type="TMonitor_V1">
802 + <RegKey>SYSTEM\CurrentControlSet\Enum\DISPLAY\FUS07CF\4&26FD984E&0&UID16843008\Device Parameters\</RegKey>
803 + <DeviceId>{B910AEFB-D686-4C2C-8741-1A8B65F77083}</DeviceId>
804 + <Name>Generic PnP Monitor</Name>
805 + <VendorID>FUS</VendorID>
806 + <Model>E22W-5</Model>
807 + <ManufactureDate>Week 36/2009</ManufactureDate>
808 + <SerialNo>YV2P203904</SerialNo>
809 + <MonitorSize>47cm x 30cm (22")</MonitorSize>
810 + <AspectRatio>16:10</AspectRatio>
811 + <FreqHorz>Null</FreqHorz>
812 + <FreqVert>Null</FreqVert>
813 + <Gamma>2,2</Gamma>
814 + <DPMSSupport>Active Off</DPMSSupport>
815 + </TMonitor_V1>
816 + </Monitors>
817 + <ClientId>ClientId</ClientId>
818 + </TSaveMonitorsRequest_V1>
819 + </SaveMonitors>
820 + </ACMP>
821 +</ICQL>
822 +{{/apimacro}}
823 +
824 +{{apimacro title="SaveNetcards"}}
825 +<ICQL>
826 + <ACMP>
827 + <SaveNetcards version="1">
828 + <TSaveNetcardsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
829 + <Netcards>
830 + <TNetcard_V1 xsi:type="TNetcard_V1">
831 + <ID>{6659EBF6-DE20-4D0A-8348-8E8316761DE8}</ID>
832 + <Name>Intel(R) 82579LM Gigabit Network Connection</Name>
833 + <DHCPServerIPs>192168002002</DHCPServerIPs>
834 + <Gateways>255255255255</Gateways>
835 + <IPs>192168002185</IPs>
836 + <Mac>10-60-4B-6D-7B-8A</Mac>
837 + <MaxSpeed>1000000000</MaxSpeed>
838 + <Netmasks>255255255000</Netmasks>
839 + <PrimaryWINSIPAddresses>192168002254</PrimaryWINSIPAddresses>
840 + <SecondaryWINSIPAddresses>192168010253</SecondaryWINSIPAddresses>
841 + </TNetcard_V1>
842 + <TNetcard_V1 xsi:type="TNetcard_V1">
843 + <ID>{C385883C-2E23-4496-B6E6-991610540808}</ID>
844 + <Name>Intel(R) PRO/100+ Server Adapter (PILA8470B)</Name>
845 + <DHCPServerIPs></DHCPServerIPs>
846 + <Gateways>255255255255</Gateways>
847 + <IPs>000000000000</IPs>
848 + <Mac>00-90-27-FD-3E-C9</Mac>
849 + <MaxSpeed>-1</MaxSpeed>
850 + <Netmasks>000000000000</Netmasks>
851 + <PrimaryWINSIPAddresses></PrimaryWINSIPAddresses>
852 + <SecondaryWINSIPAddresses></SecondaryWINSIPAddresses>
853 + </TNetcard_V1>
854 + </Netcards>
855 + <ClientId>ClientId</ClientId>
856 + </TSaveNetcardsRequest_V1>
857 + </SaveNetcards>
858 + </ACMP>
859 +</ICQL>
860 +{{/apimacro}}
861 +
862 +{{apimacro title="SaveOperatingSystem"}}
863 +<ICQL>
864 + <ACMP>
865 + <SaveOperatingSystem version="1">
866 + <TSaveOperatingSystemRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
867 + <OperatingSystem>
868 + <OSString>Microsoft Windows 8.1 Enterprise</OSString>
869 + <OSNumber>6.3.9600</OSNumber>
870 + <OSArchitecture>64-bit</OSArchitecture>
871 + <ServicePack></ServicePack>
872 + <ProductType>Unknown</ProductType>
873 + <LastLoggedOnUser>NULL</LastLoggedOnUser>
874 + <Language>English (United States)</Language>
875 + <MajVersion>6</MajVersion>
876 + <MinVersion>3</MinVersion>
877 + <ReleaseID>12</ReleaseID>
878 + <OSLanguageID>1033</OSLanguageID>
879 + <SKU>4</SKU>
880 + <WMIVersion>9600.16384</WMIVersion>
881 + <Version></Version>
882 + <ProductID>00261-80463-28279-AA319</ProductID>
883 + <RegisteredUser>Windows User</RegisteredUser>
884 + <InstallDate>2017-12-30T00:00:00.000Z</InstallDate>
885 + <SerialNumber>00261-80463-28279-AA319</SerialNumber>
886 + <OSSuiteMask>0</OSSuiteMask>
887 + <LastBoot>2017-12-30T00:00:00.000Z</LastBoot>
888 + <Platform></Platform>
889 + <RegisteredOrg></RegisteredOrg>
890 + <TimeZoneIndex>1</TimeZoneIndex>
891 + <Region>Region</Region>
892 + <StandardName>StandardName</StandardName>
893 + <StandardBias>-60</StandardBias>
894 + <DaylightName>DaylightName</DaylightName>
895 + <DaylightBias>-120</DaylightBias>
896 + </OperatingSystem>
897 + <ClientId>ClientId</ClientId>
898 + </TSaveOperatingSystemRequest_V1>
899 + </SaveOperatingSystem>
900 + </ACMP>
901 +</ICQL>
902 +{{/apimacro}}
903 +
904 +{{apimacro title="SavePrinter"}}
905 +<ICQL>
906 + <ACMP>
907 + <SavePrinters version="1">
908 + <TSavePrintersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
909 + <Printers>
910 + <TPrinter_V1 xsi:type="TPrinter_V1">
911 + <ShareName>ShareName</ShareName>
912 + <PrintPagesPerMinute>5</PrintPagesPerMinute>
913 + <PrintMaxResolutionSupported>600</PrintMaxResolutionSupported>
914 + <PrintStaplingSupported>True</PrintStaplingSupported>
915 + <IsColorPrinter>1</IsColorPrinter>
916 + <SNMPEnabled>True</SNMPEnabled>
917 + <PortNumber>9100</PortNumber>
918 + <VerticalResolution>600</VerticalResolution>
919 + <DefaultPrinter>True</DefaultPrinter>
920 + <PrintDuplexSupported>True</PrintDuplexSupported>
921 + <SNMPDeviceIndex>0</SNMPDeviceIndex>
922 + <HorizontalResolution>600</HorizontalResolution>
923 + <Port>9100</Port>
924 + <PrinterType>PrinterType</PrinterType>
925 + <IPAddress>IPAddress</IPAddress>
926 + <Description>Description</Description>
927 + <Queue>Queue</Queue>
928 + <SNMPCommunity>SNMPCommunity</SNMPCommunity>
929 + <PrinterState>PrinterState</PrinterState>
930 + <Location>Location</Location>
931 + <PrinterStatus>PrinterStatus</PrinterStatus>
932 + <Protocol>Protocol</Protocol>
933 + <Attributes>Attributes</Attributes>
934 + <PrinterName>PrinterName</PrinterName>
935 + </TPrinter_V1>
936 + </Printers>
937 + <ClientId>ClientId</ClientId>
938 + </TSavePrintersRequest_V1>
939 + </SavePrinters>
940 + </ACMP>
941 +</ICQL>
942 +{{/apimacro}}
943 +
944 +{{apimacro title="SaveServices"}}
945 +<ICQL>
946 + <ACMP>
947 + <SaveServices version="1">
948 + <TSaveServicesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
949 + <Services>
950 + <TService_V1 xsi:type="TService_V1">
951 + <ProcessID>5040</ProcessID>
952 + <Caption>ACMP Client</Caption>
953 + <Description>Aagon Client Management Platform Client</Description>
954 + <DisplayName>ACMP Client</DisplayName>
955 + <Name>ACMPClient</Name>
956 + <Started>1</Started>
957 + <State>Running</State>
958 + <Status>OK</Status>
959 + <AcceptPause>0</AcceptPause>
960 + <AcceptStop>1</AcceptStop>
961 + <DesktopInteract>0</DesktopInteract>
962 + </TService_V1>
963 + <TService_V1 xsi:type="TService_V1">
964 + <ProcessID>12020</ProcessID>
965 + <Caption>ACMP Server</Caption>
966 + <Description>Aagon Client Management Platform Server</Description>
967 + <DisplayName>ACMP Server</DisplayName>
968 + <Name>ACMPServer</Name>
969 + <Started>1</Started>
970 + <State>Running</State>
971 + <Status>OK</Status>
972 + <AcceptPause>0</AcceptPause>
973 + <AcceptStop>1</AcceptStop>
974 + <DesktopInteract>0</DesktopInteract>
975 + </TService_V1>
976 + </Services>
977 + <ClientId>ClientId</ClientId>
978 + </TSaveServicesRequest_V1>
979 + </SaveServices>
980 + </ACMP>
981 +</ICQL>
982 +{{/apimacro}}
983 +
984 +{{apimacro title="SaveShares"}}
985 +<ICQL>
986 + <ACMP>
987 + <SaveShares version="1">
988 + <TSaveSharesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
989 + <Shares>
990 + <TShare_V1 xsi:type="TShare_V1">
991 + <Caption>ACMP</Caption>
992 + <Path>C:\Program Files (x86)\Aagon\ACMP Server\Clients</Path>
993 + <Name>ACMP</Name>
994 + <ShareType>Disk Drive</ShareType>
995 + <Status>OK</Status>
996 + <AllowMaximum>1</AllowMaximum>
997 + <MaximumAllowed>0</MaximumAllowed>
998 + </TShare_V1>
999 + <TShare_V1 xsi:type="TShare_V1">
1000 + <Caption>OsdRepo</Caption>
1001 + <Path>C:\PROGRAM FILES (X86)\AAGON\ACMP SERVER\OSDREPO</Path>
1002 + <Name>OsdRepo</Name>
1003 + <ShareType>Disk Drive</ShareType>
1004 + <Status>OK</Status>
1005 + <AllowMaximum>1</AllowMaximum>
1006 + <MaximumAllowed>0</MaximumAllowed>
1007 + </TShare_V1>
1008 + </Shares>
1009 + <ClientId>ClientId</ClientId>
1010 + </TSaveSharesRequest_V1>
1011 + </SaveShares>
1012 + </ACMP>
1013 +</ICQL>
1014 +{{/apimacro}}
1015 +
1016 +{{apimacro title="SaveSoftware"}}
1017 +<ICQL>
1018 + <ACMP>
1019 + <SaveSoftware version="1">
1020 + <TSaveSoftwareRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1021 + <Software>
1022 + <TSoftware_V1 xsi:type="TSoftware_V1">
1023 + <Name>Softwarename</Name>
1024 + <InstallationPath>InstallationPath</InstallationPath>
1025 + <InstallationDate>2017-12-30T00:00:00.000Z</InstallationDate>
1026 + <UninstallPath>UninstallPath</UninstallPath>
1027 + <Version>Version</Version>
1028 + <SourcePath>SourcePath</SourcePath>
1029 + <Publisher>Publisher</Publisher>
1030 + <Language>Language</Language>
1031 + <LanguageId>0</LanguageId>
1032 + <MinorVersion>1</MinorVersion>
1033 + <PatchLevel>2</PatchLevel>
1034 + <MajorVersion>3</MajorVersion>
1035 + <BuildNumber>4</BuildNumber>
1036 + <Edition>Edition</Edition>
1037 + </TSoftware_V1>
1038 + </Software>
1039 + <ClientId>ClientId</ClientId>
1040 + </TSaveSoftwareRequest_V1>
1041 + </SaveSoftware>
1042 + </ACMP>
1043 +</ICQL>
1044 +{{/apimacro}}
© Aagon GmbH 2025
Besuchen Sie unsere Aagon-Community