Get attributes from Active Directory
It is very often that someone has a list of users or email addresses and wants something from active directory for that particular list. Can be either homedrive or if… Read more »
It is very often that someone has a list of users or email addresses and wants something from active directory for that particular list. Can be either homedrive or if… Read more »
When i first started managing View environments one of the first questions i had was, “who uses it and how often?” We are talking about view 4.0, no vRealize suite… Read more »
How many times we want to bulk update a registry key, copy/remove files and so on? Pretty often right? Sure you can create a GPO to do it, but if… Read more »
As a sysadmin certain tasks can really bug you because they are so frequent and repetitive! Being from a lazy nature I personally like to automate as much as possible… Read more »
Arrays are quite useful and Powershell makes it really easy working with these. An array is basically an bunch of elements grouped together. Rather than having $a=1; $b=2, we can… Read more »