Remember back in the days, before Microsoft publish there Active Directory Module, Quest was releasing there own Powershell module. Even if Dell bought Quest, there modules still exists and they still free. Why would I use those Quest AD module? Maybe, you’re organisation, like mine, didn’t enable Active Directory Web Services. There is the word “Web” in Active Directory Web Service, and that’s … Read More
Powershell – Optional Credential (@Splatting)
Splatting is a way to pass a collection of parameters to a command. Let’s use it for pass optional credential to a function.