• 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 / Blogs

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

Filed Under: PowerShell Tutorials Tagged With: PowerShell ForEach, PowerShell If

PowerShell Split Operator

18/06/2018 by Stephanos Leave a Comment

PowerShell Split Operator - Max Substrings

PowerShell Split Operator In another tutorial we saw how we are able to use Join operator and what we are able to do with it. In this tutorial we will look into PowerShell Split Operator, how we are able to use it and what we can do with it. The split operator allows you to split a string or ...

Read More

Filed Under: PowerShell Tutorials Tagged With: PowerShell Operators, PowerShell Split

PowerShell Users and Membership – Part 2

13/06/2018 by Stephanos Leave a Comment

PowerShell Users and Membership

PowerShell Users and Membership - Part 2 Scenario: PowerShell Users and Membership - Part 2 In part 1, I have shown you a simple script on how you are able to list all users or under a specific location along with their membership. The problem with that script is that you can only get the ...

Read More

Filed Under: PowerShell Scripts Tagged With: ConvertTo-SecureString, Get-ADGroup, Get-ADPrincipalGroupMembership, Get-ADUser, Get-Content, New-Object, PowerShell ForEach, PowerShell If, PowerShell Join, Send-MailMessage

PowerShell Redirection Operators

11/06/2018 by Stephanos 2 Comments

PowerShell Redirection Operators - Append

PowerShell Redirection Operators In this tutorial we will go through PowerShell Redirection Operators. PowerShell by default sends the output of the commands, warnings and errors in the console. You are able to send those outputs to files in order to store them. There are different ways to redirect ...

Read More

Filed Under: PowerShell Tutorials Tagged With: PowerShell Operators

PowerShell Hardware Inventory Script – Part 2

04/06/2018 by Stephanos 12 Comments

PowerShell Hardware Inventory Script

PowerShell Hardware Inventory Script - Part 2 Scenario: PowerShell Hardware Inventory Script - Part 2. In Part 1, we saw how we are able to create a simple inventory of our computers based on Active Directory. In this part we will go through the minor additional features of the script that in ...

Read More

Filed Under: PowerShell Scripts Tagged With: Add-Member, Export-Csv, Get-ADComputer, Get-CimInstance, Get-Help, Get-WmiObject, New-Object, Out-Null, Test-Connection

PowerShell Assignment Operators

30/05/2018 by Stephanos Leave a Comment

PowerShell Assignment Operators - 2

PowerShell Assignment Operators In this tutorial we will go through PowerShell Assignement Operators. These operators assign a value to multiple values to a variable. Assignment operators are also able to perform numeric operations before the assignment of a value to the variable. We will go ...

Read More

Filed Under: PowerShell Tutorials Tagged With: Assignment Operators, PowerShell Operators

PowerShell Join Operator

24/05/2018 by Stephanos Leave a Comment

PowerShell Join Operator - Delimiter

PowerShell Join Operator In this tutorial we will go through PowerShell Join Operator. -Join  Operator combines multiple strings into one. Strings are combined in the order that they are appear. The format of the command is as below: -Join <String[]> <String[]> -Join ...

Read More

Filed Under: PowerShell Tutorials Tagged With: PowerShell Join, PowerShell Operators

PowerShell Arithmetic Operators

18/05/2018 by Stephanos 1 Comment

PowerShell Arithmetic Operators

PowerShell Arithmetic Operators In this tutorial we will see about PowerShell Arithmetic Operators and how PowerShell is dealing with them. Some of the arithmetic operators are working also on string values. Below we will go through those operators with examples to understand their use. Below ...

Read More

Filed Under: PowerShell Tutorials Tagged With: Arithmetic Operators, Get-Date, PowerShell Operators

PowerShell Command History

14/05/2018 by Stephanos 1 Comment

f7-shortcut

PowerShell Command History In this tutorial we will see about PowerShell History. We will see want information is kept in history, how we can access and use our history. Every command you run in Windows PowerShell, it is added in the command history. The command is added in the history after the ...

Read More

Filed Under: PowerShell Tutorials Tagged With: Add-History, Clear-History, Get-History, Invoke-History

PowerShell Quotes

11/05/2018 by Stephanos 1 Comment

Quotes in quotes

PowerShell Quotes In this tutorial we will talk about PowerShell quotes. Quotations marks are used to enclose our strings. We can use single quotation mark ( ' ) or double quotation mark ( " ). Each one of them has its own significance. Single quotes, in general, are showing the string enclosed in ...

Read More

Filed Under: PowerShell Tutorials Tagged With: PowerShell Quotes

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 8
  • Go to page 9
  • Go to page 10
  • Go to page 11
  • Go to page 12
  • Interim pages omitted …
  • Go to page 14
  • 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

© 2022 · Stephanos Constantinou Blog

  • Home
  • Blogs
  • About
  • Contact
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok