Addace
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 39 articles for 0.057 sec
Hallo, zwischen 2 Ex2003Sp2 Servern mussten Resourcenpostfächer verschoben werden. Nun wurde hierzu auf dem 2.ten Server auch der Exchange Auto Annahme Agent installiert. Die Konfigurationsdatei passt soweit, bei den Postfächern habe ich mich zum Test auch schon ohne Probleme angemeldet. Nun ist es mir jedoch nicht möglich, das Postfach per registermailbox.vbs zu registrieren. Folgendes     

Group: microsoft.public.de.exchange · Group Profile · Search for Addace in microsoft.public.de.exchange
Author: André
Date: Apr 17, 2008 00:02

I have created a script that will disable a user's account, move it into a specified ou and then add the associated external account permission to the SELF account. My problem is that the associated external account permission only gets assigned to the SELF account in a newly created user account. If the user account is used (ie the user logs into OWA or a PC) or pre-existing then nothing
Show full article (3.77Kb)
Nothing needs to be done to handle Common Names with spaces. I would remove the "On Error Resume Next" statement so you can see if there are any error messages. Should the trustee be "NT AUTHORITY\SELF"? You might want to use the NT names of the users (pre-Windows 2000 logon names), which is the value of the sAMAccountName attribute. The sAMAccountName uniquely identifies the user, while     

Group: microsoft.public.scripting.vbscript · Group Profile · Search for Addace in microsoft.public.scripting.vbscript
Author: N33dls
Date: Mar 19, 2008 10:33

Hi I'm stuck. I've got a script (listed below) that asks for a user's name and then disables the corresponding AD account, adds the associated external account permission to the SELF account and then moves it to a specified OU. My problem is that if the user's name has a space in it (ie John Doe) then the associated external account permission will not be assigned to the SELF account
Show full article (3.94Kb)
hi, i have to write a script to associate an external account to a disabled ad user. I have the following code.it gives me an error(-2147016657) in the last line and i can't update "ntSecurityDescriptor" maybe because i wrote in a bad way the addace call. can anyone help me? Set oSID = CreateObject("ADsSID") oSID.SetAs 2, NTUser RawSID = oSID.GetAs(0) oUser.Put "msExchMasterAccountSID",     

Group: microsoft.public.scripting.vbscript · Group Profile · Search for Addace in microsoft.public.scripting.vbscript
Author: Richard Mueller [MVP]
Date: Mar 7, 2008 08:29

Hello all, I have a script that has been taken and modified to make a users creation sript for our environment. It is to create the user and its home share(which it does), and supposed to set the permissions on the share for the Administrator and the User to Full controll. The permissions are not being applied. Here is what I am hoping for from theis script. I want it to pop up a box
Show full article (4.56Kb) · Show article thread
"Richard Mueller [MVP]" wrote: > Tyampoo wrote: > > > This is what I did: > > If Not flag Then 'SELF is not found > > Set ace = CreateObject ("AccessControlEntry") > > ace.Trustee = "SELF" > > ace.AccessMask = RIGHT_DS_SEND_AS Or RIGHT_DS_READ Or > > RIGHT_DS_TAKE_OWNERSHIP Or RIGHT_DS_MAILBOX_OWNER > > ace.AceType = ADS_ACETYPE_ACCESS_ALLOWED > > ace.AceFlags = ADS_ACEFLAG_INHERIT_ACE     

Group: microsoft.public.scripting.vbscript · Group Profile · Search for Addace in microsoft.public.scripting.vbscript
Author: N33dls
Date: Mar 7, 2008 02:11

Tyampoo wrote: This is what I did: If Not flag Then 'SELF is not found Set ace = CreateObject ("AccessControlEntry") ace.Trustee = "SELF" ace.AccessMask = RIGHT_DS_SEND_AS Or RIGHT_DS_READ Or RIGHT_DS_TAKE_OWNERSHIP Or RIGHT_DS_MAILBOX_OWNER ace.AceType = ADS_ACETYPE_ACCESS_ALLOWED ace.AceFlags = ADS_ACEFLAG_INHERIT_ACE dacl.AddAce ace 'set back information
Show full article (3.77Kb)
This is what I did: If Not flag Then 'SELF is not found Set ace = CreateObject ("AccessControlEntry") ace.Trustee = "SELF" ace.AccessMask = RIGHT_DS_SEND_AS Or RIGHT_DS_READ Or RIGHT_DS_TAKE_OWNERSHIP Or RIGHT_DS_MAILBOX_OWNER ace.AceType = ADS_ACETYPE_ACCESS_ALLOWED ace.AceFlags = ADS_ACEFLAG_INHERIT_ACE dacl.AddAce ace 'set back information oSecurityDescriptor     

Group: microsoft.public.scripting.vbscript · Group Profile · Search for Addace in microsoft.public.scripting.vbscript
Author: alfiotek
Date: Mar 6, 2008 10:46

Dear Vid, The same problem i have had. I used a two step solution. For user input i read the users OU and modified each object in the collection. Create the external account (we had two dmains in different forests) using the ADMod.net tools (http://www.codeplex.com/admodify) Next step. Modify the the accounts security. Some hints are at: ********************************************************************
Show full article (1.01Kb)
    

Group: microsoft.public.scripting.vbscript · Group Profile · Search for Addace in microsoft.public.scripting.vbscript
Author: res0ew3q
Date: Feb 21, 2008 11:43

Show full article (6.66Kb)
    

Group: microsoft.public.adsi.general · Group Profile · Search for Addace in microsoft.public.adsi.general
Author: Tyampoo
Date: Feb 7, 2008 08:50

Show full article (1.07Kb) · Show article thread
    

Group: microsoft.public.adsi.general · Group Profile · Search for Addace in microsoft.public.adsi.general
Author: Richard Mueller [MVP]
Date: Feb 7, 2008 08:27

Show full article (0.93Kb) · Show article thread
    

Group: microsoft.public.adsi.general · Group Profile · Search for Addace in microsoft.public.adsi.general
Author: Tyampoo
Date: Feb 7, 2008 07:48

Show full article (0.75Kb)
    

Group: microsoft.public.scripting.vbscript · Group Profile · Search for Addace in microsoft.public.scripting.vbscript
Author: gijs.plinssen
Date: Jan 7, 2008 01:32

Show full article (2.02Kb) · Show article thread
1 · 2 · 3 · 4 · next