Powershell:- Object – Adding a new property

Background Jewels of Object Oriented Programming rest on the fact that everything can be better seen through representing them as an object.   Scenario List Files Introduction Using Get-ChildItem we will list the files from a folder. In this case our temp folder ( $env:Temp ).   Code   Output Output - Text   Output … Continue reading Powershell:- Object – Adding a new property