Quantcast
Channel: Windows PowerShell forum
Viewing all articles
Browse latest Browse all 21975

Get-ADUser -Filter { lastLogon -gt $date } compared to Get-ADUser -Filter ' lastLogon -gt $date '

$
0
0

Is there any difference between these two expressions with regard to what they return?

Get-ADUser -Filter { lastLogon -gt $date }
Get-ADUser -Filter ' lastLogon -gt $date '


Viewing all articles
Browse latest Browse all 21975

Trending Articles



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