Tuesday, 5 July 2016
Subscribe to:
Post Comments (Atom)
Powershell function to get theremote server IP details,Subnetmask,Gateway,DHCP Enabled status,DNS Servers,Wins and Macaddress
#Powershell function to get theremote server IP details,Subnetmask,Gateway,DHCP Enabled status,DNS Servers,Wins and Macaddress # use...
-
##########################################################################################################################################...
-
$date = get-date -f "dd/MM/yyy hh:mm:ss" #this is server list $servers = Get-Content -Path 'C:\servers.txt' $count =...
good one
ReplyDelete