# Introduction

## What is PowerShell (aka PoSH)

Check out this introduction from [Microsoft](https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-7)

There are/were two versions of PowerShell: Windows PowerShell which was included with Windows that was built on full .NET Framework. Then a few years ago, MSFT created .NET core to support cross platform (Windows, Linux, MacOS). Which lead to PowerShell Core. They just updated to PowerShell 7 (dropped Core from name) which is based on 3.1 .Net Core and really makes the Windows PowerShell obsolete.

**Point being always download and use PowerShell 7 or later as of today going forward!**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://romc.gitbook.io/learn-to-posh/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
