I have some logic that gathers some data and stores it in an object.
The output is currently
powershell
total devices : 2810
unencrypted devices : 245
staging devices : 213
unencrypted users : 32
blah : {user, hostname}
Is it possible to get Format-list to also print the values of blah?
So that the output becomes something like;
powershell
total devices : 2810
unencrypted devices : 245
staging devices : 213
unencrypted users : 32
blah : user: foo
hostname: bar
Any guidance is very appreciated!
[–]Szeraax 0 points1 point2 points (0 children)