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.

AD-Gruppe auslesen mit VB.Net 2008

Empfohlene Antworten

Ich habe ein kleines Tool für die Auswertung der AD geschrieben.

Jetzt will ich noch die Gruppen in der AD auslesen

Wie kann ich aus einer Gruppe die zugeordneten Benutzer/PCs auslesen

mit Visual Basic.Net 2008.

Mit diesem Code ermittle ich die vorhanden Gruppen.

'abfrage ob dieser Pfad existiert

Dim Root As DirectoryServices.DirectoryEntry = New DirectoryServices.DirectoryEntry("LDAP://" + System.Environment.UserDomainName)

Dim Searcher As DirectoryServices.DirectorySearcher = New DirectoryServices.DirectorySearcher(Root)

Dim Results As SearchResultCollection

Dim Result As SearchResult

Searcher.Filter = "(&(objectClass=group) )"

Results = Searcher.FindAll

For Each Result In Results

If Not Result.GetDirectoryEntry().Properties("cn").Value = "" Then

txt_user.Text = txt_user.Text + Chr(13) + Chr(10) + Result.GetDirectoryEntry().Properties("cn").Value

End If

Next

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.