Update List_All_User_Mailbox_Databases.ps1
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
# Snapin for Exchange 2013 and later
|
||||
Add-PSSnapin Microsoft.Exchange.Management.PowerShell.SnapIn;
|
||||
|
||||
# Show current Database of Users
|
||||
# Show current Database of Users and Export in a CSV Format that can be easily imported into Microsoft Excel
|
||||
Get-mailbox -ResultSize Unlimited | select SamAccountName, alias, database | export-csv ".\User_Mailbox_Databases.csv" -Append -NoTypeInformation -Encoding UTF8 -Delimiter ";"
|
||||
|
||||
Reference in New Issue
Block a user