I create mailbox enabled users via an ADSI script. I amd trying to figure out a way to send an email to the new user as part of the script. I have enable imediate login. However the new user's email address is not propagated for some period of time. My guess is that if I were able to fire the user's Recipient policy (I have about 150+ based on domain name) it would work. Can someone point me in the right direction?
You can force a run of the RUS (Recipient Update Service) which should achieve the same thing see http://support.microsoft.com/kb/306866/en-us Cheers Glen "Guy" <gapcnet@newsgroup.nospam> wrote in message news:OkLFAU4ZGHA.3496@TK2MSFTNGP05.phx.gbl... >I create mailbox enabled users via an ADSI script. I amd trying to figure > out a way to send an email to the new user as part of the script. I have > enable imediate login. However the new user's email address is not > propagated for some period of time. > > My guess is that if I were able to fire the user's Recipient policy (I > have > about 150+ based on domain name) it would work. > > Can someone point me in the right direction? >
Good sugestion however in my case due to the number of receipant policies (150+) the full RUS update takes too long for my scipt to send the email. Any other ideas? Thanks Guy "Glen Scales [MVP]" wrote in message news:%23kvzkFNaGHA.3524@TK2MSFTNGP04.phx.gbl... > You can force a run of the RUS (Recipient Update Service) which should > achieve the same thing see http://support.microsoft.com/kb/306866/en-us > > Cheers > Glen > > "Guy" <gapcnet@newsgroup.nospam> wrote in message > news:OkLFAU4ZGHA.3496@TK2MSFTNGP05.phx.gbl... >>I create mailbox enabled users via an ADSI script. I amd trying to figure >> out a way to send an email to the new user as part of the script. I have >> enable imediate login. However the new user's email address is not >> propagated for some period of time. >> >> My guess is that if I were able to fire the user's Recipient policy (I >> have >> about 150+ based on domain name) it would work. >> >> Can someone point me in the right direction? >> > >