Skip to content

Instantly share code, notes, and snippets.

@Calvindd2f
Created September 22, 2024 04:32
Show Gist options
  • Select an option

  • Save Calvindd2f/ee5d78c1c1e1de488a06831a658df76e to your computer and use it in GitHub Desktop.

Select an option

Save Calvindd2f/ee5d78c1c1e1de488a06831a658df76e to your computer and use it in GitHub Desktop.
function const([string]$Name, [string]$Value)
{
New-Variable -Name $Name -Value $Value -Option Constant -Force -Scope Script
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment