Erstellt eine FTP-Server-Konfiguration.
Erstellt eine FTP-Server-Konfiguration.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Der Servername der FTPServerConfiguration. | true | false | |||
Das Passwort der FTPServerConfiguration. | true | false | |||
Der Port der FTPServerConfiguration. | true | false | 0 | ||
Ob die FTPServerConfiguration SSL verwendet. | true | false | False | ||
Art der verschlüsselten Verbindung. Possible values: SslTls, StartTls |
true | false | |||
Der Timeout der FTPServerConfiguration (in Millisekunden). | true | false | 0 | ||
Der Benutzer der FTPServerConfiguration. | true | false | |||
Verwendung von passivem Modus für die FtpPostboxConfiguration. | false | false | False |
Construct-FtpServerConfiguration
Erstellt eine IMAP-Server-Konfiguration.
Erstellt eine IMAP-Server-Konfiguration.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Der Servername der ImapServerConfiguration. | true | false | |||
Das Passwort der ImapServerConfiguration. | true | false | |||
Der Port der ImapServerConfiguration. | true | false | 0 | ||
Ob die FTPServerConfiguration SSL verwendet. | true | false | False | ||
Art der verschlüsselten Verbindung. Possible values: SslTls, StartTls |
true | false | |||
Der Timeout der ImapServerConfiguration. | true | false | 0 | ||
Der Benutzer der ImapServerConfiguration. | true | false |
Construct-ImapServerConfiguration
Erstellt eine POP3-Server-Konfiguration.
Erstellt eine POP3-Server-Konfiguration.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Der Servername der Pop3ServerConfiguration. | true | false | |||
Das Passwort der Pop3ServerConfiguration. | true | false | |||
Der Port der Pop3ServerConfiguration. | true | false | 0 | ||
Ob die FTPServerConfiguration SSL verwendet. | true | false | False | ||
Art der verschlüsselten Verbindung. Possible values: SslTls, StartTls |
true | false | |||
Der Timeout der Pop3ServerConfiguration. | true | false | 0 | ||
Der Benutzer der Pop3ServerConfiguration. | true | false |
Construct-Pop3ServerConfiguration
Erstellt eine SMTP-Server-Konfiguration.
Erstellt eine SMTP-Server-Konfiguration.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Der Servername der SmtpServerConfiguration. | true | false | |||
Das Passwort der SmtpServerConfiguration. | true | false | |||
Der Port der SmtpServerConfiguration. | true | false | 0 | ||
Ob die FTPServerConfiguration SSL verwendet. | true | false | False | ||
Art der verschlüsselten Verbindung. Possible values: SslTls, StartTls |
true | false | |||
Der Timeout der SmtpServerConfiguration. | true | false | 0 | ||
Der Benutzer der SmtpServerConfiguration. | true | false |
Construct-Pop3ServerConfiguration
Konvertiert eine Server-Konfiguration.
Konvertiert eine Server-Konfiguration.
Convert-ServerConfiguration -SessionToken <string> [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Das SessionToken. | true | false |
Convert-ServerConfiguration
Legt eine neue E-Mail-Postbox-Konfiguration an.
Legt eine neue E-Mail-Postbox-Konfiguration an.
New-EmailPostboxConfiguration -EmailAddress <string> -Id <string> -IncomingMailServer <IncomingEmailServerConfigurationContract> -Name <string> -OutgoingMailServer <SMTPServerConfigurationContract> -SessionToken <string> [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Die Id der EmailPostboxConfiguration. | true | false | |||
Der Name der EmailPostboxConfiguration. | true | false | |||
Die E-Mail-Adresse der EmailPostboxConfiguration. | true | false | |||
Der Server für eingehenden E-Mail-Verkehr der EmailPostboxConfiguration. | true | false | |||
Der Server für ausgehenden E-Mail-Verkehr der EmailPostboxConfiguration. | true | false | |||
true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
New-EmailPostboxConfiguration
Legt eine neue FTP-Postbox-Konfiguration an.
Legt eine neue FTP-Postbox-Konfiguration an.
New-FtpPostboxConfiguration -Directory <string> -Id <string> -Name <string> -Server <FTPServerConfigurationContract> -SessionToken <string> [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Die Id der FtpPostboxConfiguration. | true | false | |||
Der Name der FtpPostboxConfiguration. | true | false | |||
Der Server der FtpPostboxConfiguration. | true | false | |||
Das Verzeichnis der FtpPostboxConfiguration. | true | false | |||
true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
New-FtpPostboxConfiguration
Entfernt die Postbox-Konfigurationen.
Entfernt die Postbox-Konfigurationen.
Remove-PostboxConfiguration -Id <Guid> -SessionToken <string> [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
true | true (ByValue) | 00000000-0000-0000-0000-000000000000 | |||
true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
Remove-PostboxConfiguration
Selektiert die Postbox-Konfigurationen.
Selektiert die Postbox-Konfigurationen.
Select-PostboxConfiguration [[-SearchMode] {BeginsWith | Wildcard | Exact}] [[-MaxResults] <int>] -SessionToken <string> [-Name <string>] [-Type {Email | Ftp}] [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Der Typ der PostboxConfiguration, nach der gesucht werden soll. Possible values: Email, Ftp |
false | false | |||
Der Name der PostboxConfiguration nach der gesucht werden soll. | false | false | |||
Possible values: BeginsWith, Wildcard, Exact | false | true (ByValue) | BeginsWith | ||
false | true (ByValue) | ||||
true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
Select-PostboxConfiguration
Testet die Konfiguration eines E-Mail-Postfachs.
Testet die Konfiguration einer E-Mail-Postfachs. Es wird eine Test-E-Mail versendet.
Test-EmailPostboxConfiguration [-Id] <Guid> [[-TimeoutInSeconds] <int>] [-SessionToken] <string> [<CommonParameters>] Test-EmailPostboxConfiguration [-Configuration] <EmailPostboxConfigurationContract> [[-TimeoutInSeconds] <int>] [-SessionToken] <string> [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Die ID der zu testenden Konfiguration. | true | false | 00000000-0000-0000-0000-000000000000 | ||
Die zu testende Konfiguration. | true | false | |||
Das Timeout in Sekunden. | false | false | 30 | ||
Das SessionToken. | true | false |
Test-EmailPostboxConfiguration -ID '{FFC037FB-9920-4386-BE6A-FE5150CA90E0}'
Test-EmailPostboxConfiguration -Configuration $configuration
Aktualisiert das Passwort einer Postbox-Konfiguration.
Aktualisiert das Passwort einer Postbox-Konfiguration.
Update-CSPostboxPassword -NewPassword <SecureString> -NewPasswordRepeated <SecureString> -PostboxConfigurationId <string> -ServerConfigurationId <string> -SessionToken <string> [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
true | false | ||||
true | false | ||||
false | false | ||||
true | false | ||||
true | false | ||||
true | false |
Update-CSPostboxPassword
Aktualisiert die Postbox-Konfigurationen.
Aktualisiert die Postbox-Konfigurationen.
Update-PostboxConfiguration -Entity <PostboxConfigurationContract> -SessionToken <string> [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Die zu aktualisierende PostboxConfiguration. | true | true (ByValue) | |||
true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
Update-PostboxConfiguration
Aktualisiert die Postbox-Konfigurationen.
Aktualisiert die Postbox-Konfigurationen.
Validate-PostboxConfiguration -PostboxConfiguration <PostboxConfigurationContract> -SessionToken <string> [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Die zu validierende PostboxConfiguration. | true | false | |||
true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
Update-PostboxConfiguration