Category: PowerCli

Powershell tips n’ tricks Pt1

For some time I’ve been coding in Powershell. This post is intendent as my little cheat sheet. Multiline Code When writing Powershell code this string ` could be your friend when nicely formatting the code Get-EventLog – Parsing messages We have some event logging on servers Event Log. Sometimes I have to go through them …


Powershell – SCCM Software Center server update

In our organization, we have SCCM for manual update deployment. I have a lot of servers I need to patch, on some regular basis. Most of my servers reside on VmWare infrastructure, and before every update I need to create a snapshot of each and every one.With the help of Powershell scripts and VmWare PowerCli …