Schleupen.CS.ins.ein.PowerShell

Syntax

Add-Prozesspaket [-Prozesspaket] <String> [-PackagePool] <String> [-Freigabestand] <String> 
[[-Konfigurationsdatei] <String>] [-Force] [-EnforceAddServiceImplementationGroups] [-WhatIf] 
[-Confirm] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Prozesspaket Das hinzuzufügende Prozesspaket. true false
-PackagePool Quellverzeichnis für Installationspakete. Hier ist das Verzeichnis gemeint, in dem
CS-Ale-Container liegen.
true false
-Freigabestand Pfad zur XML-Datei mit XML-Dateinamen true false
-Konfigurationsdatei Pfad zur XML-Datei mit XML-Dateinamen false false
-Force false false False
-EnforceAddServiceImplementationGroups false false False
-WhatIf wi false false
-Confirm cf false false

Examples

BEISPIEL 1
Add-Prozesspaket -Prozesspaket "bill.lief" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2017-07.1.xml" -Konfigurationsdatei bill.lief.xml
Inhalt bill.lief.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.bill.lief_1.0"></Konfiguration> New-Item -Name bill.lief.cs3.xml -Path .\ -ItemType File -Value '<Konfiguration xmlns="urn:Schleupen.CS.ins.ein.bill.lief_1.0"></Konfiguration>'
BEISPIEL 2
Add-Prozesspaket -Prozesspaket "bill.lief.cs3" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2017-07.1.xml" -Konfigurationsdatei bill.lief.cs3.xml
Inhalt bill.lief.cs3.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.bill.lief.cs3_1.0"></Konfiguration> New-Item -Name bill.lief.cs3.xml -Path .\ -ItemType File -Value '<Konfiguration xmlns="urn:Schleupen.CS.ins.ein.bill.lief.cs3_1.0"></Konfiguration>'
BEISPIEL 3
Add-Prozesspaket -Prozesspaket "bill.std" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2017-07.1.xml" -Konfigurationsdatei bill.std.xml
Inhalt bill.std.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.bill.std_1.0"></Konfiguration> New-Item -Name bill.std.xml -Path .\ -ItemType File -Value '<Konfiguration xmlns="urn:Schleupen.CS.ins.ein.bill.std_1.0"></Konfiguration>'
BEISPIEL 4
Add-Prozesspaket -Prozesspaket "bill.std.cs3" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2017-07.1.xml" -Konfigurationsdatei bill.std.cs3.xml
Inhalt bill.std.cs3.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.bill.std.cs3_1.0"></Konfiguration> New-Item -Name bill.std.cs3.xml -Path .\ -ItemType File -Value '<Konfiguration xmlns="urn:Schleupen.CS.ins.ein.bill.std.cs3_1.0"></Konfiguration>'
BEISPIEL 5
Add-Prozesspaket -Prozesspaket "bill.msb" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2017-07.1.xml" -Konfigurationsdatei bill.msb.xml
Inhalt bill.msb.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.bill.msb_1.0"></Konfiguration> New-Item -Name bill.msb.xml -Path .\ -ItemType File -Value '<Konfiguration xmlns="urn:Schleupen.CS.ins.ein.bill.msb_1.0"></Konfiguration>'
BEISPIEL 6
Add-Prozesspaket -Prozesspaket "bill.rd" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2017-07.1.xml" -Konfigurationsdatei bill.rd.xml
Inhalt bill.rd.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.bill.rd_1.0"></Konfiguration> New-Item -Name bill.rd.xml -Path .\ -ItemType File -Value '<Konfiguration xmlns="urn:Schleupen.CS.ins.ein.bill.rd_1.0"></Konfiguration>'
BEISPIEL 7
Add-Prozesspaket -Prozesspaket "birt.cs20" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2017-07.1.xml" -Konfigurationsdatei birt.cs20.xml
Inhalt birt.cs20.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.birt.cs20_1.0"></Konfiguration>
BEISPIEL 8
Add-Prozesspaket -Prozesspaket "crm.konn" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2017-07.1.xml" -Konfigurationsdatei crm.konn.xml
Inhalt crm.konn.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.crm.konn_1.0"> <Mandanten> <Name>10</Name> </Mandanten> </Konfiguration> Der Mandant 10 erhält die SIG 'CustomerRelationshipManagementKonnektor'.
BEISPIEL 9
Add-Prozesspaket -Prozesspaket "dash.lief" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2017-07.1.xml" -Konfigurationsdatei dash.lief.xml
Inhalt dash.lief.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.dash.lief_1.0"> <Vertriebsmandanten> <Name>10</Name> <Name>20</Name> </Vertriebsmandanten> </Konfiguration>
BEISPIEL 10
Add-Prozesspaket -Prozesspaket "dsgvo.mgr" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2017-07.1.xml" -Konfigurationsdatei dsgvo.mgr.xml
Inhalt dsgvo.mgr.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.dsgvo.mgr_1.0"></Konfiguration>
BEISPIEL 11
Add-Prozesspaket -Prozesspaket "eeg" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2017-07.1.xml" -Konfigurationsdatei eeg.xml
Inhalt eeg.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.eeg_1.0"></Konfiguration>
BEISPIEL 12
Add-Prozesspaket -Prozesspaket "imsb" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2017-07.1.xml" -Konfigurationsdatei imsb.xml
Inhalt imsb.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.imsb_1.0"></Konfiguration>
BEISPIEL 13
Add-Prozesspaket -Prozesspaket "maw" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2019-10.1.xml" -Konfigurationsdatei maw.xml
Inhalt maw.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.maw_1.0"></Konfiguration>
BEISPIEL 14
Add-Prozesspaket -Prozesspaket "mwm.lief" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2017-07.1.xml" -Konfigurationsdatei mwm.lief.xml
Inhalt mwm.lief.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.mwm.lief_1.0"></Konfiguration>
BEISPIEL 15
Add-Prozesspaket -Prozesspaket "mwm.netz" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2017-07.1.xml" -Konfigurationsdatei mwm.netz.xml
Inhalt mwm.netz.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.mwm.netz_1.0"></Konfiguration>
BEISPIEL 16
Add-Prozesspaket -Prozesspaket "platform.monitoring" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2017-07.1.xml" -Konfigurationsdatei platform.monitoring.xml
Inhalt platform.monitoring.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.platform.monitoring_1.0" ElasticHost="meinRechnername:9200" KibanaUrl="meinRechnername:5601" System="meinRechnername" Tags="meinTag1,meinTag2"> </Konfiguration>
BEISPIEL 17
Add-Prozesspaket -Prozesspaket "pseudo.lief" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2017-07.1.xml" -Konfigurationsdatei pseudo.lief.xml
Inhalt pseudo.lief.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.pseudo.lief_1.0"></Konfiguration>
BEISPIEL 18
Add-Prozesspaket -Prozesspaket "vbm" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2020-09.xml" -Konfigurationsdatei vbm.xml
Inhalt vbm.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.vbm_1.0"> <Mandanten> <Name>10</Name> <Name>20</Name> </Mandanten> </Konfiguration> Die Mandanten 10 und 20 erhalten die SIG 'DocumentLifecycleManagement'.
BEISPIEL 19
Add-Prozesspaket -Prozesspaket "webrdp" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2021-08.xml" -Konfigurationsdatei webrdp.xml
Inhalt webrdp.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.webrdp_1.0"></Konfiguration>
BEISPIEL 20
Nur für den internen Gebrauch innerhalb der Schleupen AG
Add-Prozesspaket -Prozesspaket "xs.systemeinrichtung" -PackagePool \\localhost\PackageRepository\ale -Freigabestand "\\SomeServer\Monatsupdate 2017-07.1.xml" -Konfigurationsdatei xs.systemeinrichtung.xml Inhalt xs.systemeinrichtung.xml: <Konfiguration xmlns="urn:Schleupen.CS.ins.ein.xs.systemeinrichtung_1.0"></Konfiguration>

Top of page

Syntax

Export-SystemStructure [-FilePath] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

Export-SystemStructure [-ExpertMode] [[-OutFilePath] <String>] [-IncludeElementIds] 
[[-ExportRootElementId] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-FilePath Pfad zur Datei, in die die Systemstruktur exportiert werden soll. true false
-ExpertMode true false False
-OutFilePath false false
-IncludeElementIds true false False
-ExportRootElementId false false
-WhatIf wi false false
-Confirm cf false false

Examples

BEISPIEL 1
Export-SystemStructure .\MySystemStructure.xml

Top of page

Syntax

Import-SystemStructure [-FilePath] <String> [[-EnforceAddServiceImplementationGroups]] [-WhatIf] 
[-Confirm] [<CommonParameters>]

Import-SystemStructure [[-EnforceAddServiceImplementationGroups]] [-ExpertMode] [[-InputFilePath] 
<String>] [-AcceptElementIds] [-WhatIf] [-Confirm] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-FilePath Pfad zur Datei, deren Inhalt importiert werden soll. true false
-EnforceAddServiceImplementationGroups false false False
-ExpertMode true false False
-InputFilePath false false
-AcceptElementIds true false False
-WhatIf wi false false
-Confirm cf false false

Examples

BEISPIEL 1
Import-SystemStructure c:\temp\MySystemStructure.xml
BEISPIEL 2
Verknüpfung der Serviceimplementierungsgruppe 'Messstellenbetrieb' mit Elementtyp 'Mandant'.
Export-SystemStructure -FilePath "C:\Temp\SystemStructure.xml" Systemstruktur in der Datei anpassen: <SystemStructure xmlns="urn:Schleupen.CS.PI.SB.SystemStructure_3.6"> ... <ElementType> <Name>Mandant</Name> <DisplayName>Mandant 1234</DisplayName> <Groups> <Group>Messstellenbetrieb</Group> ... </Groups> </ElementType> ... </SystemStructure> Import-SystemStructure -FilePath "C:\Temp\SystemStructure.xml"
BEISPIEL 3
Verknüpfung der Serviceimplementierungsgruppe 'Messstellenbetrieb' mit Element 'Mandant - 9999'.
Export-SystemStructure -FilePath "C:\Temp\SystemStructure.xml" Systemstruktur in der Datei anpassen: <SystemStructure xmlns="urn:Schleupen.CS.PI.SB.SystemStructure_3.6"> ... <Element> <Name>9999</Name> <DisplayName>Mandant 1234</DisplayName> <Type>Mandant</Type> <Databases> ... </Databases> <Groups> <Group>Messstellenbetrieb</Group> ... </Groups> </Element> ... </SystemStructure> Import-SystemStructure -FilePath "C:\Temp\SystemStructure.xml" Sollen im CS2/CS3-Mapping neue Einträge ergänzt werden, so kann die Id der Einträge an der PowerShell generiert werden: PS C:\> New-Guid

Top of page

Syntax

Complete-CSConfiguration [-EnforceAddServiceImplementationGroups <SwitchParameter>] 
[<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-EnforceAddServiceImplementationGroups Parameter für den Einsatz bei Testsystemen: Hierüber kann die erweiterte, defaultbasierte
Verarbeitung von Serviceimplementierungsgruppen aktiviert werden, um eine automatisierte
Konfiguration von Testsystemen zu ermöglichen.
false false False

Examples

EXAMPLE 1
Complete-CSConfiguration

Top of page

Syntax

Enable-Prozesspaket [-Prozesspaket] <string> [-Konfigurationsdatei] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Prozesspaket Kürzel des zu ergänzenden Prozesspakets true false
-Konfigurationsdatei Angabe der Prozesspaketkonfigurationsdatei. true false

Examples

EXAMPLE 1
Enable-Prozesspaket -Prozesspaket dsvgo.mgr -Konfigurationsdatei mydsvgoconfig.xml
In diesem Beispiel werden die notwendigen Serviceimplementierungsgruppen für das dsvgo-Prozesspaket zur Systemstruktur hinzugefügt

Top of page

Syntax

Test-Prozesspaket [-Prozesspaket] <string> [-Konfigurationsdatei] <string> [<CommonParameters>]

Test-Prozesspaket [[-BillLiefKonfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-BillLiefCS3Konfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-BillLiefGasKonfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-BillLiefGasCS3Konfiguration] <ProcessPackageConfiguration>] 
[<CommonParameters>]

Test-Prozesspaket [[-BillLiefWasKonfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-BillLiefWrmKonfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-BillStdKonfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-BillStdCS3Konfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-BillMsbKonfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-BillRdKonfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-BirtCS20Konfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-CrmKonnKonfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-DashLiefKonfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-DsgvoMgrKonfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-EegKonfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-ImsbKonfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-MawKonfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-MwmLiefKonfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-MwmNetzKonfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-PlatformMonitoringKonfiguration] <ProcessPackageConfiguration>] 
[<CommonParameters>]

Test-Prozesspaket [[-PseudoLiefKonfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-TaIhCS20Konfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-SystemeinrichtungKonfiguration] <ProcessPackageConfiguration>] 
[<CommonParameters>]

Test-Prozesspaket [[-VbmKonfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-WebrdpKonfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Test-Prozesspaket [[-As4Konfiguration] <ProcessPackageConfiguration>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Prozesspaket Kürzel des zu ergänzenden Prozesspakets true false
-Konfigurationsdatei Angabe der Prozesspaketkonfigurationsdatei. true false
-BillLiefKonfiguration Angabe der 'bill.lief'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-BillLiefCS3Konfiguration Angabe der 'bill.lief'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-BillLiefGasKonfiguration Angabe der 'bill.lief.gas'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-BillLiefGasCS3Konfiguration Angabe der 'bill.lief.gas.cs3'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-BillLiefWasKonfiguration Angabe der 'bill.lief'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-BillLiefWrmKonfiguration Angabe der 'bill.lief'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-BillStdKonfiguration Angabe der 'bill.std'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-BillStdCS3Konfiguration Angabe der 'bill.std.cs3'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-BillMsbKonfiguration Angabe der 'bill.msb'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-BillRdKonfiguration Angabe der 'bill.rd'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-BirtCS20Konfiguration Angabe der 'birt.cs20'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-CrmKonnKonfiguration Angabe der 'crm.konn'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-DashLiefKonfiguration Angabe der 'dash.lief'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-DsgvoMgrKonfiguration Angabe der 'dsgvo.mgr'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-EegKonfiguration Angabe der 'eeg'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-ImsbKonfiguration Angabe der 'imsb'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-MawKonfiguration Angabe der 'maw'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-MwmLiefKonfiguration Angabe der 'mwm.lief'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-MwmNetzKonfiguration Angabe der 'mwm.netz'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-PlatformMonitoringKonfiguration Angabe der 'platform.monitoring'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-PseudoLiefKonfiguration Angabe der 'pseudo.lief'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-TaIhCS20Konfiguration Angabe der 'ta.ih.cs20'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-SystemeinrichtungKonfiguration Angabe der 'xs.systemeinrichtung'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-VbmKonfiguration Angabe der 'vbm'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-WebrdpKonfiguration Angabe der 'webrdp'-Prozesspaketkonfiguration als Objekt. false true (ByValue)
-As4Konfiguration Angabe der 'as4'-Prozesspaketkonfiguration als Objekt. false true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • Schleupen.CS.ins.ein.ProcessPackages.Bill.Lief.ProcessPackageConfiguration Angabe der 'bill.lief'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Bill.Lief.CS3.ProcessPackageConfiguration Angabe der 'bill.lief'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Bill.Lief.Gas.ProcessPackageConfiguration Angabe der 'bill.lief.gas'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Bill.Lief.Gas.CS3.ProcessPackageConfiguration Angabe der 'bill.lief.gas.cs3'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Bill.Lief.Was.ProcessPackageConfiguration Angabe der 'bill.lief'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Bill.Lief.Wrm.ProcessPackageConfiguration Angabe der 'bill.lief'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Bill.Std.ProcessPackageConfiguration Angabe der 'bill.std'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Bill.Std.CS3.ProcessPackageConfiguration Angabe der 'bill.std.cs3'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Bill.Msb.ProcessPackageConfiguration Angabe der 'bill.msb'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Bill.Rd.ProcessPackageConfiguration Angabe der 'bill.rd'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Birt.CS20.ProcessPackageConfiguration Angabe der 'birt.cs20'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Crm.Konn.ProcessPackageConfiguration Angabe der 'crm.konn'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Dash.Lief.ProcessPackageConfiguration Angabe der 'dash.lief'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Dsgvo.Mgr.ProcessPackageConfiguration Angabe der 'dsgvo.mgr'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Eeg.ProcessPackageConfiguration Angabe der 'eeg'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Imsb.ProcessPackageConfiguration Angabe der 'imsb'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Maw.ProcessPackageConfiguration Angabe der 'maw'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Mwm.Lief.ProcessPackageConfiguration Angabe der 'mwm.lief'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Mwm.Netz.ProcessPackageConfiguration Angabe der 'mwm.netz'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Platform.Monitoring.ProcessPackageConfiguration Angabe der 'platform.monitoring'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Pseudo.Lief.ProcessPackageConfiguration Angabe der 'pseudo.lief'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Ta.Ih.CS20.ProcessPackageConfiguration Angabe der 'ta.ih.cs20'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.XS.Systemeinrichtung.ProcessPackageConfiguration Angabe der 'xs.systemeinrichtung'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Vbm.ProcessPackageConfiguration Angabe der 'vbm'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.Webrdp.ProcessPackageConfiguration Angabe der 'webrdp'-Prozesspaketkonfiguration als Objekt. Schleupen.CS.ins.ein.ProcessPackages.As4.ProcessPackageConfiguration Angabe der 'as4'-Prozesspaketkonfiguration als Objekt.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.ins.ein.ProcessPackages.As4.ProcessPackageConfiguration Containerobject 'as4'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Bill.Lief.CS3.ProcessPackageConfiguration Containerobject 'bill.lief.cs3'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Bill.Lief.Gas.CS3.ProcessPackageConfiguration Containerobject 'bill.lief.gas.cs3'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Bill.Lief.Gas.ProcessPackageConfiguration Containerobject 'bill.lief.gas'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Bill.Lief.ProcessPackageConfiguration Containerobject 'bill.lief'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Bill.Lief.Was.ProcessPackageConfiguration Containerobject 'bill.msb'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Bill.Lief.Wrm.ProcessPackageConfiguration Containerobject 'bill.msb'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Bill.Msb.ProcessPackageConfiguration Containerobject 'bill.msb'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Bill.Rd.ProcessPackageConfiguration Containerobject 'bill.rd'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Bill.Std.CS3.ProcessPackageConfiguration Containerobject 'bill.std.cs3'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Bill.Std.ProcessPackageConfiguration Containerobject 'bill.std'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Birt.CS20.ProcessPackageConfiguration Containerobject 'birt.cs20'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Crm.Konn.ProcessPackageConfiguration Containerobject 'crm.konn'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Dash.Lief.ProcessPackageConfiguration Container-Object 'dash.lief'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Dsgvo.Mgr.ProcessPackageConfiguration Containerobject 'dsgvo.mgr'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Eeg.ProcessPackageConfiguration Containerobject 'eeg'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Imsb.ProcessPackageConfiguration Containerobject 'imsb'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Maw.ProcessPackageConfiguration Containerobject 'maw'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Mwm.Lief.ProcessPackageConfiguration Containerobject 'mwm.lief'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Mwm.Netz.ProcessPackageConfiguration Containerobject 'mwm.netz'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Platform.Monitoring.ProcessPackageConfiguration Containerobject 'platform.monitoring'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Pseudo.Lief.ProcessPackageConfiguration Containerobject 'pseudo.lief'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Ta.Ih.CS20.ProcessPackageConfiguration Containerobject 'ta.ih.cs20'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Vbm.ProcessPackageConfiguration Containerobject 'vbm'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.Webrdp.ProcessPackageConfiguration Containerobject 'webrdp'-Prozesspaketkonfiguration Schleupen.CS.ins.ein.ProcessPackages.XS.Systemeinrichtung.ProcessPackageConfiguration Containerobject 'eeg'-Prozesspaketkonfiguration

Examples

EXAMPLE 1
Test-Prozesspaket -Prozesspaket eeg -Konfigurationsdatei myeegconfig.xml
In diesem Beispiel ist die 'eeg'-Prozesspaketkonfiguration per Datei myeegconfig.xml angegeben.
EXAMPLE 2
$myeegconfig = New-Object Schleupen.CS.ins.ein.ProcessPackages.Eeg.ProcessPackageConfiguration
Test-Prozesspaket -EegKonfiguration $myeegconfig
In diesem Beispiel ist die 'eeg'-Prozesspaketkonfiguration per Variable $myeegconfig angegeben.

Top of page