Showing results for April 2014 - Page 9 of 12 - Scripting Blog [archived]

Apr 10, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Get IP Addresses

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to retrieve IP addresses.  Is there a way to use Windows PowerShell to check IP addresses without use IPconfig?  In Windows Server 2012 R2, use the new Get-NetIPAddress cmdlet: Get-NetIPAddress If you like the output in a table, use: Get-NetIPAddress | Format-Table

Windows PowerShellPowerTipguest blogger
Apr 10, 2014
Post comments count0
Post likes count0

Windows Server 2012 R2 Network Cmdlets: Part 4

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to work with IP addresses in Windows Server 2012 R2.  Hey, Scripting Guy! Now that we have Windows PowerShell cmdlets to use throughout Windows Server 2012 R2, is there any easier way to assign IP addresses to network adapters? —EL  Hello EL, Honorary Scripting Guy, Sean Kearney, i...

Windows PowerShellguest bloggerSean Kearney
Apr 9, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Rename Network Adapter

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to rename network adapters in Windows Server 2012 R2.  Is there a way to use Windows PowerShell in Windows Server 2012 R2 to rename a network adapter?  Use the Rename-NetAdapter cmdlet.           For example, to rename the network adapter called &l...

Windows PowerShellPowerTipguest blogger
Apr 9, 2014
Post comments count0
Post likes count0

Windows Server 2012 R2 Network Cmdlets: Part 3

Doctor Scripto
Doctor Scripto

Summary: Use PowerShell to identify and disable network adapters in Windows Server 2012 R2.  Hey, Scripting Guy! I would love to know if there is an easy way to work with my physical adapters in a Windows Server 2012 R2 environment. Specifically, can you show me which adapters are live? —TM  Hello TM, Honorary Sc...

Windows PowerShellguest bloggerSean Kearney
Apr 8, 2014
Post comments count1
Post likes count0

PowerTip: Use PowerShell to List Firewall Rules

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to list firewall rules configured in Windows Server 2012 R2.  How can I use Windows PowerShell to show the inbound firewall rules in Windows Server 2012 R2 that are enabled?  Use the Get-NetFirewallRule cmdlet to get the entire list, and then           ...

Windows PowerShellPowerTipguest blogger