@@ -4,7 +4,7 @@ keywords: powershell,cmdlet
4
4
title : PowerShell Scripting
5
5
---
6
6
7
- # PowerShell
7
+ # PowerShell
8
8
9
9
Built on the .NET Framework,
10
10
Windows PowerShell is a task-based command-line shell and scripting language;
@@ -13,58 +13,58 @@ to rapidly automate the administration of multiple operating systems
13
13
(Linux, macOS, Unix, and Windows)
14
14
and the processes related to the applications that run on those operating systems.
15
15
16
- ### PowerShell is now open source
16
+ ### PowerShell is now open source
17
17
18
18
PowerShell base source code is now available in GitHub and open to community
19
19
contributions, see [ PowerShell] ( https://github.com/powershell/powershell ) .
20
20
21
21
You can start with the bits you need at [ get PowerShell] ( https://github.com/PowerShell/PowerShell#get-powershell ) .
22
22
Or, perhaps, with a quick tour at [ Getting Started] ( https://github.com/PowerShell/PowerShell/blob/master/docs/learning-powershell )
23
23
24
- > ** Note:**
25
- > All links about PowerShell in GitHub will take you to GitHub.
24
+ > ** Note:**
25
+ > All links about PowerShell in GitHub will take you to GitHub.
26
26
27
- # Documentation
27
+ # Documentation
28
28
29
29
The documentation collection is organized around 4 main sections:
30
30
31
- ## [ What's new with PowerShell] ( whats-new/What-s-New-With-PowerShell.md )
31
+ ## [ What's new with PowerShell] ( whats-new/What-s-New-With-PowerShell.md )
32
32
In this section you'll find all announcements about the product (version by
33
33
version and release by release).
34
34
35
- ## [ PowerShell Setup] ( setup/setup-reference.md )
35
+ ## [ PowerShell Setup] ( setup/setup-reference.md )
36
36
In this section you'll find all you need to know to install all
37
37
versions of PowerShell, in all supported environments.
38
38
39
39
You will also find how to configure for: security, accessibility, remote access
40
40
and management, workflows, and web access.
41
41
42
- ## [ Getting started with PowerShell] ( getting-started/Getting-Started-with-Windows-PowerShell.md )
42
+ ## [ Getting started with PowerShell] ( getting-started/Getting-Started-with-Windows-PowerShell.md )
43
43
This section is for users new to PowerShell to get all the information needed
44
44
to start using the product.
45
45
In this section:
46
- - The [ Getting Ready to Use Windows PowerShell] ( getting-started/Getting-Ready-to-Use-Windows-PowerShell.md )
46
+ - The [ Getting Ready to Use Windows PowerShell] ( getting-started/Getting-Ready-to-Use-Windows-PowerShell.md )
47
47
that explains the necessary steps needed to setup PowerShell to execute and try
48
48
all code and command snippets presented in the 'Getting Started with PowerShell'
49
49
section.
50
- - The [ fundamental concepts] ( getting-started/fundamental-concepts.md ) guide that
50
+ - The [ fundamental concepts] ( getting-started/fundamental-concepts.md ) guide that
51
51
explains what is PowerShell and the basic concepts needed to start using it.
52
- - A series of '[ understanding < ; concept> ; ] ( getting-started/understanding-concepts-reference.md ) ' topics
52
+ - A series of '[ understanding < ; concept> ; ] ( getting-started/understanding-concepts-reference.md ) ' topics
53
53
that cover the basics of PowerShell.
54
- - A series of '[ basic cookbook for < ; usage> ; ] ( getting-started/cookbooks/basic-cookbooks-reference.md ) '
54
+ - A series of '[ basic cookbook for < ; usage> ; ] ( getting-started/cookbooks/basic-cookbooks-reference.md ) '
55
55
topics that provide recipes to execute standard tasks around files, file system,
56
56
registry, processes, services, and similar day-to-day subjects.
57
- - A curated guide to other sources for
57
+ - A curated guide to other sources for
58
58
[ learning PowerShell] ( getting-started/more-powershell-learning.md ) .
59
59
60
- ## [ Common PowerShell] ( core-powershell/core-powershell.md )
60
+ ## [ Common PowerShell] ( core-powershell/core-powershell.md )
61
61
This section contains all reference material PowerShell.
62
62
Find in this section:
63
- - The [ PowerShell Common Modules] ( core-powershell/core-modules.md )
64
- - The [ PowerShell Integrated Scripting Environment \( ISE\) ] ( core-powershell/ise-guide.md )
65
- - The [ PowerShell Console Window] ( core-powershell/console-guide.md )
66
- - The [ PowerShell Remote Management] ( core-powershell/Running-Remote-Commands.md )
67
- - The [ PowerShell Workflows] ( core-powershell/workflows-guide.md )
68
- - The [ PowerShell Web Access] ( core-powershell/web-access.md )
69
- - The [ PowerShell Glossary] ( Windows-PowerShell-Glossary.md )
63
+ - The [ PowerShell Common Modules] ( core-powershell/core-modules.md )
64
+ - The [ PowerShell Integrated Scripting Environment \( ISE\) ] ( core-powershell/ise-guide.md )
65
+ - The [ PowerShell Console Window] ( core-powershell/console-guide.md )
66
+ - The [ PowerShell Remote Management] ( core-powershell/Running-Remote-Commands.md )
67
+ - The [ PowerShell Workflows] ( core-powershell/workflows-guide.md )
68
+ - The [ PowerShell Web Access] ( core-powershell/web-access.md )
69
+ - The [ PowerShell Glossary] ( Windows-PowerShell-Glossary.md )
70
70
0 commit comments