en-US/about_spec.base.utilities.help.txt
TOPIC
about_spec.base.utilities SHORT DESCRIPTION Default modules required for the foundation scripts LONG DESCRIPTION This module contains all of the mandatory functions required by the foundation scripts. Registry: - New-SpecRegistryKey : Creates a new registry key - Remove-SpecRegistryKey : Removes a registry key - Set-SpecRegistrykey: Sets (updates) a registry key Scheduled Tasks: - New-SpecScheduledTask : Creates a new scheduled task - Remove-SpecScheduledTask : Removes a scheduled task Shortcuts: - New-SpecShortcut : Creates a new shortcut - Remove-SpecShortcut: Removes a shortcut - Set-SpecShortcut: Sets (updates) a shortcut EXAMPLES See individual function help for examples: help <function name> -ShowWindow e.g. help New-SpecScheduledTask -ShowWindow KEYWORDS 'registry', 'scheduled task', 'shortcut' |