Ir al contenido
Ejercicios de PowerShell: buscar a un usuario utilizando un filtro LDAP (PowerShell)
PowerShell
$SAMAccountName = "asir*" Get-ADUser -LDAPFilter "(samaccountname=$SAMAccountName)"