top of page
Search
Writer's pictureJose Rodriguez

Exploring PowerShell Get Commands and other stuff

In the process of building new tools in PowerShell to make my life easier at work. I come across some commands that by themselves don't seem like very much. With a little creativity and effort these are the building blocks to more sophisticated (complicated) projects. That is where I am going in this video. I am going over somethings that aren't going to rock your world, but have the potential to inspire you to unlock different ways to finish a single or multiple tasks. Below is a list of the commands reviewed.

Commands Reviewed:

  • Get-Date Get-Date | Format-List

  • Get-Random

  • Get-Date

  • Get-TimeZone

  • Set-TimeZone

  • Stop-Process -Name "WordPad"

  • Get-Host

  • Get-Command process* *

  • Test-NetConnection -ComputerName www.google.com




4 views0 comments

Comments


bottom of page