Skip to content

Commit 9ae6f2c

Browse files
cincuranetSean Wheeler
authored and
Sean Wheeler
committed
Fixed empty bullet (#2132)
1 parent 8a777e0 commit 9ae6f2c

File tree

5 files changed

+0
-9
lines changed

5 files changed

+0
-9
lines changed

reference/3.0/Microsoft.PowerShell.Utility/New-Object.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ New-Object returns the object that is created.
268268
269269
* 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.
270270
271-
*
272271
## RELATED LINKS
273272
274273
[Compare-Object](Compare-Object.md)

reference/4.0/Microsoft.PowerShell.Utility/New-Object.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,6 @@ New-Object returns the object that is created.
278278
279279
* 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.
280280
281-
*
282-
283281
## RELATED LINKS
284282
285283
[Compare-Object](Compare-Object.md)

reference/5.0/Microsoft.PowerShell.Utility/New-Object.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ You cannot pipe input to this cmdlet.
277277
* **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.
278278
* **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.
279279

280-
*
281-
282280
## RELATED LINKS
283281

284282
[Compare-Object](Compare-Object.md)

reference/5.1/Microsoft.PowerShell.Utility/New-Object.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ You cannot pipe input to this cmdlet.
277277
* **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.
278278
* **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.
279279

280-
*
281-
282280
## RELATED LINKS
283281

284282
[Compare-Object](Compare-Object.md)

reference/6/Microsoft.PowerShell.Utility/New-Object.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,6 @@ You cannot pipe input to this cmdlet.
241241
* **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.
242242
* **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.
243243

244-
*
245-
246244
## RELATED LINKS
247245

248246
[Compare-Object](Compare-Object.md)

0 commit comments

Comments
 (0)