Ordered Hash Tables in Windows PowerShell V3.

Generally When we work with Hash Tables in PowerShell we usually get an output as an unordered data and not as ordered as per our liking.For example if i create a new hash table as below PS C:UsersAdministrator> @{Name='Vinith';City='Bangalore';Skill='PowerShell'} And see its…