Windows PowerShell IntroductionWindows PowerShell is the command and scripting language from Microsoft built into all versions of Windows since Windows […] February 20, 2017 in Windows tagged icon / Windows / command line / DOS / PowerShell / script / add / Explorer / PowerShell by Mike
PowerShell Hello WorldHow do you display the string “hello world” at the console? Open a Windows PowerShell or PowerShell Core […] March 12, 2021 in Windows tagged version / hello / world / PowerShell by Mike
PowerShell ISEWindows PowerShell Integrated Scripting Environment (ISE) This offers a point-and-click graphical interface that takes a lot of the […] March 2, 2021 in Windows tagged PowerShell by Mike
PowerShell VariablesYou can create variables while using PowerShell. You always must preface the name with a dollar sign. If […] March 3, 2021 in Windows tagged variable / variables / $ / PowerShell by Mike
PowerShell CommandletsA cmdlet (commandlet) is a lightweight command that is used in the PowerShell environment. Cmdlets perform an action […] March 3, 2021 in Windows tagged PowerShell / command / cmdlet / commandlet / batch / PowerShell by Mike
PowerShell Batch FilesHow would you run a PowerShell script from a batch file? The batch file is a text file […] March 3, 2021 in Windows tagged PowerShell / PowerShell by Mike
PowerShell CommentingYou can and should write comments in tour PowerShell scrips. Use the hash (#) symbol at the beginning […] March 4, 2021 in Windows tagged script / comment / region / comments / PowerShell by Mike
PowerShell ObjectsWhat are PowerShell objects? Before discussing what they are, we’ll go back in time to the world of […] March 5, 2021 in Windows tagged object / property / path / recurse / file / objects / foreach / sort / process / PowerShell by Mike
PowerShell Manipulating ObjectsTo learn about objects in PowerShell we can have a look at the video called Manipulating Objects in […] March 3, 2021 in Windows tagged PowerShell / PowerShell by Mike