IncludedItemValueType
Used by New-LiquitAppSettingIncludedItem and Set-LiquitAppSettingIncludedItem.
| Value | Description |
|---|---|
FolderTree |
Captures all sub-folders and files recursively under the specified folder. |
Folder |
Captures all files within the specified folder (non-recursive). |
File |
Captures a single file. |
RegistryTree |
Captures a registry key and all sub-keys and values within it (recursive). |
RegistryKey |
Captures a registry key and the values directly within it (non-recursive). |
RegistryValue |
Captures a single registry value. |
ExcludedItemValueType
Used by New-LiquitAppSettingExcludedItem and Set-LiquitAppSettingExcludedItem.
| Value | Description |
|---|---|
Folder |
Excludes a specific folder and all files within it. |
File |
Excludes a specific file. |
FileExtension |
Excludes all files with a specific extension (e.g. tmp). |
RegistryKey |
Excludes a registry key and all values within it. |
RegistryValue |
Excludes a specific registry value. |