Quantcast
Channel: Windows PowerShell Forum
Viewing all articles
Browse latest Browse all 2314

Aus einer authOrig Abfrage Ergebnis Filtern

$
0
0

Hallo liebe Community,

ich mochte aus einer Abfrage ein Ergebnis Filtern. Leider klappt das nicht.

Folgendes habe ichbereits versucht, allerdingklappt hier das Where-Object nicht:

$Groups = Get-ADGroup -filter * -Properties authOrig | Select-Object  samaccountname , authOrig | Where-Object { $_.authOrig -notlike "NULL" } | Where-Object {   $_.authOrig -contains "keller" | Select-Object samaccountname }

könnt ihr mir hier weiterhelfen?

Viele Grüße aus Hamburg

Tim


Viewing all articles
Browse latest Browse all 2314


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>