Skip to content

Instantly share code, notes, and snippets.

@chriskuech
Created June 8, 2019 21:17
Show Gist options
  • Save chriskuech/73c0e2344c713f128dca393c198856b6 to your computer and use it in GitHub Desktop.
Save chriskuech/73c0e2344c713f128dca393c198856b6 to your computer and use it in GitHub Desktop.
$prefix = "kv" # use a prefix to ensure valid hostname
$suffix = "$(New-Guid)" -replace "-"
$kvName = "$prefix$suffix".Substring(0, 24)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment