When looking at the Storage Pools UI, one of the columns tells me that my disks come from "Storage Spaces." When I want to create a pool with PowerShell, I cannot accomplish that without specifying that my storage pool is from my "local storage subsystem," and it's so important that it's the only positional parameter in new-storagepool. So I'm wondering: what OTHER value might there be?
When I started working with Storage Spaces, I thought that perhaps it'd be possible to create a pool on Server1 built from some drives on Server1, but perhaps also a few from Server2, but no, that's not possible.
So what's the deal with having to specify something like the name of my storage space... when there are apparently no other options? I'm guessing this is a really stupid question, but I can't see the answer. Thanks for any help.