You could use this command to get a more specific name for your database Get-mailboxdatabase | select name,identity
Then use the more specific information in your Add-Adpermission command. Jim Collins Sr. Systems Engineer Competitive Computing, Inc. www.competitive.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kennedy, Jim Sent: Friday, January 18, 2008 2:28 PM To: Exchange Discussions Subject: 2007 powershell syntax. Getting hung up on syntax to grant full access to a store. Add-ADPermission -Identity "AKAdministration" -User "KennedyJim" -ExtendedRights FullAccess That returns 'there are multiple objects matching the identity 'akadministration' I have tried "servername\akadministration which gets me object not found. _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/read/?forum=exchange To subscribe: http://e-newsletters.internet.com/discussionlists.html/ To unsubscribe send a blank email to [EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with. _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/read/?forum=exchange To subscribe: http://e-newsletters.internet.com/discussionlists.html/ To unsubscribe send a blank email to [EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
