Skip to content

Powershell

PowerShell Modules

A PowerShell module is a package that contains PowerShell code such as functions, variables, workflows, and more — bundled in a reusable format. Modules enable users to import additional commands into their session, making them an efficient way to extend PowerShell’s capabilities.

VMware | PowerCLI SSH

A short description about enabling/disabling SSH in bulk within vSphere Environment. At first we are going to figure out which hosts already have SSH enabled (or disabled) afterwards we disable (or enable) it.

PowerShell | PowerCLI & ESXCLI

Managing and maintaining a huge VMware environment is always associated with a lot of effort… if you don’t use automation tools 😉

By automation tools I am thinking about PowerShell, the Vmware Module PowerCLI and the native CLI interface from vSphere Hosts ESXCLI.

Winget | Windows Package Manager

Winget is a Package Manager CLI based tool for Windows 10 + Windows 11. Winget makes it possible to manage Application through one central Package Manager, like ‘apt’ known from Linux based systems or Homebrew (brew) from macOS. With this Package Manager you will be able to install/update/discover and remove several Applications even those which are not installed through Winget. Isn’t it cool?

PowerShell | Fundamentals #1

This is the start of PowerShell fundamentals series, which will contain some basic information and cmdlets. I’ll split this into several post’s, because I don’t want it to be a huge one pager. Also I cannot write all information about this topic down within one day. So have fun reading.