View Existing Send Of Behalf of Users for Public Folder
How do I do this in 2007 I can't seem to find a PS command that will do this.Thanks!
February 25th, 2010 12:53am

Hi, U can use get-MailPublicFolder PFIdentity | FL GrantSendOnBehalf* Regards, Laeeq Qazi|Team Lead(Exchange + Sharepoint + BES + DynamicsCRM) www.HostingController.com
Free Windows Admin Tool Kit Click here and download it now
February 25th, 2010 1:12am

On Wed, 24 Feb 2010 21:53:28 +0000, Mloradites wrote:>How do I do this in 2007 I can't seem to find a PS command that will do this.Thanks! get-mailpublicfolder is the cmdlet. GrantSendOnBehalfTo is the value.---Rich MatheisenMCSE+I, Exchange MVP--- Rich Matheisen MCSE+I, Exchange MVP
February 25th, 2010 5:33am

Please try the following command:Get-mailpublicfolder | where-object {$_.grantsendonbehalfto –ne $null} | ft alias, grantsendonbehalfto
Free Windows Admin Tool Kit Click here and download it now
February 25th, 2010 11:12am

Hi,How things are going? Any update on the issue?
March 2nd, 2010 5:07am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics