Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Shell/Bash
powershell get ip from computer name
Yanny Abaza
Programming language:
Shell/Bash
2021-07-07 10:51:09
0
Q:
powershell get ip from computer name
user32285
Code:
Shell/Bash
2021-03-10 01:13:08
$ips
= [System.Net.Dns]::GetHostAddresses(
"yourhosthere"
)
-1
Tags
name
get
shell
Related
get folder size powershell
powershell open current directory
whats $_.FullName in powershell
add pc to domin and change name with powershell
powershell output text file
powershell get computer make and model
powershell get all history
powershell get ip address
rename file powershell
windows give an ip address a name
powershell get serial number
powershell parse text file
powershell see ports in use
powershell get input from user
powershell get arguments
powershell function resize image
powershell get date
powershell get all computers in ou
extract ip address from string powershell pattern
New to Communities?
Join the community