Sorry, but there are no more tags available to filter with.
  • Get-ADUser cannot get data from my variable

    Hi have a really strange problem using get-qaduser.

    Here is the script that I am using:

    $Source = "C:\Temp\Source.txt"
    Connect-QADService -Service "ActiveRolesServer" -Proxy
    ForEach ($UPN in GC $Source)
    {
    Get-QADUser -identity $UPN | Select…