Windows 10 Virtual MachineIn this post I will create a Windows 10 virtual machine in VirtualBox. The next step is to […] February 8, 2022 in Networking tagged VirtualBox by Mike
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 fix / adjust / Windows / preferences / tweak 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 pipeline / append / output 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 property / path / recurse / file / objects / foreach / sort / process / object / 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 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