Skip to content

Commit 0774e65

Browse files
wearwolfSean Wheeler
authored andcommitted
Fix Get-CimInstance link (#2145)
1 parent a32bb62 commit 0774e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/5.1/Microsoft.PowerShell.Management/Get-WmiObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Get-WmiObject [-Amended] [-AsJob] [-Impersonation <ImpersonationLevel>] [-Authen
5454
```
5555

5656
## DESCRIPTION
57-
Starting in Windows PowerShell 3.0, this cmdlet has been superseded by Get-CimInstancehttp://technet.microsoft.com/library/jj590758(v=wps.630).aspx.
57+
Starting in Windows PowerShell 3.0, this cmdlet has been superseded by [Get-CimInstance](http://technet.microsoft.com/library/jj590758(v=wps.630).aspx).
5858

5959
The **Get-WmiObject** cmdlet gets instances of Windows Management Instrumentation (WMI) classes or information about the available WMI classes.
6060
To specify a remote computer, use the *ComputerName* parameter.

0 commit comments

Comments
 (0)