Hi,
What does this mean? Examples:
PS C:\Users\administrator> Resize-StorageTier -FriendlyName FS_VSC_Capacity -Size 600GB
Resize-StorageTier : The requested object could not be found.
At line:1 char:1
+ Resize-StorageTier -FriendlyName FS_VSC_Capacity -Size 600GB
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (MSFT_StorageTie...osoft/Windo...):ROOT/Microsoft/...SFT_StorageTier) [Resize-StorageTier], CimException
+ FullyQualifiedErrorId : MI RESULT 6,Resize-StorageTier
PS C:\Users\administrator> Get-StorageTier -FriendlyName FS_VSC_Capacity
ObjectId : {1}\\SEV-CLUSTER01\root/Microsoft/Windows/Storage/Providers_v2\SPACES_StorageTier.ObjectId="{554e0eb0-dc2f-4c4b-b144-e0371d4e5a7b}:ST:{f57fafae-c2d1-4f4d-9ffa-eba57121bf70}{38b68697-2667-4bf2-b1e5-b4393afea99b}"
PassThroughClass :
PassThroughIds :
PassThroughNamespace :
PassThroughServer :
UniqueId : {38b68697-2667-4bf2-b1e5-b4393afea99b}
AllocatedSize : 536870912000
AllocationUnitSize : 268435456
ColumnIsolation : PhysicalDisk
Description :
FaultDomainAwareness : StorageScaleUnit
FootprintOnPool : 1073741824000
FriendlyName : FS_VSC_Capacity
Interleave : 262144
MediaType : HDD
NumberOfColumns : 8
NumberOfDataCopies : 2
NumberOfGroups : 1
ParityLayout :
PhysicalDiskRedundancy : 1
ProvisioningType : Fixed
ResiliencySettingName : Mirror
Size : 536870912000
Usage : Data
PSComputerName :
Whenever I try and pipe most things I get this error.
PS C:\Users\administrator> Get-StorageTier -FriendlyName FS_VSC_Capacity | Resize-StorageTier -Size 600GB
Resize-StorageTier : The requested object could not be found.
At line:1 char:49
+ ... geTier -FriendlyName FS_VSC_Capacity | Resize-StorageTier -Size 600GB
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (MSFT_StorageTie...osoft/Windo...):ROOT/Microsoft/...SFT_StorageTier) [Resize-StorageTier], CimException
+ FullyQualifiedErrorId : MI RESULT 6,Resize-StorageTier