Find hidden users in the GAL using this powershell command: Get-Mailbox | Where {$_.HiddenFromAddressListsEnabled -eq $True} | Select Name, HiddenFromAddressListsEnabled
-
-
Exchange 2007: Send-As
Find all mailboxes with Send As permissions for someone other than yourself with Exchange PowerShell using this command: Get-Mailbox | Get-ADPermission | where {($_.ExtendedRights -like “*Send-As*â€) -and -not ($_.User -like “NT AUTHORITYSELFâ€)} | FT -Wrap
-
Unix Users Association of Southern California Talk
Here is the preso I gave at the UUASC meeting for LA on Heterogenous Networking on September 7th: Mac OS X: Playing Nice in a Heterogenous World
-
Mac OS X 10.5 Server: PDC Emulation and Domain Admins
Creating a Domain Admins group article on AFP548.com: http://www.afp548.com/article.php?story=200608252114039