#TodayILearned
Cody Konior @codykonior Super handy #powershell tip. When you pipe an object to Format-List it will cut arrays off and show then like Name : {A, B, C…}. You can actually stop that with $FormatEnumerationLimit = -1.
#TodayILearned
Cody Konior @codykonior Super handy #powershell tip. When you pipe an object to Format-List it will cut arrays off and show then like Name : {A, B, C…}. You can actually stop that with $FormatEnumerationLimit = -1.