Skip to content

Instantly share code, notes, and snippets.

@aershov24
Created September 23, 2020 06:02
Show Gist options
  • Save aershov24/ecc4cc9bf42570e7a0e27d2c27121e66 to your computer and use it in GitHub Desktop.
Save aershov24/ecc4cc9bf42570e7a0e27d2c27121e66 to your computer and use it in GitHub Desktop.
Markdium-23 PowerShell Interview Questions DevOps Engineers Must Master
[PSCustomObject]@{
PSTypeName = "Contact"
First = $First
Last = $Last
Phone = $Phone
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment