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: en-us/PSScriptTools-help.xml
+30-23Lines changed: 30 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -8923,7 +8923,7 @@ MemoryMB : 133</dev:code>
8923
8923
</command:details>
8924
8924
<maml:description>
8925
8925
<maml:para>You can use this command to filter for truly unique objects. That is, every property on every object is considered unique. Most things in PowerShell are already guaranteed to be unique, but you might import data from a CSV file with duplicate entries. Get-PSUnique can help filter.</maml:para>
8926
-
<maml:para>This command works best with simple objects. Objects with nested objects as properties may not be properly deteted.</maml:para>
8926
+
<maml:para>This command works best with simple objects. Objects with nested objects as properties may not be properly detected.</maml:para>
<maml:para>This is a PowerShell version of the winver.exe utility. This command uses PowerShell remoting to query the registry on a remote machine to retrieve Windows version information. The parameters are the same as in Invoke-Command.</maml:para>
9619
9619
<maml:para>If you are querying the local computer, all other parameters will be ignored.</maml:para>
9620
+
<maml:para>This command is an alternative to using Get-CimInstance and querying the Win32_OperatingSystem.</maml:para>
0 commit comments