Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

get ip address in powershell specifically

PS C:> $ipV4 = Test-Connection -ComputerName (hostname) -Count 1  | Select IPV4Address

PS C:> $ipV4
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #ip #address #powershell #specifically
ADD COMMENT
Topic
Name
1+7 =