Skip to content

Commit

Permalink
Fixed empty bullet (#2132)
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet authored and Sean Wheeler committed Feb 20, 2018
1 parent 8a777e0 commit 9ae6f2c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion reference/3.0/Microsoft.PowerShell.Utility/New-Object.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ New-Object returns the object that is created.
* New-Object expands upon the functionality available in the Windows Script Host environment by making it easy to work with .NET Framework objects from the command line and within scripts.
*
## RELATED LINKS
[Compare-Object](Compare-Object.md)
Expand Down
2 changes: 0 additions & 2 deletions reference/4.0/Microsoft.PowerShell.Utility/New-Object.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,6 @@ New-Object returns the object that is created.
* New-Object expands upon the functionality available in the Windows Script Host environment by making it easy to work with .NET Framework objects from the command line and within scripts.
*
## RELATED LINKS
[Compare-Object](Compare-Object.md)
Expand Down
2 changes: 0 additions & 2 deletions reference/5.0/Microsoft.PowerShell.Utility/New-Object.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ You cannot pipe input to this cmdlet.
* **New-Object** provides the most commonly-used functionality of the VBScript CreateObject function. A statement like `Set objShell = CreateObject("Shell.Application")` in VBScript can be translated to `$objShell = New-Object -COMObject "Shell.Application"` in Windows PowerShell.
* **New-Object** expands upon the functionality available in the Windows Script Host environment by making it easy to work with .NET Framework objects from the command line and within scripts.

*

## RELATED LINKS

[Compare-Object](Compare-Object.md)
Expand Down
2 changes: 0 additions & 2 deletions reference/5.1/Microsoft.PowerShell.Utility/New-Object.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ You cannot pipe input to this cmdlet.
* **New-Object** provides the most commonly-used functionality of the VBScript CreateObject function. A statement like `Set objShell = CreateObject("Shell.Application")` in VBScript can be translated to `$objShell = New-Object -COMObject "Shell.Application"` in Windows PowerShell.
* **New-Object** expands upon the functionality available in the Windows Script Host environment by making it easy to work with .NET Framework objects from the command line and within scripts.

*

## RELATED LINKS

[Compare-Object](Compare-Object.md)
Expand Down
2 changes: 0 additions & 2 deletions reference/6/Microsoft.PowerShell.Utility/New-Object.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@ You cannot pipe input to this cmdlet.
* **New-Object** provides the most commonly-used functionality of the VBScript CreateObject function. A statement like `Set objShell = CreateObject("Shell.Application")` in VBScript can be translated to `$objShell = New-Object -COMObject "Shell.Application"` in Windows PowerShell.
* **New-Object** expands upon the functionality available in the Windows Script Host environment by making it easy to work with .NET Framework objects from the command line and within scripts.

*

## RELATED LINKS

[Compare-Object](Compare-Object.md)
Expand Down

0 comments on commit 9ae6f2c

Please sign in to comment.