PowerShell - Active Directory
What will be the result of running this PowerShell snippet?
$users = Get-ADUser -Filter *
$count = $users.Count
Write-Output $count
$users = Get-ADUser -Filter *
$count = $users.Count
Write-Output $count
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions