You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/3.0/Microsoft.PowerShell.Utility/New-Object.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -268,7 +268,6 @@ New-Object returns the object that is created.
268
268
269
269
* 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.
Copy file name to clipboardExpand all lines: reference/4.0/Microsoft.PowerShell.Utility/New-Object.md
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -278,8 +278,6 @@ New-Object returns the object that is created.
278
278
279
279
* 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.
Copy file name to clipboardExpand all lines: reference/5.0/Microsoft.PowerShell.Utility/New-Object.md
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -277,8 +277,6 @@ You cannot pipe input to this cmdlet.
277
277
* **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.
278
278
* **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.
Copy file name to clipboardExpand all lines: reference/5.1/Microsoft.PowerShell.Utility/New-Object.md
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -277,8 +277,6 @@ You cannot pipe input to this cmdlet.
277
277
* **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.
278
278
* **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.
Copy file name to clipboardExpand all lines: reference/6/Microsoft.PowerShell.Utility/New-Object.md
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -241,8 +241,6 @@ You cannot pipe input to this cmdlet.
241
241
* **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.
242
242
* **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.
0 commit comments