Category: Powershell

0

Powershell script to get server specifications

Here is the usefull script that will get you server specifications like Server FQDN, Physical or Virtual info, Model, Total Memory, Bios Version, IP and MAC addresses, Subnet mask, Default Gateway, DHCP status, OS...

4

How to get an IP address from a server list script

Here’s how you can get the list of IP addresses, FQDN and Ping status with a simple Powershell server list script. For a start create a servers.txt file in C:\temp folder with the list...