Jonas Sommer Author

Take home from PowerShell Summit Europe

PowerShell for Admins

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 …...

Read More

Working with PowershellGallery

PowerShell for Admins

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 …...

Read More

List users logged on to your machines

PowerShell for Admins

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 …...

Read More

Multithreading using jobs

PowerShell for Admins

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 …...

Read More

Template based parsing and progress bars

PowerShell for Admins

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 …...

Read More