PowerShell History and Current State
The State of the Shell Having a pulse on the current and future state of the language is beneficial in your PowerShell journey. It also helps to know a little PowerShell history. PowerShell is...
The State of the Shell Having a pulse on the current and future state of the language is beneficial in your PowerShell journey. It also helps to know a little PowerShell history. PowerShell is...
The PowerShell Pipeline Of all the concepts you’ll learn in this series, the PowerShell pipeline is arguably the most important. Lets start with a simple definition. A pipeline combines commands connected by pipeline operators....
PowerShell Basics Before we dive into the three commands you’ll need to memorize to start using PowerShell, we’ll cover a few basics. Note: If you’d like to follow along (you should!) you’ll need access...
Deciding if you should learn PowerShell This is post one on a journey towards learning PowerShell. A commitment to learn PowerShell will not be a small investment of your time. Before diving straight in...
PoshGram Overview PoshGram is a PowerShell module that enables you to send messages via the Telegram Bot API. It is written for PowerShell 6.1, which natively supports the form parameter for Invoke-WebRequest and Invoke-RestMethod....
Telegram bot Overview Telegram fully supports the use of bots via the Telegram bot API. Bots can do anything – and are really only limited to what your imagination can come up with. You...
Using PowerShell to manage HP servers via the iLO RESTful API If your environment contains HPE Gen9 Servers running iLO 4 2.00 you can leverage PowerShell to interact with the iLO RESTful API of...
What is the PowerShell Gallery? Microsoft states: The PowerShell Gallery is the central repository for PowerShell content. You can find new PowerShell commands or Desired State Configuration (DSC) resources in the Gallery. Wait a...
Using VB.NET detect laptop or desktop You may run into a situation where you want to check the machine type and determine if your application is running on a desktop or laptop. This article...
Using VB.NET get list of local administrators This post will cover how to use VB.net to get a list of local administrators from a device. If you’re like me, you’ve already searched around and...