PowerShell Logo Small

Clear-FileStorageTier



This is the built-in help made by Microsoft for the command 'Clear-FileStorageTier', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Removes a file from a storage tier.

SYNTAX


Clear-FileStorageTier [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] -FilePath <String> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Clear-FileStorageTier cmdlet removes a file from a storage tier. Add a file to a storage tier by using the Set-FileStorageTier cmdlet. A file that you assign to a
storage tier is called a pinned file.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=206759
Get-FileStorageTier
Set-FileStorageTier

REMARKS

<

Examples


Example 1: Remove a file from a storage tier

PS C:\> Clear-FileStorageTier -FilePath "D:\DataFile06.txt"



This command remvoes the file D:\DataFile06.txt from a storage tier.