PowerShell Code Repository – Get-FailingDrive
PowerShell Code Repository – Get-FailingDrive Get-FailingDrive works with SMART to determine if your hard drive may be failing. If it determines that the hard drive might be failing, a warning is...
View ArticleWhat is IOPS and how to calculate IOPS for an application (Exchange, SQL,...
What is it and how to calculate IOPS This question is frequent, mostly because how Dell solutions Consultant that is a hardware manufacturer we know. What are IOPS? Is the number of operations per...
View ArticleLicensing for SQL Server 2012
http://www.mssqltips.com/sqlservertip/2942/understanding-the-sql-server-2012-licensing-model/ http://sqlmag.com/sql-server-2012/sql-server-2012-editions Editions and Components of SQL Server 2012...
View ArticleHow to find MTU on a list of Windows Servers, using PowerShell ?
# This script can be used to find MTU size on a list of servers. Choose FQDN or make sure all servers are accessible using server name. # Get-NetIPInterface is part of PowerShell module NetTCPIP, and...
View ArticlePowerShell script to find OS name, Service Pack Version and OS-Architecture...
### PowerShell script to find OS name, Service Pack Version and OS-Architecture (32/64 bit) for given list of servers # servers which we failed to connect to get any info are collected in to a txt file...
View ArticlePowerShell script to find a server is physical server or virtual machine
### Powershell script gives Manufacturer and Server Model for a given list of servers, and we can find if its a VM or a physical server. ### eg: for a VM, manufacturer will be “VMware, Inc.”, and model...
View ArticlePowerShell script to find FQDN and get ping status of Windows Servers
### PowerShell script to find FQDN and get ping status for given list of windows servers # Servers which we failed to connect to get any info are collected in to a txt file. ### Writing credits : VM...
View ArticlePowerShell script to find all IP addresses assigned on a list of Windows Servers
### PowerShell script to find all IP addresses assigned on a list of Windows Servers. ### List all IP addresses assigned in each server, includes IPv6...
View ArticlePowerShell script to find network info for all NICs on a list of Windows servers
### PowerShell script to find for all NICs on a Windows server : IP address, Subnet Mask, Gateway, if DHCP is enabled, DNS servers, WINS servers # This works on a given list of servers, and collects...
View Article