Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Exchange 2k3/Outlook 2k3: Outlook-Profil automatisch einstellen

Empfohlene Antworten

Veröffentlicht

Hallo,

ich habe hier ein Problem, dass ich bei jedem User (ca. 100 User ueber mehrere Standorte verteilt, nix mit Turnschuhadministration) das Outlookprofil auf Exchange umstellen muss.

MS verweist auf die Outlook.prf.

Nur wie sieht diese aus (entgegen MS gibt es mit installiertem Outlook keine Outlook.prf auf meinem System), was muss ich anpassen und wie wird diese ins Outlookprofil importiert?

weitere Angaben zum Umfeld:

Server-OS: Windows 2003 Server DC

Exchange: Exchange 2003 Standard Edition

Client-OS: XP Professional SP1

Outlook: Outlook 2003

  • Autor

Problem geloest.

Beim Office 2003 Resource Kit ist der Custom Installation Wizard dabei. Mit diesem kann eine PRF Datei fuer Outlook erstellt werden.

Die Outlook.prf hat das Format der ini-Dateien.

Wichtig sind hier diese Eintraege:

HomeServer = DNS-Name-des-Exchangeserver (kann leider nicht durch Herausfinden des MX-Eintrages im DNS automatisiert werden)

MailboxName = %username%

Eingebunden habe ich die PRF-Datei ueber das Loginskript der User, indem ich mir dann zur Vermeidung der mehrfachen Ausfuehrung merke ob Outlook bereits konfiguriert wurde. Zur Vermeidung des versehentlichen Loeschens ist der Hilfsordner System versteckt und als Systemordner gekennzeichnet, sein Inhalt zusaetzlich schreibgeschuetzt.


----schnipp----

rem h: = homeverzeichnis des users


if not exist h:\system\NUL

(

   md h:\system

   attrib +h +s h:\system

)


if not exist h:\system\outlookkonfigok.txt

(

  "%ProgramFiles%\Microsoft Office\Office11\Outlook.exe" /importPRF "%logonserver%\netlogon\outlook.prf"

  copy %logonserver%\netlogon\outlookkonfigok.txt h:\system\outlookkonfigok.txt

  attrib +h +s +r h:\system\outlookkonfigok.txt

)

----schnapp----

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.