sort-object
Verified for current stable LTS
Sort Object Command: Sort Items Unique
Use for sort items unique with Sort Object. Exact CLI syntax to sort items unique using Sort Object.
When to use this: Use for sort items unique with Sort Object.
Command Syntax
"a", "b", "a" | Sort-Object -Unique "a", "b", "a" | Sort-Object -Unique Live Command Builder
Final Command
"a", "b", "a" | Sort-Object -Unique Command Breakdown
-Unique- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to sort items unique using Sort Object.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Sort Object Command: Sort Files By Length Current Directory
Get-ChildItem | Sort-Object -Property Length Sort Object Command: Sort Files By Name Current Directory Get-ChildItem | Sort-Object Sort Object Command: Sort Files By Name Descending Current Directory Get-ChildItem | Sort-Object -Descending Sort Object Command: Sort Processes By Memory Usage Get-Process | Sort-Object -Property WS