Automatic Users Mail Profile - TechRepublic
General discussion
October 23, 2003 at 04:15 AM
robinarm

Automatic Users Mail Profile

by robinarm . Updated 22 years, 5 months ago

Using newprof and profgen I’m trying to get a logon script to create an Exchange profile on W2k and NT4 workstations. The profile is created but the services within are not. I’ve got sample scripts which others say work – but not for me. I simply want a profile to be created using the users logon name and the server “mail-srv1” to be added along with a Outlook Address Book.
Here are the important bits;

; Section 1 – Profile defaults.
[General]
Custom=1
ProfileName=new
DefaultProfile=Yes
OverwriteProfile=Yes
DefaultStore=Service2

[Service List]
Service1=Microsoft Outlook Client
Service2=Microsoft Exchange Server
Service3=Outlook Address Book

[Service2]
ConversionProhibited=TRUE
HomeServer=mail-srv1

[Service3]
Ben=TRUE

[Microsoft Exchange Server]
ServiceName=MSEMS
MDBGUID=5494A1C0297F101BA58708002B2A2517

MailboxName=PT_STRING8,0x6607
HomeServer=PT_STRING8,0x6608
OfflineFolderPath=PT_STRING8,0x6610
ExchangeConfigFlags=PT_LONG,0x6601
ConversionProhibited=PT_BOOLEAN,0x3A03

This discussion is locked

All Comments