Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 881 Bytes

File metadata and controls

27 lines (20 loc) · 881 Bytes

Remove-ImageStoreFile

Removes the file record specified and the pointed file.

Alias: RemoveFile

Parameters

Name Type Description Optional
File ImageStoreFile File entity to be removed No(*1)
Id Guid Id of the record to be removed No(*1)
SkipFile switch Skips the file moving operating in file system. -
OverrideSealedFolder switch Overrides the IsSealed mark of the folder. -

From Pipeline: File, Id

*1: One and only one parameter within this group should be provided.

Return

None.

Thumbprint Cache

To remove the related cache files, call Set-ImageStoreThumbprintCacheFolder before this operating.

See also