hello,
How can I fetch an information that has been populated into the Description filed in user object from a .txt or .csv file?
I have used the below command, but it doesn't work... any help?
Import-CSV C:\Student.csv | ForEach-Object { Get-ADUser -Properties Description -Filter "Description -eq $($_.discription)} | Export-CSV C:\Result.cs