Add-PSScriptInfo
#
SYNOPSIS#
SYNTAX#
DESCRIPTIONAdd new PSScriptInfo to file
#
EXAMPLES#
EXAMPLE 1\<#PSScriptInfo
{ "Version" : "1.0.0", "Author" : "Jane Doe", "DateCreated" : "2021-01-01" } PSScriptInfo >
#
PARAMETERS#
-FilePathFile to add PSScriptInfo to
#
-PropertiesHashTable (ordered dictionary) containing key value pairs for properties that should be included in PSScriptInfo
#
-ForceUse force to replace any existing PSScriptInfo block
#
CommonParametersThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
#
INPUTS#
OUTPUTS#
NOTES#
RELATED LINKS#
EDIT THIS DOCThis page was auto-generated from the powershell command comment based help. To edit the content of this page, update the script file comment based help on github Github