Jonas Sommer Nielsen avatar

Jonas Sommer Nielsen

Explore articles and content from this author

Jonas Sommer Nielsen avatar

Jonas Sommer Nielsen

5 articles

3 min read

Take home from PowerShell Summit Europe

WOOHA it’s been a great week. I sat down last night my brain all fried and tried to compile a list of things to remember from the past week. There is much focus on “changing the mindset” of the community. Get into the DevOps mindset and become a toolmakers. This is my take-home …

4 min read

Working with PowershellGallery

After my two first posts (Multithreading using jobs, List users logged on to your machines) where I mentioned PowershellGallery.com a few times and after Warren talked about the Gallery a few days ago I felt like digging a little deeper to see if I was actually doing it right. So I wrote them an …

5 min read

List users logged on to your machines

Password policies are the best 😀 Sometimes they lead to account logouts when someone forgets to logout of a session somewhere on the network though. It might be the TS session they use once a quarter for reporting or maybe you know the feeling when you RDP to a server only to find that it is locked …

5 min read

Multithreading using jobs

Often I have had to check something against all servers or clients. A classic problem and every time I run into the it it’s time consuming and running the job multithreaded would be nice. A few years back I found a nice little script for multithreading which I have been using quite often. …

5 min read

Template based parsing and progress bars

Working with wifi I have often needed to do a survey of the surroundings, and therefor I loved that windows 7 (maybe even Vista) introduced more advanced netsh with wifi support. There’s a lot of useful information but it might be nice to have a more graphical overview. The thing is that a text blob …