Menu
  • Home
  • About Me
  • Blog
  • Github
  • LinkedIn

PowerShell – 1. Getting started with PowerShell 3.0

August 3, 2022

Purpose for PowerShell

Doing automation and solving problems are huge challenge. we need to have an interactive shell an environment so that you can explore and automate manual jobs.

The purpose to powershell is making you effective getting stuff done faster and solving problems that you probably had a hard time solving before.

Customize the shell for comfort

comfort is important. we’re going to spend a lot of time looking at this console. This is important you need to make sure you can see individual characters on the powershell prompt. Go to the properties and font.

This is my settings.

Tip

you should check that you are in admin mode. If something’s going a little wonky, go check and see you are running as admin.

Getting familiar with the shell

  • Cmdlets : verbs – Noun
  • Native commands work!
  • Examples – Ping, IPConfig, calc, notepad, mspaint
  • cls – Clear-Host
  • cd – Set-Location
  • dir, ls – Get-Childitem
  • type, cat – Get-Content
  • Copy, cp – copy-item

It makes it comfortable for whatever environment you’re coming from such as UNIX, you can get started right away.

Use this command to find more Aliases

get-alias  # or you can use gal

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts
  • ChinguTalkBot v0.1.0: Setting up AWS Cognito with CDK for User Authentication
  • Phoenix & Elixir: Fix PostgreSQL connection refused
  • Demo: Git Log with Shell script to create a release notes
  • Metasploit
  • CyberSecurity Lab – Online Password Attack

Archives
  • March 2024
  • May 2023
  • April 2023
  • February 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
Categories
  • Amazon Interview (3)
  • Ansible (3)
  • AWS (9)
  • Azure (9)
  • Certification (2)
  • ChinguTalkBot Project (1)
  • cybersecurity (3)
  • Data analytics (6)
  • Demo Videos (6)
  • Docker (5)
  • Git (1)
  • GitLab (1)
  • Golang (3)
  • JavaScript (2)
  • Jenkins (4)
  • PowerShell (1)
  • Python (10)
  • Terraform (11)
  • Uncategorized (9)

©2025 | Powered by WordPress and Superb Themes!