Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 937 Bytes

File metadata and controls

25 lines (19 loc) · 937 Bytes

Remove-ImageStoreDirectory

Removes the directory specified, including all files and sub directories, from database and file system.

Alias: RemoveDirectory

Parameters

Name Type Description Optional
Folder ImageStoreFolder Folder of the directory located No
Path string Relevant path to the directory to be removed. Set to empty string to remove the whole folder. No
SkipFile switch Skips the file moving operating in file system. -
OverrideSealedFolder switch Overrides the IsSealed mark of the folder. -

From Pipeline: Path

Return

None.

Thumbprint Cache

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

See also