Forum Discussion

Todd_Lange's avatar
Todd_Lange
Copper Contributor
Jan 21, 2022

How can I filter the result of Get-PhysicalDisk by both CanPool=$True and IsPartial=$False

I'm just learning PowerShell, so I'm a bit green. I want to filter the output of Get-PhysicalDisk by 'CanPool=$True and IsPartial=$False'  and use that as the input argument to New-StoragePool in ...

Resources