Combreal

shortCustomObject.ps1

Dec 9th, 2022
1,263
0
Never
1
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
Comments
  • User was banned
Add Comment
Please, Sign In to add comment