Windows PowerShell – first setup.

The Windows PowerShell remoting features are supported by the WS-Management protocol and the Windows Remote Management (WinRM) service.

So, Windows PowerShell is a new Windows command-line shell designed for system administrators.

If you got this error is shown below that is need to make something.

First, you just need to learn a few tricks for running Windows PowerShell scripts.

You can verify the settings for your execution policy by typing the following at the PowerShell command prompt.
Also, you need to set your execution policy to RemoteSigned.

Get-ExecutionPolicy and Set-ExecutionPolicy RemoteSigned

See the example below from PowerShell

Now you can use the power of PowerShell.

Let’s the code source of the script. Is a simple script to display BIOS properties.

I hope this tutorial helped you.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.