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
Get-Disk|Where-Object-Object Number -Ne$Null|Where-Object IsBoot -Ne$True|Where-Object IsSystem -Ne$True|Where-Object PartitionStyle -Eq RAW | Group -NoElement -Property FriendlyName
47
+
Get-Disk|Where-Object-Object Number -Ne$Null|Where-Object IsBoot -Ne$True|Where-Object IsSystem -Ne$True|Where-Object PartitionStyle -Eq RAW |Group-Object-NoElement -Property FriendlyName
0 commit comments