Skip to content

Commit 06d38e4

Browse files
juanpablojofreSean Wheeler
authored and
Sean Wheeler
committed
Fixing TOC, formatting issues and broken links in Conceptual-Docs (#1632)
* removed anchor tags * Updated encoding * more updates * Formatting fixes * List formatting corrected * more formatting * Formatting and unnecessary links removed * Fixed broken links * Format fixes * Broken links fixed * replacing unexpected characters ® * replacing unexpected characters †* Revert "replacing unexpected characters â€" This reverts commit 91d0af9. * Revert "replacing unexpected characters ®" This reverts commit 7d94a1f. * Removing badly encoded characters * Fixed spacing in Headers * Recovered lost file * re-adding TOC * Ficing broken links * Fixing broken links * Fixing broken links * Fixing broken links * Fixing broken links and TOC * Fixing markdown blocks formatting * adding toc.yml to replace toc.md * removed left over TableOfContent.MD * New generated TOC.YML using TocConverter.exe
1 parent 9110fa2 commit 06d38e4

File tree

69 files changed

+1666
-960
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1666
-960
lines changed

reference/docs-conceptual/PowerShell-Scripting.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ keywords: powershell,cmdlet
44
title: PowerShell Scripting
55
---
66

7-
# PowerShell
7+
# PowerShell
88

99
Built on the .NET Framework,
1010
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
1313
(Linux, macOS, Unix, and Windows)
1414
and the processes related to the applications that run on those operating systems.
1515

16-
### PowerShell is now open source
16+
### PowerShell is now open source
1717

1818
PowerShell base source code is now available in GitHub and open to community
1919
contributions, see [PowerShell](https://github.com/powershell/powershell).
2020

2121
You can start with the bits you need at [get PowerShell](https://github.com/PowerShell/PowerShell#get-powershell).
2222
Or, perhaps, with a quick tour at [Getting Started](https://github.com/PowerShell/PowerShell/blob/master/docs/learning-powershell)
2323

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.
2626
27-
# Documentation
27+
# Documentation
2828

2929
The documentation collection is organized around 4 main sections:
3030

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)
3232
In this section you'll find all announcements about the product (version by
3333
version and release by release).
3434

35-
## [PowerShell Setup](setup/setup-reference.md)
35+
## [PowerShell Setup](setup/setup-reference.md)
3636
In this section you'll find all you need to know to install all
3737
versions of PowerShell, in all supported environments.
3838

3939
You will also find how to configure for: security, accessibility, remote access
4040
and management, workflows, and web access.
4141

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)
4343
This section is for users new to PowerShell to get all the information needed
4444
to start using the product.
4545
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)
4747
that explains the necessary steps needed to setup PowerShell to execute and try
4848
all code and command snippets presented in the 'Getting Started with PowerShell'
4949
section.
50-
- The [fundamental concepts](getting-started/fundamental-concepts.md) guide that
50+
- The [fundamental concepts](getting-started/fundamental-concepts.md) guide that
5151
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
5353
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)'
5555
topics that provide recipes to execute standard tasks around files, file system,
5656
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
5858
[learning PowerShell](getting-started/more-powershell-learning.md).
5959

60-
## [Common PowerShell](core-powershell/core-powershell.md)
60+
## [Common PowerShell](core-powershell/core-powershell.md)
6161
This section contains all reference material PowerShell.
6262
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)
7070

reference/docs-conceptual/TOC.md

Lines changed: 0 additions & 143 deletions
This file was deleted.

reference/docs-conceptual/core-powershell/Running-Remote-Commands.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ Many Windows PowerShell cmdlets have the ComputerName parameter that enables you
1313

1414
These cmdlets include:
1515

16-
- [Restart-Computer](https://technet.microsoft.com/en-us/library/dd315301.aspx)
16+
- [Restart-Computer](https://technet.microsoft.com/en-us/library/dd315301.aspx)
1717

18-
- [Test-Connection](https://technet.microsoft.com/en-us/library/dd315259.aspx)
18+
- [Test-Connection](https://technet.microsoft.com/en-us/library/dd315259.aspx)
1919

20-
- [Clear-EventLog](https://technet.microsoft.com/en-us/library/dd347552.aspx)
20+
- [Clear-EventLog](https://technet.microsoft.com/en-us/library/dd347552.aspx)
2121

22-
- [Get-EventLog](https://technet.microsoft.com/en-us/library/dd315250.aspx)
22+
- [Get-EventLog](https://technet.microsoft.com/en-us/library/dd315250.aspx)
2323

24-
- [Get-HotFix](https://technet.microsoft.com/en-us/library/e1ef636f-5170-4675-b564-199d9ef6f101)
24+
- [Get-HotFix](https://technet.microsoft.com/en-us/library/e1ef636f-5170-4675-b564-199d9ef6f101)
2525

2626
- [Get-Process](https://technet.microsoft.com/en-us/library/dd347630.aspx)
2727

28-
- [Get-Service](https://technet.microsoft.com/en-us/library/dd347591.aspx)
28+
- [Get-Service](https://technet.microsoft.com/en-us/library/dd347591.aspx)
2929

30-
- [Set-Service](https://technet.microsoft.com/en-us/library/dd315324.aspx)
30+
- [Set-Service](https://technet.microsoft.com/en-us/library/dd315324.aspx)
3131

32-
- [Get-WinEvent](https://technet.microsoft.com/en-us/library/dd315358.aspx)
32+
- [Get-WinEvent](https://technet.microsoft.com/en-us/library/dd315358.aspx)
3333

34-
- [Get-WmiObject](https://technet.microsoft.com/en-us/library/dd315295.aspx)
34+
- [Get-WmiObject](https://technet.microsoft.com/en-us/library/dd315295.aspx)
3535

3636
Typically, cmdlets that support remoting without special configuration have the ComputerName parameter and do not have the Session parameter. To find these cmdlets in your session, type:
3737

reference/docs-conceptual/core-powershell/console-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ keywords: powershell,cmdlet
44
title: console guide
55
---
66

7-
# PowerShell Console Window Guide
7+
# PowerShell Console Window Guide
88

99
Find in this guide:
10-
- [PowerShell.exe Command Line Help](console/PowerShell.exe-Command-Line-Help.md)
11-
- [Using Tab Expansion](console/Using-Tab-Expansion.md)
10+
- [PowerShell.exe Command Line Help](console/PowerShell.exe-Command-Line-Help.md)
11+
- [Using Tab Expansion](console/Using-Tab-Expansion.md)
1212

reference/docs-conceptual/core-powershell/console/PowerShell.exe-Command-Line-Help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Starts a Windows PowerShell session. You can use PowerShell.exe to start a Windo
1010

1111
## Syntax
1212

13-
```
13+
```syntax
1414
PowerShell[.exe]
1515
[-EncodedCommand <Base64EncodedCommand>]
1616
[-ExecutionPolicy <ExecutionPolicy>]

0 commit comments

Comments
 (0)