Powershell: Ipconfig command
A good way to get into a routine of learning Powershell is to do your usual command prompt commands in Powershell instead. For me ipconfig was one of those commands.
Ipconfig -> Get-NetIPConfiguration
Ipconfig /all -> Get-NetIPConfiguration -Detailed
No comments:
Post a Comment