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.

Empfohlene Antworten

Veröffentlicht

Hallo zusammen,

ich hab mir ein Script gebaut, mit dem ich mehrere User automatisch in der AD einpflegen kann.

dsadd user "CN=Smith Jason,OU=yahoo,DC=nukular,DC=int" -samid "Smith" -disabled no -pwd "BsPwfixed13" -fn "Jason" -ln "Smith" -display "Smith Jason" -d "nukular.int" -upn "Smith@nukular.int" -canchpwd "no" -pwdneverexpires "yes" -memberof "CN=Gruppe1,CN=Users,DC=nukular,DC=int"
das ganze funktionier auch soweit. Nun besteht aber das Problem, dass der Domainname eine Subdomain ist. Ich habe das Script also wie folgt abgeändert und es funktioniert nicht.
dsadd user "CN=Smith Jason,OU=yahoo,DC=intern,DC=nukular,DC=int" -samid "Smith" -disabled no -pwd "BsPwfixed13" -fn "Jason" -ln "Smith" -display "Smith Jason" -d "nukular.int" -upn "Smith@intern.nukular.int" -canchpwd "no" -pwdneverexpires "yes" -memberof "CN=Gruppe1,CN=Users,DC=intern,DC=nukular,DC=int"

jemand ne Idee wie ich das mit der subdomain hinbekommen?

  • Autor

für alle die das Problem auch irgendwann haben sollten, hier die Antwort:

Die Domäne wurde richtig angegeben. Allerdings war das tatsächliche Problem ein anderes. Die OU "yahoo" war eine unter-OU einer anderen OU. Diese muss auchnoch eingetragen werden. Man muss also den kompletten Pfad Rückwärts eintragen.

dsadd user "CN=Smith Jason,OU=SubOU,OU=HauptOU,DC=intern,DC=nukular,DC=int" -samid "Smith"

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.