2009-12-07So today I found myself needing to create about 130 AD security groups, to map to a set of existing folders. The pattern was fairly straightforward…if the folder name was DataSet1, I wanted to create a group called DataSet1RO (for read-only.) Needing to do this quickly and efficiently (meaning with a minimum of effort) I [...]
would you like to know more? 2009-07-30Today a student asked me how to customise the PowerShell prompt, such that the running count of commands, as well as the last command, would appear in the prompt. He had some ideas from other posts but they weren’t quite there, so I started digging around and this is what I came up with. function [...]
would you like to know more?