Hey guys. I made a small script to pull all users and filter them with attribute ‘employeeType’ that equals ‘e’. Now i have a need to pull all that are ‘e’ and ‘c’, only. How do i accomplish this in my script, for different inputs to the ‘employeeType’ attribute?
Since Powershell v3 you don’t need to import modules explicitly anymore. And you don’t need the Quest cmdlets anymore at all. The activedirectory module included in the RSAT tools are capable to fully replace them.