#Powershell to get a list of the different data types (I think) within an object
….should you ever want such a thing
$Object | get-member | select-object @{L=‘Deffo’; E={$_.definition.split()[0]}} | group-object -property Deffo t.co/yrRNgw5AA…
#Powershell to get a list of the different data types (I think) within an object
….should you ever want such a thing
$Object | get-member | select-object @{L=‘Deffo’; E={$_.definition.split()[0]}} | group-object -property Deffo t.co/yrRNgw5AA…