Skip to content

Commit

Permalink
Merge pull request #11020 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
4/11/2024 PM Publish
  • Loading branch information
Taojunshen committed Apr 11, 2024
2 parents 40504a1 + b35f065 commit e4c2a20
Show file tree
Hide file tree
Showing 53 changed files with 54 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ You can use the static properties of .NET classes in PowerShell. Static
properties are properties of class, unlike standard properties, which are
properties of an object.

To get the static properties of an class, use the **Static** parameter of the
To get the static properties of a class, use the **Static** parameter of the
`Get-Member` cmdlet. For example, the following command gets the static
properties of the `System.DateTime` class.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ input strings.
'3.141' -match '3\.\d{2,}'
```

There`s a static method of the regex class that can escape text for you.
There's a static method of the regex class that can escape text for you.

```powershell
[regex]::escape('3.\d{2,}')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ The RegexMatch options are:
- **IgnoreCase**: Forces case-insensitive matching, even if the -cSplit
operator is specified.
- **CultureInvariant**: Ignores cultural differences in language
when evaluting the delimiter. Valid only with RegexMatch.
when evaluating the delimiter. Valid only with RegexMatch.
- **IgnorePatternWhitespace**: Ignores unescaped whitespace and
comments marked with the number sign (#). Valid only with
RegexMatch.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: about Type Accelerators
---
# about_Type_Accelerators

## SHORT DESRIPTION
## SHORT DESCRIPTION
Describes the Type accelerators available for .NET framework classes

## Long description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ Accept wildcard characters: False

### -Stream

This is a dyanamic parameter made available by the **FileSystem** provider. This parameter is only
This is a dynamic parameter made available by the **FileSystem** provider. This parameter is only
available on Windows. This parameter can't be used in combination with the **Recurse** parameter.

You can use `Remove-Item` to delete an alternative data stream, such as `Zone.Identifier`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Certificates are used in client certificate-based authentication. Certificates c
only to local user accounts, not domain accounts.

To see the certificate thumbprint, use the `Get-Item` or `Get-ChildItem` command to find the
certficate in `Cert:\CurrentUser\My`.
certificate in `Cert:\CurrentUser\My`.

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Certificates are used in client certificate-based authentication. Certificates c
only to local user accounts, not domain accounts.

To see the certificate thumbprint, use the `Get-Item` or `Get-ChildItem` command to find the
certficate in `Cert:\CurrentUser\My`.
certificate in `Cert:\CurrentUser\My`.

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ generated by the `New-Event` cmdlet. These events are automatically added to the
your session without subscribing. However, subscribing lets you forward the events, specify an
action to respond to the events, and cancel the subscription.

When you subscribe to a event, an event subscriber is added to your session. To get the event
When you subscribe to an event, an event subscriber is added to your session. To get the event
subscribers in the session, use the `Get-EventSubscriber` cmdlet. To cancel the subscription, use
the `Unregister-Event` cmdlet, which deletes the event subscriber from the session.

Expand Down
2 changes: 1 addition & 1 deletion reference/5.1/PSWorkflowUtility/Invoke-AsWorkflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ For information, see [about_WorkflowCommonParameters](../PSWorkflow/About/about_

### System.Object

You can pipe any object to the this cmdlet.
You can pipe any object to this cmdlet.

## OUTPUTS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Integer type literals are parsed using the following steps:

1. Determine the radix format
- For binary formats, parse into `[BigInteger]`.
- For hexidecimal formats, parse into `[BigInteger]` using special casies to
- For hexadecimal formats, parse into `[BigInteger]` using special casies to
retain original behaviors when the value is in the `[int]` or `[long]`
range.
- If neither binary nor hex, parse normally as a `[BigInteger]`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ You can use the static properties of .NET classes in PowerShell. Static
properties are properties of class, unlike standard properties, which are
properties of an object.

To get the static properties of an class, use the **Static** parameter of the
To get the static properties of a class, use the **Static** parameter of the
`Get-Member` cmdlet. For example, the following command gets the static
properties of the `System.DateTime` class.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ input strings.
'3.141' -match '3\.\d{2,}'
```

There`s a static method of the regex class that can escape text for you.
There's a static method of the regex class that can escape text for you.

```powershell
[regex]::escape('3.\d{2,}')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ The RegexMatch options are:
- **IgnoreCase**: Forces case-insensitive matching, even if the -cSplit
operator is specified.
- **CultureInvariant**: Ignores cultural differences in language
when evaluting the delimiter. Valid only with RegexMatch.
when evaluating the delimiter. Valid only with RegexMatch.
- **IgnorePatternWhitespace**: Ignores unescaped whitespace and
comments marked with the number sign (#). Valid only with
RegexMatch.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: about Type Accelerators
---
# about_Type_Accelerators

## SHORT DESRIPTION
## SHORT DESCRIPTION
Describes the Type accelerators available for .NET framework classes

## Long description
Expand Down
2 changes: 1 addition & 1 deletion reference/7.2/Microsoft.PowerShell.Core/Enter-PSSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ Accept wildcard characters: False

Specifies the network port on the remote computer that is used for this command.

In PowerShell 6.0 this parameter was inlcuded in the **HostName** parameter set which supports
In PowerShell 6.0 this parameter was included in the **HostName** parameter set which supports
Secure Shell (SSH) connections.

**WinRM (ComputerName parameter set)**
Expand Down
2 changes: 1 addition & 1 deletion reference/7.2/Microsoft.PowerShell.Core/Save-Help.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ Accept wildcard characters: True

### -Scope

This paramater does nothing in this cmdlet.
This parameter does nothing in this cmdlet.

```yaml
Type: Microsoft.PowerShell.Commands.UpdateHelpScope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ Accept wildcard characters: False

### -Stream

This is a dyanamic parameter made available by the **FileSystem** provider. This parameter is only
This is a dynamic parameter made available by the **FileSystem** provider. This parameter is only
available on Windows. This parameter can't be used in combination with the **Recurse** parameter.

You can use `Remove-Item` to delete an alternative data stream, such as `Zone.Identifier`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ method of the [`Win32_OperatingSystem`](/windows/desktop/CIMWin32Prov/win32-oper
class. This method requires the `SeShutdownPrivilege` privilege be enabled for the user account
used to shutdown the machine.

In PowerShell 7.1, `Stop-Computer` was added for Linux and macOS. For these platorms, the cmdlet
In PowerShell 7.1, `Stop-Computer` was added for Linux and macOS. For these platforms, the cmdlet
calls the native command `/sbin/shutdown`.

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ Certificates are used in client certificate-based authentication. Certificates c
only to local user accounts, not domain accounts.

To see the certificate thumbprint, use the `Get-Item` or `Get-ChildItem` command to find the
certficate in `Cert:\CurrentUser\My`.
certificate in `Cert:\CurrentUser\My`.

> [!NOTE]
> This feature is currently only supported on Windows OS platforms.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ Certificates are used in client certificate-based authentication. Certificates c
only to local user accounts, not domain accounts.

To see the certificate thumbprint, use the `Get-Item` or `Get-ChildItem` command to find the
certficate in `Cert:\CurrentUser\My`.
certificate in `Cert:\CurrentUser\My`.

> [!NOTE]
> This feature is only supported on Windows OS platforms.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ generated by the `New-Event` cmdlet. These events are automatically added to the
your session without subscribing. However, subscribing lets you forward the events, specify an
action to respond to the events, and cancel the subscription.

When you subscribe to a event, an event subscriber is added to your session. To get the event
When you subscribe to an event, an event subscriber is added to your session. To get the event
subscribers in the session, use the `Get-EventSubscriber` cmdlet. To cancel the subscription, use
the `Unregister-Event` cmdlet, which deletes the event subscriber from the session.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Integer type literals are parsed using the following steps:

1. Determine the radix format
- For binary formats, parse into `[BigInteger]`.
- For hexidecimal formats, parse into `[BigInteger]` using special casies to
- For hexadecimal formats, parse into `[BigInteger]` using special casies to
retain original behaviors when the value is in the `[int]` or `[long]`
range.
- If neither binary nor hex, parse normally as a `[BigInteger]`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ input strings.
'3.141' -match '3\.\d{2,}'
```

There`s a static method of the regex class that can escape text for you.
There's a static method of the regex class that can escape text for you.

```powershell
[regex]::escape('3.\d{2,}')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ The RegexMatch options are:
- **IgnoreCase**: Forces case-insensitive matching, even if the -cSplit
operator is specified.
- **CultureInvariant**: Ignores cultural differences in language
when evaluting the delimiter. Valid only with RegexMatch.
when evaluating the delimiter. Valid only with RegexMatch.
- **IgnorePatternWhitespace**: Ignores unescaped whitespace and
comments marked with the number sign (#). Valid only with
RegexMatch.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: about Type Accelerators
---
# about_Type_Accelerators

## SHORT DESRIPTION
## SHORT DESCRIPTION
Describes the Type accelerators available for .NET framework classes

## Long description
Expand Down
2 changes: 1 addition & 1 deletion reference/7.3/Microsoft.PowerShell.Core/Enter-PSSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ Accept wildcard characters: False

Specifies the network port on the remote computer that is used for this command.

In PowerShell 6.0 this parameter was inlcuded in the **HostName** parameter set which supports
In PowerShell 6.0 this parameter was included in the **HostName** parameter set which supports
Secure Shell (SSH) connections.

**WinRM (ComputerName parameter set)**
Expand Down
2 changes: 1 addition & 1 deletion reference/7.3/Microsoft.PowerShell.Core/Save-Help.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ Accept wildcard characters: True

### -Scope

This paramater does nothing in this cmdlet.
This parameter does nothing in this cmdlet.

```yaml
Type: Microsoft.PowerShell.Commands.UpdateHelpScope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ Accept wildcard characters: False

### -Stream

This is a dyanamic parameter made available by the **FileSystem** provider. This parameter is only
This is a dynamic parameter made available by the **FileSystem** provider. This parameter is only
available on Windows. This parameter can't be used in combination with the **Recurse** parameter.

You can use `Remove-Item` to delete an alternative data stream, such as `Zone.Identifier`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ method of the [`Win32_OperatingSystem`](/windows/desktop/CIMWin32Prov/win32-oper
class. This method requires the `SeShutdownPrivilege` privilege be enabled for the user account
used to shutdown the machine.

In PowerShell 7.1, `Stop-Computer` was added for Linux and macOS. For these platorms, the cmdlet
In PowerShell 7.1, `Stop-Computer` was added for Linux and macOS. For these platforms, the cmdlet
calls the native command `/sbin/shutdown`.

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ Certificates are used in client certificate-based authentication. Certificates c
only to local user accounts, not domain accounts.

To see the certificate thumbprint, use the `Get-Item` or `Get-ChildItem` command to find the
certficate in `Cert:\CurrentUser\My`.
certificate in `Cert:\CurrentUser\My`.

> [!NOTE]
> This feature is currently only supported on Windows OS platforms.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ Certificates are used in client certificate-based authentication. Certificates c
only to local user accounts, not domain accounts.

To see the certificate thumbprint, use the `Get-Item` or `Get-ChildItem` command to find the
certficate in `Cert:\CurrentUser\My`.
certificate in `Cert:\CurrentUser\My`.

> [!NOTE]
> This feature is only supported on Windows OS platforms.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Integer type literals are parsed using the following steps:

1. Determine the radix format
- For binary formats, parse into `[BigInteger]`.
- For hexidecimal formats, parse into `[BigInteger]` using special casies to
- For hexadecimal formats, parse into `[BigInteger]` using special casies to
retain original behaviors when the value is in the `[int]` or `[long]`
range.
- If neither binary nor hex, parse normally as a `[BigInteger]`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ input strings.
'3.141' -match '3\.\d{2,}'
```

There`s a static method of the regex class that can escape text for you.
There's a static method of the regex class that can escape text for you.

```powershell
[regex]::escape('3.\d{2,}')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ The RegexMatch options are:
- **IgnoreCase**: Forces case-insensitive matching, even if the -cSplit
operator is specified.
- **CultureInvariant**: Ignores cultural differences in language
when evaluting the delimiter. Valid only with RegexMatch.
when evaluating the delimiter. Valid only with RegexMatch.
- **IgnorePatternWhitespace**: Ignores unescaped whitespace and
comments marked with the number sign (#). Valid only with
RegexMatch.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: about Type Accelerators
---
# about_Type_Accelerators

## SHORT DESRIPTION
## SHORT DESCRIPTION
Describes the Type accelerators available for .NET framework classes

## Long description
Expand Down
2 changes: 1 addition & 1 deletion reference/7.4/Microsoft.PowerShell.Core/Enter-PSSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ Accept wildcard characters: False

Specifies the network port on the remote computer that is used for this command.

In PowerShell 6.0 this parameter was inlcuded in the **HostName** parameter set which supports
In PowerShell 6.0 this parameter was included in the **HostName** parameter set which supports
Secure Shell (SSH) connections.

**WinRM (ComputerName parameter set)**
Expand Down
2 changes: 1 addition & 1 deletion reference/7.4/Microsoft.PowerShell.Core/Save-Help.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ Accept wildcard characters: True

### -Scope

This paramater does nothing in this cmdlet.
This parameter does nothing in this cmdlet.

```yaml
Type: Microsoft.PowerShell.Commands.UpdateHelpScope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ Certificates are used in client certificate-based authentication. Certificates c
only to local user accounts, not domain accounts.

To see the certificate thumbprint, use the `Get-Item` or `Get-ChildItem` command to find the
certficate in `Cert:\CurrentUser\My`.
certificate in `Cert:\CurrentUser\My`.

> [!NOTE]
> This feature is currently only supported on Windows OS platforms.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ Certificates are used in client certificate-based authentication. Certificates c
only to local user accounts, not domain accounts.

To see the certificate thumbprint, use the `Get-Item` or `Get-ChildItem` command to find the
certficate in `Cert:\CurrentUser\My`.
certificate in `Cert:\CurrentUser\My`.

> [!NOTE]
> This feature is only supported on Windows OS platforms.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Integer type literals are parsed using the following steps:

1. Determine the radix format
- For binary formats, parse into `[BigInteger]`.
- For hexidecimal formats, parse into `[BigInteger]` using special casies to
- For hexadecimal formats, parse into `[BigInteger]` using special casies to
retain original behaviors when the value is in the `[int]` or `[long]`
range.
- If neither binary nor hex, parse normally as a `[BigInteger]`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ input strings.
'3.141' -match '3\.\d{2,}'
```

There`s a static method of the regex class that can escape text for you.
There's a static method of the regex class that can escape text for you.

```powershell
[regex]::escape('3.\d{2,}')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ The RegexMatch options are:
- **IgnoreCase**: Forces case-insensitive matching, even if the -cSplit
operator is specified.
- **CultureInvariant**: Ignores cultural differences in language
when evaluting the delimiter. Valid only with RegexMatch.
when evaluating the delimiter. Valid only with RegexMatch.
- **IgnorePatternWhitespace**: Ignores unescaped whitespace and
comments marked with the number sign (#). Valid only with
RegexMatch.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: about Type Accelerators
---
# about_Type_Accelerators

## SHORT DESRIPTION
## SHORT DESCRIPTION
Describes the Type accelerators available for .NET framework classes

## Long description
Expand Down
2 changes: 1 addition & 1 deletion reference/7.5/Microsoft.PowerShell.Core/Enter-PSSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ Accept wildcard characters: False

Specifies the network port on the remote computer that is used for this command.

In PowerShell 6.0 this parameter was inlcuded in the **HostName** parameter set which supports
In PowerShell 6.0 this parameter was included in the **HostName** parameter set which supports
Secure Shell (SSH) connections.

**WinRM (ComputerName parameter set)**
Expand Down
Loading

0 comments on commit e4c2a20

Please sign in to comment.