Advertisement
Combreal

shortCustomObject.ps1

Dec 9th, 2022
1,054
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $a = [pscustomobject][ordered]@{
  2.     ComputerName = "LOL"
  3.     Project = "loule"
  4. }
  5.  
  6. $a.ComputerName
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement