mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
7 lines
236 B
Markdown
7 lines
236 B
Markdown
|
|
# Exploring the PowerShell language
|
||
|
|
|
||
|
|
Let's see some examples of what you can do with PowerShell:
|
||
|
|
1. In Visual Studio Code,
|
||
|
|
2. Enter a special command to see PowerShell information, as shown in the following command:
|
||
|
|
$PSVersionTable
|
||
|
|
3.
|