When you want to find a user in Active Directory you usually use:
Get-ADUser -Filter {SamAccountName -eq "User1"}
My personal blog
When you want to find a user in Active Directory you usually use:
Get-ADUser -Filter {SamAccountName -eq "User1"}
Goal: to install Outlook add-in available only for specific users and to make it enable by default
Continue reading “Installing Outlook add-in for specific users”
Interesting thing which I discovered today (BTW, SysAdmin day). In PowerShell you can skip the verb “Get” (at least for most cmdlets – it wasn’t working for Get-Process).