Windows Software for New PCsDo do have a new or relatively new Windows PC? Are you looking to get it ready for […] October 18, 2021 in Windows tagged start / new / setup by Mike
A New Windows 10 PCWhat are some of the things you should do with a new Windows 10 system? This is a […] October 18, 2021 in Windows tagged preferences / tweak / fix / adjust / Windows 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 Pipeline OutputNormally when working with PowerShell you will want to output information to the console. You can do a […] March 7, 2021 in Windows tagged append / output / pipeline by Mike
PowerShell Scripting IntroductionScripting is a very powerful feature of PowerShell. Here we go into detail. For a more general and […] March 7, 2021 in Windows tagged script / scripting / PowerShell Scripting 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 process / object / property / path / recurse / file / objects / foreach / sort / 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 comments / script / comment / region / 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
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 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 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