How can I insert the following octet string in the msExchM..

G

Guest

Guest
Archived from groups: microsoft.public.win2000.active_directory (More info?)

Try to set 0x01 0x01 0x00 0x00 0x00 0x00 0x00 0x05 0x0a 0x00 0x00 0x00
to msExchMasterAccount Attribute in AD,
user.Properties("msExchMasterAccountSID").Value =&H11000005A000 not work,
who knows how to set this value?
Thanks!
--
Lily
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.active_directory (More info?)

I'm not sure but try to do it through ADSIEdit, navigate the domain to the
user, right click on the container representing the user, search for that
property, and enter it in Hex or Bin as you like.

--
Yours truly,
Mohammed A. Raslan
Systems Engineer / Consultant
MCSE+I NT4, MCSA: Security , MCSE: Security, MCDBA, CCNA
Mobile: +20 (12) 36 26 112 / +965 978 1969
E-Mail: m_raslan@link.net.removethis

"Lily" <Lily@discussions.microsoft.com> wrote in message
news:D7CC3858-1F92-4036-A16A-14A5B5A128FD@microsoft.com...
> Try to set 0x01 0x01 0x00 0x00 0x00 0x00 0x00 0x05 0x0a 0x00 0x00 0x00
> to msExchMasterAccount Attribute in AD,
> user.Properties("msExchMasterAccountSID").Value =&H11000005A000 not work,
> who knows how to set this value?
> Thanks!
> --
> Lily
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.active_directory (More info?)

Mohammed,
Thanks for the reply, but I need set this value from my vb code, have idea
how to do it?

Thank you!

Lily

"Mohammed A. Raslan" wrote:

> I'm not sure but try to do it through ADSIEdit, navigate the domain to the
> user, right click on the container representing the user, search for that
> property, and enter it in Hex or Bin as you like.
>
> --
> Yours truly,
> Mohammed A. Raslan
> Systems Engineer / Consultant
> MCSE+I NT4, MCSA: Security , MCSE: Security, MCDBA, CCNA
> Mobile: +20 (12) 36 26 112 / +965 978 1969
> E-Mail: m_raslan@link.net.removethis
>
> "Lily" <Lily@discussions.microsoft.com> wrote in message
> news:D7CC3858-1F92-4036-A16A-14A5B5A128FD@microsoft.com...
> > Try to set 0x01 0x01 0x00 0x00 0x00 0x00 0x00 0x05 0x0a 0x00 0x00 0x00
> > to msExchMasterAccount Attribute in AD,
> > user.Properties("msExchMasterAccountSID").Value =&H11000005A000 not work,
> > who knows how to set this value?
> > Thanks!
> > --
> > Lily
>
>
>
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.active_directory (More info?)

Mohammed, thanks for your reply, but I nned do this from my vb code, have
idea how to do it?

Thank you!

Lily

"Mohammed A. Raslan" wrote:

> I'm not sure but try to do it through ADSIEdit, navigate the domain to the
> user, right click on the container representing the user, search for that
> property, and enter it in Hex or Bin as you like.
>
> --
> Yours truly,
> Mohammed A. Raslan
> Systems Engineer / Consultant
> MCSE+I NT4, MCSA: Security , MCSE: Security, MCDBA, CCNA
> Mobile: +20 (12) 36 26 112 / +965 978 1969
> E-Mail: m_raslan@link.net.removethis
>
> "Lily" <Lily@discussions.microsoft.com> wrote in message
> news:D7CC3858-1F92-4036-A16A-14A5B5A128FD@microsoft.com...
> > Try to set 0x01 0x01 0x00 0x00 0x00 0x00 0x00 0x05 0x0a 0x00 0x00 0x00
> > to msExchMasterAccount Attribute in AD,
> > user.Properties("msExchMasterAccountSID").Value =&H11000005A000 not work,
> > who knows how to set this value?
> > Thanks!
> > --
> > Lily
>
>
>
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.active_directory (More info?)

Actaully no, however there are some ADSI API's that you can call to achive
this, but i never did it using VB, there is a complete namespace for active
directory if you are using VB.Net. i used to create small programs but i'm
not a pro in programming.

Search MSDN about Active Directory, LDAP, or ADSI API's
Hope that this helps you.

--
Yours truly,
Mohammed A. Raslan
Systems Engineer / Consultant
MCSE+I NT4, MCSA: Security , MCSE: Security, MCDBA, CCNA
Mobile: +20 (12) 36 26 112 / +965 978 1969
E-Mail: m_raslan@link.net.removethis

"Lily" <Lily@discussions.microsoft.com> wrote in message
news:056834FF-D9B5-4CEF-A8F1-4F7E8ED2EF91@microsoft.com...
> Mohammed, thanks for your reply, but I nned do this from my vb code, have
> idea how to do it?
>
> Thank you!
>
> Lily
>
> "Mohammed A. Raslan" wrote:
>
> > I'm not sure but try to do it through ADSIEdit, navigate the domain to
the
> > user, right click on the container representing the user, search for
that
> > property, and enter it in Hex or Bin as you like.
> >
> > --
> > Yours truly,
> > Mohammed A. Raslan
> > Systems Engineer / Consultant
> > MCSE+I NT4, MCSA: Security , MCSE: Security, MCDBA, CCNA
> > Mobile: +20 (12) 36 26 112 / +965 978 1969
> > E-Mail: m_raslan@link.net.removethis
> >
> > "Lily" <Lily@discussions.microsoft.com> wrote in message
> > news:D7CC3858-1F92-4036-A16A-14A5B5A128FD@microsoft.com...
> > > Try to set 0x01 0x01 0x00 0x00 0x00 0x00 0x00 0x05 0x0a 0x00 0x00 0x00
> > > to msExchMasterAccount Attribute in AD,
> > > user.Properties("msExchMasterAccountSID").Value =&H11000005A000 not
work,
> > > who knows how to set this value?
> > > Thanks!
> > > --
> > > Lily
> >
> >
> >
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.active_directory (More info?)

Serached on MSDN, haven't found out anything helpful, will do more search.
Thank you! --Lily

"Mohammed A. Raslan" wrote:

> Actaully no, however there are some ADSI API's that you can call to achive
> this, but i never did it using VB, there is a complete namespace for active
> directory if you are using VB.Net. i used to create small programs but i'm
> not a pro in programming.
>
> Search MSDN about Active Directory, LDAP, or ADSI API's
> Hope that this helps you.
>
> --
> Yours truly,
> Mohammed A. Raslan
> Systems Engineer / Consultant
> MCSE+I NT4, MCSA: Security , MCSE: Security, MCDBA, CCNA
> Mobile: +20 (12) 36 26 112 / +965 978 1969
> E-Mail: m_raslan@link.net.removethis