Outlook Profile einrichten mit ork.exe
Hallo!
Ich habe wie soviele das Problem, das ich zentral die Profile für die Exchange Postfächer bereitstellen will, so dass ich nicht selbst überall lokale Konten anlegen muss. Habe mir schon, nach dem Lesen einiger Artikel hier, die orktools.exe heruntergeladen und installiert. Was mit jetzt noch fehlt ist eine Anleitung/Beschreibung wie ich das hinbekomme diese Prfile zu erstellen bzw. so wie hier von einigen schon beschrieben, das bei der (Erst-)Anmeldung automatisch den Username ausgelesen wird und die entsprechende Konfiguation geladen wird. Hat jemand da ggf. mal ein paar nützliche Links. Google hat mich da bisher auch nicht wirklich weitergebracht,
Konfiguration ist hier SBS 2003 SP2 mit Exchange 2003. Clients sind Windows XP mit Office 2003.
Vielen Danke schonmal!
Gruß
Hauke
Ich habe wie soviele das Problem, das ich zentral die Profile für die Exchange Postfächer bereitstellen will, so dass ich nicht selbst überall lokale Konten anlegen muss. Habe mir schon, nach dem Lesen einiger Artikel hier, die orktools.exe heruntergeladen und installiert. Was mit jetzt noch fehlt ist eine Anleitung/Beschreibung wie ich das hinbekomme diese Prfile zu erstellen bzw. so wie hier von einigen schon beschrieben, das bei der (Erst-)Anmeldung automatisch den Username ausgelesen wird und die entsprechende Konfiguation geladen wird. Hat jemand da ggf. mal ein paar nützliche Links. Google hat mich da bisher auch nicht wirklich weitergebracht,
Konfiguration ist hier SBS 2003 SP2 mit Exchange 2003. Clients sind Windows XP mit Office 2003.
Vielen Danke schonmal!
Gruß
Hauke
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 130041
Url: https://administrator.de/contentid/130041
Ausgedruckt am: 26.11.2024 um 05:11 Uhr
5 Kommentare
Neuester Kommentar
Vieleicht hilft das Outlook Einstellungen für Exchangeserver oer GPO oder Script
meist gibt es auch Hilfen zu den Tools
meist gibt es auch Hilfen zu den Tools
wie hast du den die parameter übergeben ????
Usage Summary:
1> Commandline Simple no fuss Profile creation
2> VBScript inclusion to automatically parse WMI or ADSI for full
username/ and users name as parameters to RichProfile.
3> Inclusion in MSI files or other setup style interfaces, allowing mail profile creation
on the fly with a dependant application.
4> Login script inclusion.
Run RichProfile.exe using KiXtart or VBS or what ever you like to
parse the server name, the users Exchange Mailbox name, and whatever you wish to call your profile
(usually just the users name will suffice..)
set variables for vbexmailserver vbExMailbox vbExProfileName vbProfileDelete vbSetProfileTo
eg vbExMailServer = MAILSERVER01
vbExMailbox = %USERNAME%
vbExProfileName = %USERNAME%
vbProfileDelete = Y
vbSetProfileTo = D
i.e RichProfile vbExMailserver vbExMailbox vbExProfileName vbProfileDelete vbSetProfileTo
or RichProfile MAILSERVER01 %UserName% %username% Y D
this would create a profile called %USERNAME% connected to server MAILSERVER01 with a mail profile
called %USERNAME% which deletes an existing profile, first then sets it as the default.
There are literally hundreds of methods for doing this, and they all depend on your infrastructure.
But with RichProfile, its now easy!
Instructions are all simple and easy to follow, and are provided on the application
startup screen for ease of use.
::RichProfile:: Copyright(C) Richard Coggins
::Version 2.1:: MAY 2002
Windows 2000/XP & Outlook 2000/XP Universal MAPI Profile Creator
Usage: RichProfile.exe <1> <2> <3> <4> <5>
<1> = <Server Name> eg: "LONDONEX01"
<2> = <Mailbox Name> eg: "Coggins, Richard"
<3> = <Profile Name> eg: "Mail - Richard Coggins"
<4> = <Delete Profile Y/N> eg: "Y"-Delete Profile first if it exists
<5> = <Priority D/P/N> eg: "D"-Will Make it the DEFAULT Profile
"P"-Outlook will PROMPT for Profile
"N"-Will NOT alter current State
Evaluation Copy
Email:n10cte@yahoo.com for support issues & questions!
This utility is Freeware, for individuals and educational institutes.
Corporate's have 30 day evaluation period, after which must
contact for volume licensing details.
This FULL working copy makes administration easy! Be Honest, Register it!
Usage Summary:
1> Commandline Simple no fuss Profile creation
2> VBScript inclusion to automatically parse WMI or ADSI for full
username/ and users name as parameters to RichProfile.
3> Inclusion in MSI files or other setup style interfaces, allowing mail profile creation
on the fly with a dependant application.
4> Login script inclusion.
Run RichProfile.exe using KiXtart or VBS or what ever you like to
parse the server name, the users Exchange Mailbox name, and whatever you wish to call your profile
(usually just the users name will suffice..)
set variables for vbexmailserver vbExMailbox vbExProfileName vbProfileDelete vbSetProfileTo
eg vbExMailServer = MAILSERVER01
vbExMailbox = %USERNAME%
vbExProfileName = %USERNAME%
vbProfileDelete = Y
vbSetProfileTo = D
i.e RichProfile vbExMailserver vbExMailbox vbExProfileName vbProfileDelete vbSetProfileTo
or RichProfile MAILSERVER01 %UserName% %username% Y D
this would create a profile called %USERNAME% connected to server MAILSERVER01 with a mail profile
called %USERNAME% which deletes an existing profile, first then sets it as the default.
There are literally hundreds of methods for doing this, and they all depend on your infrastructure.
But with RichProfile, its now easy!
Instructions are all simple and easy to follow, and are provided on the application
startup screen for ease of use.
::RichProfile:: Copyright(C) Richard Coggins
::Version 2.1:: MAY 2002
Windows 2000/XP & Outlook 2000/XP Universal MAPI Profile Creator
Usage: RichProfile.exe <1> <2> <3> <4> <5>
<1> = <Server Name> eg: "LONDONEX01"
<2> = <Mailbox Name> eg: "Coggins, Richard"
<3> = <Profile Name> eg: "Mail - Richard Coggins"
<4> = <Delete Profile Y/N> eg: "Y"-Delete Profile first if it exists
<5> = <Priority D/P/N> eg: "D"-Will Make it the DEFAULT Profile
"P"-Outlook will PROMPT for Profile
"N"-Will NOT alter current State
Evaluation Copy
Email:n10cte@yahoo.com for support issues & questions!
This utility is Freeware, for individuals and educational institutes.
Corporate's have 30 day evaluation period, after which must
contact for volume licensing details.
This FULL working copy makes administration easy! Be Honest, Register it!