NAME
Get-FileStorageTier
SYNOPSIS
Gets the files assigned to a Storage tier on a volume, and their status.SYNTAX
Get-FileStorageTier [-CimSession
[] [-ThrottleLimit ] -VolumeDriveLetter ] Get-FileStorageTier [-CimSession
] [-ThrottleLimit ] -VolumePath [ ] Get-FileStorageTier [-CimSession
[] [-ThrottleLimit ] -Volume ] Get-FileStorageTier [-CimSession
] [-ThrottleLimit ] -FilePath [ ] DESCRIPTION
The Get-FileStorageTier cmdlet gets all the files assigned to a Storage tier on a tiered volume stored on a tiered
Storage space, and the status of each file. A file that you assign to a Storage tier is called a pinned file. The possible status values are the following:-- Not on tier
-- Completely on tier
-- Partially on tier
PARAMETERS
-CimSession [
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such] as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local
computer. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false-FilePath
Specifies the full path of a file. The cmdlet gets the pinned file that you specify and its status. Required? true Position? named Default value noneAccept pipeline input? true(ByPropertyName)
Accept wildcard characters? false-ThrottleLimit [
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShellr calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -Volume
Specifies a volume as a CimInstance object. The cmdlet gets the pinned files for the volume that you specify,and their status values. To obtain a volume, use the Get-Volume cmdlet.
Required? true Position? named Default value none Accept pipeline input? true(ByValue) Accept wildcard characters? false-VolumeDriveLetter
Specifies the drive letter of a volume. The cmdlet gets the pinned files for the volume that you specify, and their status values. Required? true Position? named Default value noneAccept pipeline input? true(ByPropertyName)
Accept wildcard characters? false-VolumePath
Specifies the path of a volume. The cmdlet gets the pinned files for the volume that you specify, and their status values. Required? true Position? named Default value noneAccept pipeline input? true(ByPropertyName)
Accept wildcard characters? falseThis cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). INPUTS
OUTPUTS
MSFT_FileStorageTier This cmdlet generates a file storage tier object that contains the desired storage tier, file path, status,desired storage tier file size, and state. State includes values of Ok, Pending, and Processing.
Example 1: Get status for a file
PS C:\>Get-FileStorageTier -FilePath "D:\DataFile06.txt"
This command gets the pinned file that you specify, and its status.Example 2: Get pinned files for a volume
PS C:\>Get-FileStorageTier -VolumePath "\\?\Volume{6d6e000d-6038-11e2-be6d-806e6f6e6963}\"
This command gets the pinned files for the specified volume, and their status values.RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkId=816381Clear-FileStorageTier
Set-FileStorageTier