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
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.
23
23
24
-
This command works best with simple objects. Objects with nested objects as properties may not be properly deteted.
24
+
This command works best with simple objects. Objects with nested objects as properties may not be properly detected.
0 commit comments