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.

Powershell Skript zum auslesen von unbenutzten AD Gruppen

Empfohlene Antworten

Veröffentlicht

Hallo zusammen,

ich komme gerade nicht weiter.

Ich hoffe ihr könnt helfen.

Ich versuche einen Powershell Befehl zu schreiben mit dem ich mir alle Ad Gruppen Anzeigen lassen kann die bei keinem Ordner etc. in den Acl's steht.

Gibt es so etwas?

Geht das überhaupt?

vielleicht könnt ihr ja helfen.

Danke schon mal.

Hallo,

Get-ADGroup -filter {members -notlike '*'}

sollte das tun was du benötigst.

Wenn du nur die Namen der Gruppen ausgeben willst, pack das Ergebnis des Commands in eine Variable und gib sie aus:

$emptygroups = Get-ADGroup -filter {members -notlike '*'}

$emptygroups.name

Wenn du Gruppen ausgegeben haben willst, die weder Mitglieder haben, noch Mitglied einer anderen Gruppe sind, geht das so:

$emptygroups = Get-ADGroup -filter {members -notlike '*' -and memberof -notlike '*'}

$emptygroups.name

Bearbeitet von llan

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.