Powershell

So Powershell is the most object-oriented language out today. Since everything is an object, there are not only the standard data types we see in every other language out there but you are able to create and execute your own data type. While most languages require you to specify the data type for the variable, Windows Powershell does this for you. ................
................