Bubba Nation
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Official Bubba Forum!
 
HomeLatest imagesSearchRegisterLog in
Bubba Nation Is Hiring!! I will be hand picking staff, so make sure you are active!

 

 DNS COnfiguration PowerShell Script

Go down 
AuthorMessage
CSS(Coder)




Posts : 10
Join date : 2012-07-03
Location : 127.0.0.1

DNS COnfiguration PowerShell Script Empty
PostSubject: DNS COnfiguration PowerShell Script   DNS COnfiguration PowerShell Script EmptySat Jul 07, 2012 10:37 pm

$adapters = [System.Net.NetworkInformation.NetworkInterface]::GetAllNetworkInterfaces()
ForEach ($adapter in $adapters) {
$properties = $adapter.GetIPProperties()
$adapter.Description
" DNS suffix .............................. : {0}" -f $properties.DnsSuffix
" DNS enabled ............................. : {0}" -f $properties.IsDnsEnabled
" Dynamically configured DNS .............. : {0}" -f $properties.IsDynamicDnsEnabled
}
Back to top Go down
http://1-800-this-is-not-a-real-number.com
 
DNS COnfiguration PowerShell Script
Back to top 
Page 1 of 1
 Similar topics
-
» Text to Speech Script

Permissions in this forum:You cannot reply to topics in this forum
Bubba Nation :: Misc :: Coding-
Jump to: