Schleupen.CS.PI.AIF.PB.PowerShell

Syntax

Construct-FtpServerConfiguration -EncryptedConnectionMode {SslTls | StartTls} -Password <string> 
-Port <int> -Server <string> -Timeout <int> -User <string> -UseSsl <SwitchParameter> [-PassiveMode 
<bool>] [<CommonParameters>]

Construct-FtpServerConfiguration -Password <string> -Port <int> -Server <string> -Timeout <int> 
-User <string> [-PassiveMode <bool>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Server Der Servername der FTPServerConfiguration. true false
-Password Das Passwort der FTPServerConfiguration. true false
-Port Der Port der FTPServerConfiguration. true false 0
-UseSsl Ob die FTPServerConfiguration SSL verwendet. true false False
-EncryptedConnectionMode Art der verschlüsselten Verbindung.


Possible values: SslTls, StartTls
true false
-Timeout Der Timeout der FTPServerConfiguration (in Millisekunden). true false 0
-User Der Benutzer der FTPServerConfiguration. true false
-PassiveMode Verwendung von passivem Modus für die FtpPostboxConfiguration. false false False

Examples

EXAMPLE 1
Construct-FtpServerConfiguration
Erstellt eine FTP-Server-Konfiguration.

Top of page

Syntax

Construct-ImapServerConfiguration -EncryptedConnectionMode {SslTls | StartTls} -Password <string> 
-Port <int> -Server <string> -Timeout <int> -User <string> -UseSsl <SwitchParameter> 
[<CommonParameters>]

Construct-ImapServerConfiguration -Password <string> -Port <int> -Server <string> -Timeout <int> 
-User <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Server Der Servername der ImapServerConfiguration. true false
-Password Das Passwort der ImapServerConfiguration. true false
-Port Der Port der ImapServerConfiguration. true false 0
-UseSsl Ob die FTPServerConfiguration SSL verwendet. true false False
-EncryptedConnectionMode Art der verschlüsselten Verbindung.


Possible values: SslTls, StartTls
true false
-Timeout Der Timeout der ImapServerConfiguration. true false 0
-User Der Benutzer der ImapServerConfiguration. true false

Examples

EXAMPLE 1
Construct-ImapServerConfiguration
Erstellt eine IMAP-Server-Konfiguration.

Top of page

Syntax

Construct-Pop3ServerConfiguration -EncryptedConnectionMode {SslTls | StartTls} -Password <string> 
-Port <int> -Server <string> -Timeout <int> -User <string> -UseSsl <SwitchParameter> 
[<CommonParameters>]

Construct-Pop3ServerConfiguration -Password <string> -Port <int> -Server <string> -Timeout <int> 
-User <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Server Der Servername der Pop3ServerConfiguration. true false
-Password Das Passwort der Pop3ServerConfiguration. true false
-Port Der Port der Pop3ServerConfiguration. true false 0
-UseSsl Ob die FTPServerConfiguration SSL verwendet. true false False
-EncryptedConnectionMode Art der verschlüsselten Verbindung.


Possible values: SslTls, StartTls
true false
-Timeout Der Timeout der Pop3ServerConfiguration. true false 0
-User Der Benutzer der Pop3ServerConfiguration. true false

Examples

EXAMPLE 1
Construct-Pop3ServerConfiguration
Erstellt eine POP3-Server-Konfiguration.

Top of page

Syntax

Construct-SmtpServerConfiguration -EncryptedConnectionMode {SslTls | StartTls} -Password <string> 
-Port <int> -Server <string> -Timeout <int> -User <string> -UseSsl <SwitchParameter> 
[<CommonParameters>]

Construct-SmtpServerConfiguration -Password <string> -Port <int> -Server <string> -Timeout <int> 
-User <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Server Der Servername der SmtpServerConfiguration. true false
-Password Das Passwort der SmtpServerConfiguration. true false
-Port Der Port der SmtpServerConfiguration. true false 0
-UseSsl Ob die FTPServerConfiguration SSL verwendet. true false False
-EncryptedConnectionMode Art der verschlüsselten Verbindung.


Possible values: SslTls, StartTls
true false
-Timeout Der Timeout der SmtpServerConfiguration. true false 0
-User Der Benutzer der SmtpServerConfiguration. true false

Examples

EXAMPLE 1
Construct-Pop3ServerConfiguration
Erstellt eine SMTP-Server-Konfiguration.

Top of page

Syntax

Convert-ServerConfiguration -SessionToken <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-SessionToken Das SessionToken. true false

Examples

EXAMPLE 1
Convert-ServerConfiguration
Konvertiert eine Server-Konfiguration.

Top of page

Syntax

New-EmailPostboxConfiguration -EmailAddress <string> -Id <string> -IncomingMailServer 
<IncomingEmailServerConfigurationContract> -Name <string> -OutgoingMailServer 
<SMTPServerConfigurationContract> -SessionToken <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Id Die Id der EmailPostboxConfiguration. true false
-Name Der Name der EmailPostboxConfiguration. true false
-EmailAddress Die E-Mail-Adresse der EmailPostboxConfiguration. true false
-IncomingMailServer Der Server für eingehenden E-Mail-Verkehr der EmailPostboxConfiguration. true false
-OutgoingMailServer Der Server für ausgehenden E-Mail-Verkehr der EmailPostboxConfiguration. true false
-SessionToken true true (ByValue)

Inputs

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

  • System.String

Examples

EXAMPLE 1
New-EmailPostboxConfiguration
Legt eine neue E-Mail-Postbox-Konfiguration an.

Top of page

Syntax

New-FtpPostboxConfiguration -Directory <string> -Id <string> -Name <string> -Server 
<FTPServerConfigurationContract> -SessionToken <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Id Die Id der FtpPostboxConfiguration. true false
-Name Der Name der FtpPostboxConfiguration. true false
-Server Der Server der FtpPostboxConfiguration. true false
-Directory Das Verzeichnis der FtpPostboxConfiguration. true false
-SessionToken true true (ByValue)

Inputs

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

  • System.String

Examples

EXAMPLE 1
New-FtpPostboxConfiguration
Legt eine neue FTP-Postbox-Konfiguration an.

Top of page

Syntax

Remove-PostboxConfiguration -Id <Guid> -SessionToken <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Id true true (ByValue) 00000000-0000-0000-0000-000000000000
-SessionToken true true (ByValue)

Inputs

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

  • System.Guid System.String

Examples

EXAMPLE 1
Remove-PostboxConfiguration
Entfernt die Postbox-Konfigurationen.

Top of page

Syntax

Select-PostboxConfiguration [[-SearchMode] {BeginsWith | Wildcard | Exact}] [[-MaxResults] <int>] 
-SessionToken <string> [-Name <string>] [-Type {Email | Ftp}] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Type Der Typ der PostboxConfiguration, nach der gesucht werden soll.


Possible values: Email, Ftp
false false
-Name Der Name der PostboxConfiguration nach der gesucht werden soll. false false
-SearchMode Possible values: BeginsWith, Wildcard, Exact false true (ByValue) BeginsWith
-MaxResults false true (ByValue)
-SessionToken true true (ByValue)

Inputs

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

  • Schleupen.CS.PI.Framework.PowerShell.SearchMode System.Int32 System.String

Examples

EXAMPLE 1
Select-PostboxConfiguration
Selektiert die Postbox-Konfigurationen.

Top of page

Syntax

Test-EmailPostboxConfiguration [-Id] <Guid> [[-TimeoutInSeconds] <int>] [-SessionToken] <string> 
[<CommonParameters>]

Test-EmailPostboxConfiguration [-Configuration] <EmailPostboxConfigurationContract> 
[[-TimeoutInSeconds] <int>] [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Id Die ID der zu testenden Konfiguration. true false 00000000-0000-0000-0000-000000000000
-Configuration Die zu testende Konfiguration. true false
-TimeoutInSeconds Das Timeout in Sekunden. false false 30
-SessionToken Das SessionToken. true false

Examples

EXAMPLE 1
Test-EmailPostboxConfiguration -ID '{FFC037FB-9920-4386-BE6A-FE5150CA90E0}'
Testet die Konfiguration eines E-Mail-Postfachs anhand einer ID.
EXAMPLE 2
Test-EmailPostboxConfiguration -Configuration $configuration
Testet die Konfiguration eines E-Mail-Postfachs anhand einer Entität.

Top of page

Syntax

Update-CSPostboxPassword -NewPassword <SecureString> -NewPasswordRepeated <SecureString> 
-PostboxConfigurationId <string> -ServerConfigurationId <string> -SessionToken <string> 
[<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-PostboxConfigurationId true false
-ServerConfigurationId true false
-OldPassword false false
-NewPassword true false
-NewPasswordRepeated true false
-SessionToken true false

Examples

EXAMPLE 1
Update-CSPostboxPassword
Aktualisiert das Passwort einer Postbox-Konfiguration.

Top of page

Syntax

Update-PostboxConfiguration -Entity <PostboxConfigurationContract> -SessionToken <string> 
[<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Entity Die zu aktualisierende PostboxConfiguration. true true (ByValue)
-SessionToken true true (ByValue)

Inputs

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

  • Schleupen.CS.PI.AIF.Postbox.PostboxConfigurations.EntityService.V3_2.PostboxConfigurationContract Die zu aktualisierende PostboxConfiguration. System.String

Examples

EXAMPLE 1
Update-PostboxConfiguration
Aktualisiert die Postbox-Konfigurationen.

Top of page

Syntax

Validate-PostboxConfiguration -PostboxConfiguration <PostboxConfigurationContract> -SessionToken 
<string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-PostboxConfiguration Die zu validierende PostboxConfiguration. true false
-SessionToken true true (ByValue)

Inputs

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

  • System.String

Examples

EXAMPLE 1
Update-PostboxConfiguration
Aktualisiert die Postbox-Konfigurationen.

Top of page