Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Hallo zusammen, 

ich bin immer noch mit unseren Exchange im Gange. 

Ich will die Weiterleitungen prüfen, die nach außen gehen. 

Ich bekomme in der Exchange Shell keine Fehlermeldung und keine Ausgabe. 

Ich habe diesen Befehl mit Get-Mailbox: 

Get-Mailbox -ResultSize unlimited | Where-Object {$_.ForwardingSMTPAddress -ne $null} | Select-Object Name,ForwardingSMTPAddress

Wo ist der Fehler?

 

Grüße

Schaut eigentlich richtig aus, tut aber nicht.

 

Ich habs damit gemacht

# Get mailboxes with forwarding enabled
$mailboxesWithForwarding = Get-Mailbox -Filter {ForwardingAddress -ne $null} -ResultSize Unlimited

# Create an array to store mailbox information
$mailboxInfo = @()

# Iterate through each mailbox with forwarding enabled
foreach ($mailbox in $mailboxesWithForwarding) {
    $info = [PSCustomObject]@{
        DisplayName              = $mailbox.DisplayName
        ForwardingAddress        = $mailbox.ForwardingAddress.ToString()
        EmailsDeliveredToMailbox = $mailbox.DeliverToMailboxAndForward
    }

    $mailboxInfo += $info
}

$mailboxInfo | Export-Csv -Path "C:\temp\MailboxesWithForwarding.csv" -NoTypeInformation

 

  • Autor

Hallo, 

danke für die Antwort mit dem PS-Script. 

Leider bekomme ich hier die gleiche Ausgabe, wie bei: 

  • Get-Mailbox -Resultsize unlimited | Where-Object {$_.ForwardingAddress -ne $null} | Select-Object Name,ForwardingAddress | Format-List

 

Hast Du noch eine andere Idee?

 

 

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.