I'd like to put this into Task Scheduler, but I can't seem to find the right commands in order to run it from my workstation.
Saved as databases.ps1: Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin get-mailbox -resultSize unlimited | ft DisplayName, Alias, Database > "c:\temp\databases.txt" Scheduled task: C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe -command "C:\temp\databases.ps1" The error I get is "Active Directory server is not available. Supplied credentials are invalid" When I run it from the Exchange Shell, it works great. Only errors outside of the Exchange Shell. What am I missing? This is the first time I've tried scheduling PS output. Thanks- Angie ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~ ~ http://www.sunbeltsoftware.com/Ninja ~
