Changes for page Verwenden der ACMP Public API für PowerShell-Microservices
Last modified by jklein on 2025/06/16 08:23
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -16,7 +16,23 @@ 16 16 === Beispiel 1: Get-Help === 17 17 18 18 {{apimacro title="Get-Help"}} 19 +{{code language="PowerShell"}} 20 +PS C:\Program Files (x86)\Aagon\AESB Shell> Get-Help Acmp-SaveContacts_V3 19 19 22 +NAME 23 + Acmp-SaveContacts_V3 24 + 25 +SYNTAX 26 + Acmp-SaveContacts_V3 [[-ConnectionName] <string>] [-Contacts <List[TContact_V3]>] [-AcmpServerId <string>] [-Timeout <int>] [<CommonParameters>] 27 + 28 + 29 +ALIASES 30 + None 31 + 32 + 33 +REMARKS 34 + None 35 +{{/code}} 20 20 {{/apimacro}} 21 21 22 22 An diesem Output ist ersichtlich, dass das Cmdlet eine Liste von **TContact_V3** erwartet. Es müssen also Kontakte mithilfe von **New-TContact_V3** erstellt und befüllt werden.

