A New Windows 10 PC
What are some of the things you should do with a new Windows 10 system? This is a […]
What are some of the things you should do with a new Windows 10 system? This is a […]
How do you display the string “hello world” at the console? Open a Windows PowerShell or PowerShell Core […]
Normally when working with PowerShell you will want to output information to the console. You can do a […]
Scripting is a very powerful feature of PowerShell. Here we go into detail. For a more general and […]
What are PowerShell objects? Before discussing what they are, we’ll go back in time to the world of […]
You can and should write comments in tour PowerShell scrips. Use the hash (#) symbol at the beginning […]
To learn about objects in PowerShell we can have a look at the video called Manipulating Objects in […]
How would you run a PowerShell script from a batch file? The batch file is a text file […]
You can create variables while using PowerShell. You always must preface the name with a dollar sign. If […]
A cmdlet (commandlet) is a lightweight command that is used in the PowerShell environment. Cmdlets perform an action […]
Windows PowerShell Integrated Scripting Environment (ISE) This offers a point-and-click graphical interface that takes a lot of the […]
Xubuntu is a community-maintained derivative of the Ubuntu operating system. Wikipedia says “Xubuntu seeks to provide “a light, […]