• Skip to primary navigation
  • Skip to main content
  • Skip to footer

Stephanos Constantinou Blog

PowerShell Scripting

  • Home
  • Blogs
    • PowerShell Tutorials
    • PowerShell Scripts
    • PowerShell Modules
      • Modules Cmdlets
    • Software Reviews
  • About
  • Contact
You are here: Home / Archives for PowerShell Tutorials

Windows PowerShell Sessions – PSSessions

16/08/2018 by Stephanos 4 Comments

Windows PowerShell Sessions - PSSessions - 9

PowerShell PSSessions In this tutorial we will see about Windows PowerShell Sessions - PSSessions. We will see what are those PSSession, and how and when we need to use them. It is important to know why you need to use them. After you go through this tutorial it would be good to work with them, in ...

Read More

PowerShell Automatic Variables

08/08/2018 by Stephanos Leave a Comment

PowerShell Automatic Variables - Example 2

PowerShell Automatic Variables In this tutorial we will see about PowerShell Automatic Variables. As Microsoft describes, these variables store state information for PowerShell. They are created automatically and maintained by PowerShell. Ideally, PowerShell Automatic Variables are considered to be ...

Read More

PowerShell Type Operators

03/08/2018 by Stephanos Leave a Comment

PowerShell Type Operators - Example 2

PowerShell Type Operators In this tutorial we will see about PowerShell Type Operators. Thee operators are able to check if a value is a specific type of data or try to change the data to the specific type. There are only three PowerShell Type Operators. Below is the list of the operators: ...

Read More

PowerShell Try Catch Finally

01/08/2018 by Stephanos 6 Comments

PowerShell Try Catch Finally - Example 3

PowerShell Try Catch Finally In this tutorial we will see about PowerShell Try Catch Finally. We will see what it does and some example on how we are able to use it. It is used to handle and respond to terminating errors. When a terminating error occurs, Windows PowerShell will stop running a ...

Read More

PowerShell Wildcards

30/07/2018 by Stephanos 2 Comments

PowerShell Wildcards - Example 1 - Asterisk

PowerShell Wildcards In this tutorial we will see about PowerShell Wildcards. Wildcards can be used in cases you want to match multiple characters. Wildcards are used to create patterns in your commands. For example when you are trying to filter results wildcards can be useful by creating a pattern ...

Read More

PowerShell Providers

11/07/2018 by Stephanos 1 Comment

PowerShell Providers - Remove Provider Drive

PowerShell Providers In this tutorial we will go though PowerShell Providers. We will see which are the default providers in Windows PowerShell and how we are able to import and remove providers from a session. Microsoft describes PowerShell Providers as below: PowerShell providers are Microsoft ...

Read More

PowerShell Core Commands

09/07/2018 by Stephanos Leave a Comment

PowerShell Core Commands - Get-ChildItem for Registry

PowerShell Core Commands In this tutorial we will see about Windows PowerShell Core Commands. Below is the explanation provided by Microsoft for those commands. PowerShell includes a set of cmdlets that are specifically designed to manage the items in the data stores that are exposed by Windows ...

Read More

PowerShell Aliases

03/07/2018 by Stephanos Leave a Comment

PowerShell Aliases - Alias Function

PowerShell Aliases In this tutorial we will see about PowerShell Aliases. In PowerShell you are allowed to use aliases in order to run cmdlets, commands, functions, scripts or executable files. Aliases are words that are predefined or you can define in order to run the above. Aliases that you ...

Read More

PowerShell Special Characters

29/06/2018 by Stephanos Leave a Comment

PowerShell Special Characters - Horizontal Tab

PowerShell Special Characters As in every programming and scripting language, in PowerShell there are special characters that you can use to represent characters, that we are not able to find in the standard set. In this tutorials we will see those PowerShell special Characters and what is their ...

Read More

PowerShell Reserved Words

20/06/2018 by Stephanos Leave a Comment

PowerShell Reserved Words

PowerShell Reserved Words In this tutorial we will see the list of PowerShell reserved words. As in every programming / scripting language there are some words that have special meaning. In my opinion, you should avoid using those words for other purposes. This will help you avoid undesired results ...

Read More

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Go to Next Page »

Footer

Recent Posts

  • ICS Cube Product Review 26/04/2019
  • PowerShell Module SysInfo v1.2.0 15/03/2019
  • PowerShell Module SysInfo v1.1.2 13/11/2018
  • PowerShell Module SysInfo 24/10/2018
  • Get-VoltageProbe 24/10/2018
  • Get-VideoController 24/10/2018
  • Get-USBController 24/10/2018
  • Get-TrackPoint 24/10/2018
  • Get-TrackBall 24/10/2018
  • Get-TouchScreen 24/10/2018
Planet PowerShell

Categories

  • Modules Cmdlets (57)
  • PowerShell Modules (5)
  • PowerShell Scripts (38)
  • PowerShell Tutorials (35)
  • Software Reviews (2)

Archives

  • April 2019 (1)
  • March 2019 (1)
  • November 2018 (1)
  • October 2018 (56)
  • September 2018 (13)
  • August 2018 (9)
  • July 2018 (6)
  • June 2018 (8)
  • May 2018 (7)
  • April 2018 (9)
  • March 2018 (4)
  • February 2018 (6)
  • January 2018 (12)
  • December 2017 (4)
Top 10 PowerShell 2018

Blogroll

  • Planet PowerShell
  • Reddit – PowerShell
  • PowerShell Magazine
  • PowerShell.org
  • PowerShell Team Blog
  • Hey, Scripting Guy! Blog
  • Mike F Robbins
  • PowerShell Explained with Kevin Marquette
  • Mike Kanakos – Network Admin
  • The Lonely Administrator
  • AskME4Tech
PowerShell Blogs Sysadmin Blogs Banners for Top 20 Programming Blogs

© 2023 · Stephanos Constantinou Blog

  • Home
  • Blogs
  • About
  • Contact