i Love PowerShell
  • Home
  • My PowerShell Story
  • PowerShell Basics
  • PowerShell for Windows Server
Select Page
PowerShell Modules: Importing and Using External Code

PowerShell Modules: Importing and Using External Code

by Michael Simmons | Mar 17, 2023 | PowerShell Basics

PowerShell modules are packages of scripts, functions, and other resources that can be used to extend the functionality of PowerShell. Modules can be created by anyone and shared with the community, or they can be provided by software vendors as part of their...
PowerShell Providers: Accessing Data Stores as Drives

PowerShell Providers: Accessing Data Stores as Drives

by Michael Simmons | Mar 17, 2023 | PowerShell Basics

PowerShell providers are a way to access data stores, such as the registry or the file system, as if they were drives in the file system. This allows you to use familiar commands, such as cd and dir, to navigate and manage these data stores. In this article,...
PowerShell Profiles: Customizing and Saving Settings

PowerShell Profiles: Customizing and Saving Settings

by Michael Simmons | Mar 17, 2023 | PowerShell Basics

PowerShell profiles are a powerful way to customize your PowerShell environment. They allow you to automate common tasks, add your own aliases and functions, and set environment variables. In this article, we’ll look at how to create and manage your PowerShell...
PowerShell Functions: Creating, Calling, and Returning

PowerShell Functions: Creating, Calling, and Returning

by Michael Simmons | Mar 17, 2023 | PowerShell Basics

Functions are an essential part of any programming language, and PowerShell is no exception. In this article, we will cover everything you need to know about functions in PowerShell. We will start with what functions are, how to create them, how to call them, and how...
PowerShell Looping: For, Foreach and While

PowerShell Looping: For, Foreach and While

by Michael Simmons | Mar 17, 2023 | PowerShell Basics

Loops are an essential part of any programming language, and PowerShell looping is no exception. Loops allow you to repeat a block of code multiple times, which can be useful for a wide range of tasks, such as processing large amounts of data or performing repetitive...
PowerShell Conditional Statements: If, Else and Switch

PowerShell Conditional Statements: If, Else and Switch

by Michael Simmons | Mar 16, 2023 | PowerShell Basics

Conditional statements are an essential part of programming languages, and PowerShell is no exception. Conditional statements allow us to execute specific code blocks based on specific conditions. In this article, we’ll explore the various types of conditional...
PowerShell Hashtables: Creating, Adding and Accessing

PowerShell Hashtables: Creating, Adding and Accessing

by Michael Simmons | Mar 16, 2023 | PowerShell Basics

PowerShell hashtables are a type of collection that allow you to store data in a key-value format. They’re incredibly useful for storing and retrieving data, and they’re a common feature in PowerShell scripts. In this article, we’ll take a look at...
PowerShell Arrays: Creating, Indexing, and Iterating

PowerShell Arrays: Creating, Indexing, and Iterating

by Michael Simmons | Mar 15, 2023 | PowerShell Basics

PowerShell arrays are an essential feature of the PowerShell scripting language. But if you haven’t used one (or haven’t realized that you have), you might need to get a little education on the topic! What is an array exactly? Arrays are collections of...
Strings in PowerShell: Concatenation, Formatting and Manipulation

Strings in PowerShell: Concatenation, Formatting and Manipulation

by Michael Simmons | Mar 13, 2023 | PowerShell Basics

PowerShell is a versatile and powerful scripting language that can be used to automate various tasks on your system. One common task that often requires the use of PowerShell is working with strings. In this article, we’ll cover some of the basics of working...
PowerShell Variables: Assigning, Naming and Scoping

PowerShell Variables: Assigning, Naming and Scoping

by Michael Simmons | Mar 12, 2023 | PowerShell Basics

PowerShell is a powerful tool that allows you to automate your daily tasks and streamline your workflow. One of the key concepts in PowerShell is variables. In this article, we will cover the basics of variables, including assigning, naming, and scoping them. What are...
« Older Entries
Next Entries »

Recent Posts

  • System Information: Getting Hardware, Software, and OS Details
  • Windows Registry with PowerShell: Reading, Writing and Deleting Keys
  • PowerShell for Networks: Pinging, Testing, and Scanning
  • Monitoring Processes with Custom Performance Counters
  • PowerShell for Process Management: Starting, Stopping, and Monitoring Processes

Archives

  • April 2023
  • March 2023
  • August 2021
  • September 2020
  • November 2019
  • October 2019
  • May 2018
  • April 2017
  • March 2017
  • February 2017
  • September 2015
  • June 2015
  • May 2015
  • March 2015
  • January 2015
  • September 2014
  • May 2014
  • August 2013
  • July 2013
  • March 2013
  • September 2012
  • December 2011
  • November 2011
  • March 2011
  • December 2010
  • July 2010
  • May 2010
  • April 2010
  • March 2010

Categories

  • Azure
  • books
  • PowerShell (Modern)
  • PowerShell Basics
  • PowerShell for Windows Server
  • Windows PowerShell (Legacy)