Creating profiles via VBscript for users running Outlook via terminal services

  • Thread starter Marius from Rome
  • Start date
M

Marius from Rome

I need to automatically create profiles for users accessing Outlook via a
terminal server (with Citrix Metaframe)

The solution I am evaluating consists in creating a logon script associated
to a group policy.

The logon script:

- detects if the user is running via terminal services client
- runs newprof (a utility from Office Resource kit) to create the profile
- exits

My questions are:

- how can I detect (via VBscript) if an Outlook profile already exists for
the user, so that avoiding to override it?
- is there any smarter solution?

Regards

Marius
 
J

Jason

Marius from Rome said:
I need to automatically create profiles for users accessing Outlook via a
terminal server (with Citrix Metaframe)

The solution I am evaluating consists in creating a logon script associated
to a group policy.

The logon script:

- detects if the user is running via terminal services client
- runs newprof (a utility from Office Resource kit) to create the profile
- exits

My questions are:

- how can I detect (via VBscript) if an Outlook profile already exists for
the user, so that avoiding to override it?
- is there any smarter solution?

Regards

Marius

This solution is not free, but cheap
Try http://goff.nu/products/windows/profiler/overview.html
to create Outlook Exchange profiles automatically even on login
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top