Microsoft
Software
Hardware
Network
Question : Problem: BlackBerry, Send As, and AdminSDholder
I'm having this problem with a couple of accounts that are domain admins.
To be able to get these users to properly keep the Send As permissions that they need to work with BlackBerry without removing them from any groups, we can use the following command to change the default permissions for the AdminSDHolder object:
dsacls "cn=adminsdholder,cn=syste
m,dc=mydom
ain,dc=com
" /G "MYDOMAIN\BlackBerrySA:CA;
Send As"
Note: In this command, MYDOMAIN\BlackBerrySA is a placeholder for the name of the BlackBerry Service account. Change it to represent the proper account name in use for this domain, also correct the dc=mydomain,dc=com portion to match the real local domain. Make sure that you do not add a space between BlackBerrySA and ":CA.
when I run this command I get this error message.
C:\>dsacls cn=adminsdholder,cn=system
,dc=LHAND,
dc=org /G LHAND\BESAdmin:CA;SendA
s
No GUID Found for SendAs
The parameter is incorrect.
The command failed to complete successfully.
C:\>
This page has the complete write up.
http://blogs.technet.com/s
bs/archive
/2006/06/3
0/439685.a
spx
What should the syntax be? Appreciate the help,
Greg
Answer : Problem: BlackBerry, Send As, and AdminSDholder
Looks like you're dropping the space, you don't want to do that. It's "Send As" not SendAs.
e.g.
dsacls cn=adminsdholder,cn=system
,dc=LHAND,
dc=org /G "LHAND\BESAdmin:CA;Send As"
HTH
Chris
Random Solutions
Problem: WTF's up with my iSCSI network config ???
Problem: Is a DVI-D cable and a video card with a DVI-I port compatible.
Problem: Triplicate Calendar Events
Problem: usb midi driver problem
Problem: VPN tunnel is created but no access to local network
Problem: VLAN setup on Power Connect 3348
Problem: Wireless AAA
Problem: Citrix Best Practice
Problem: laptop cannot access shared printer
Problem: Does it make sense to port channel two 1GB interfaces in this scenerio?