Monthly Archives: September 2010
Print all mail enabled public folders
$Address = @{Name=”SMTPAddress”;expression={if ($_.MailEnabled -eq $True){Get-MailPublicFolder $_ | Select PrimarySMTPAddress}}} Get-PublicFolder -GetChildren | select Name, Identity, MailEnabled, $Address | ft -Auto ################################### Or export to CSV the complete list of public folders: Get-PublicFolder -Recurse | Export-Csv c:\public_folders.csv -noType
Filed under Datacenters, Windows
Exchange 2007: Database Statistics in Powershell
1. How do we find number of mailboxes in each database? On Screen: Get-MailboxDatabase | Select Server, StorageGroupName, Name, @{Name=”Number Of Mailboxes”;expression={(Get-Mailbox -Database $_.Identity | Measure-Object).Count}} | Format-Table -AutoSize Export to CSV: Get-MailboxDatabase | Select Server, StorageGroupName, Name, @{Name=”Number Of … Continue reading
Filed under Datacenters, Windows
British mosses and liverworts – A field guide
If you are interested in mosses, liverworts, and such plants, you for sure need to look at this website: http://www.bbsfieldguide.org.uk/ Better still, go ahead and buy the book, for £25 including shipping. http://rbg-web2.rbge.org.uk/bbs/Activities/Field_Guide_order.htm The blurb says: Our islands’ mosses and … Continue reading
Filed under Aquatic Plants, UK





