ISE Plugins
Custom ribbon commands for use in the ISE.
Last updated
Custom ribbon commands for use in the ISE.
Last updated
if([string]::IsNullOrWhiteSpace($scriptText)){
Show-Alert "Script is empty - nothing to format."
exit
}
Import-Module -Name PSScriptAnalyzer
Invoke-ScriptAnalyzer -ScriptDefinition $scriptText