Skip to content

Fixing TOC, formatting issues and broken links in Conceptual-Docs #1632

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 36 commits into from
Sep 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
5b85a73
Merge branch 'staging' into jpjofre-I1403B
jpjsm Aug 25, 2017
c302e75
removed anchor tags
jpjsm Aug 25, 2017
0fe02d6
Updated encoding
jpjsm Aug 25, 2017
773284b
more updates
jpjsm Aug 25, 2017
ab6b315
Formatting fixes
jpjsm Aug 25, 2017
118a115
List formatting corrected
jpjsm Aug 25, 2017
2e9b226
more formatting
jpjsm Aug 25, 2017
4a3b1f0
Formatting and unnecessary links removed
jpjsm Aug 25, 2017
e94c15c
Fixed broken links
jpjsm Aug 25, 2017
1747791
Format fixes
jpjsm Aug 25, 2017
42f3ee8
Merge remote-tracking branch 'origin/live' into staging
jpjsm Aug 28, 2017
d0c78f0
Merge branch 'staging' into live
jpjsm Aug 28, 2017
858594c
Merge branch 'staging' into jpjofre-I1403B
jpjsm Aug 28, 2017
d511a26
Broken links fixed
jpjsm Aug 28, 2017
87301dc
Merge branch 'staging' of https://github.com/PowerShell/PowerShell-Do…
jpjsm Aug 31, 2017
42b2ce7
Merge branch 'staging' into jpjofre-I1403B
jpjsm Aug 31, 2017
7d94a1f
replacing unexpected characters ®
jpjsm Aug 31, 2017
91d0af9
replacing unexpected characters â€
jpjsm Aug 31, 2017
a267545
Revert "replacing unexpected characters â€"
jpjsm Sep 1, 2017
a62f40e
Revert "replacing unexpected characters ®"
jpjsm Sep 1, 2017
157b63d
Removing badly encoded characters
jpjsm Sep 1, 2017
87e3916
Merge branch 'staging' into jpjofre-I1403B
juanpablojofre Sep 1, 2017
8c31aa4
Fixed spacing in Headers
jpjsm Sep 1, 2017
54632a2
Merge branch 'staging' of https://github.com/PowerShell/PowerShell-Do…
jpjsm Sep 1, 2017
1db52f5
Merge branch 'staging' into jpjofre-I1403B
jpjsm Sep 1, 2017
dd7cb01
Recovered lost file
jpjsm Sep 1, 2017
c9e5309
re-adding TOC
jpjsm Sep 5, 2017
1990720
Ficing broken links
jpjsm Sep 5, 2017
cb05bf9
Fixing broken links
jpjsm Sep 5, 2017
78c2dbb
Fixing broken links
jpjsm Sep 5, 2017
2a02e34
Fixing broken links
jpjsm Sep 5, 2017
0101d10
Fixing broken links and TOC
jpjsm Sep 5, 2017
ab0af3d
Fixing markdown blocks formatting
jpjsm Sep 5, 2017
f89b5cf
adding toc.yml to replace toc.md
jpjsm Sep 6, 2017
dfc709e
removed left over TableOfContent.MD
jpjsm Sep 6, 2017
6e75db0
New generated TOC.YML using TocConverter.exe
jpjsm Sep 6, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions reference/docs-conceptual/PowerShell-Scripting.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords: powershell,cmdlet
title: PowerShell Scripting
---

# PowerShell
# PowerShell

Built on the .NET Framework,
Windows PowerShell is a task-based command-line shell and scripting language;
Expand All @@ -13,58 +13,58 @@ to rapidly automate the administration of multiple operating systems
(Linux, macOS, Unix, and Windows)
and the processes related to the applications that run on those operating systems.

### PowerShell is now open source
### PowerShell is now open source

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

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

> **Note:**
> All links about PowerShell in GitHub will take you to GitHub.
> **Note:**
> All links about PowerShell in GitHub will take you to GitHub.

# Documentation
# Documentation

The documentation collection is organized around 4 main sections:

## [What's new with PowerShell](whats-new/What-s-New-With-PowerShell.md)
## [What's new with PowerShell](whats-new/What-s-New-With-PowerShell.md)
In this section you'll find all announcements about the product (version by
version and release by release).

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

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

## [Getting started with PowerShell](getting-started/Getting-Started-with-Windows-PowerShell.md)
## [Getting started with PowerShell](getting-started/Getting-Started-with-Windows-PowerShell.md)
This section is for users new to PowerShell to get all the information needed
to start using the product.
In this section:
- The [Getting Ready to Use Windows PowerShell](getting-started/Getting-Ready-to-Use-Windows-PowerShell.md)
- The [Getting Ready to Use Windows PowerShell](getting-started/Getting-Ready-to-Use-Windows-PowerShell.md)
that explains the necessary steps needed to setup PowerShell to execute and try
all code and command snippets presented in the 'Getting Started with PowerShell'
section.
- The [fundamental concepts](getting-started/fundamental-concepts.md) guide that
- The [fundamental concepts](getting-started/fundamental-concepts.md) guide that
explains what is PowerShell and the basic concepts needed to start using it.
- A series of '[understanding <concept>](getting-started/understanding-concepts-reference.md)' topics
- A series of '[understanding <concept>](getting-started/understanding-concepts-reference.md)' topics
that cover the basics of PowerShell.
- A series of '[basic cookbook for <usage>](getting-started/cookbooks/basic-cookbooks-reference.md)'
- A series of '[basic cookbook for <usage>](getting-started/cookbooks/basic-cookbooks-reference.md)'
topics that provide recipes to execute standard tasks around files, file system,
registry, processes, services, and similar day-to-day subjects.
- A curated guide to other sources for
- A curated guide to other sources for
[learning PowerShell](getting-started/more-powershell-learning.md).

## [Common PowerShell](core-powershell/core-powershell.md)
## [Common PowerShell](core-powershell/core-powershell.md)
This section contains all reference material PowerShell.
Find in this section:
- The [PowerShell Common Modules](core-powershell/core-modules.md)
- The [PowerShell Integrated Scripting Environment \(ISE\)](core-powershell/ise-guide.md)
- The [PowerShell Console Window](core-powershell/console-guide.md)
- The [PowerShell Remote Management](core-powershell/Running-Remote-Commands.md)
- The [PowerShell Workflows](core-powershell/workflows-guide.md)
- The [PowerShell Web Access](core-powershell/web-access.md)
- The [PowerShell Glossary](Windows-PowerShell-Glossary.md)
- The [PowerShell Common Modules](core-powershell/core-modules.md)
- The [PowerShell Integrated Scripting Environment \(ISE\)](core-powershell/ise-guide.md)
- The [PowerShell Console Window](core-powershell/console-guide.md)
- The [PowerShell Remote Management](core-powershell/Running-Remote-Commands.md)
- The [PowerShell Workflows](core-powershell/workflows-guide.md)
- The [PowerShell Web Access](core-powershell/web-access.md)
- The [PowerShell Glossary](Windows-PowerShell-Glossary.md)

143 changes: 0 additions & 143 deletions reference/docs-conceptual/TOC.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@ Many Windows PowerShell cmdlets have the ComputerName parameter that enables you

These cmdlets include:

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

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

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

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

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

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

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

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

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

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

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:

Expand Down
6 changes: 3 additions & 3 deletions reference/docs-conceptual/core-powershell/console-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ keywords: powershell,cmdlet
title: console guide
---

# PowerShell Console Window Guide
# PowerShell Console Window Guide

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

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Starts a Windows PowerShell session. You can use PowerShell.exe to start a Windo

## Syntax

```
```syntax
PowerShell[.exe]
[-EncodedCommand <Base64EncodedCommand>]
[-ExecutionPolicy <ExecutionPolicy>]
Expand Down
Loading