PowerShell and Excel: Fast, Safe, and Reliable
Summary: Microsoft PowerShell MVP, Tobias Weltner, talks about Windows PowerShell and Excel interaction.Microsoft Scripting Guy, Ed Wilson, is here. Let’s welcome back guest blogger, Tobias...
View ArticlePowerTip: Use PowerShell to Remove a File Share
Summary: Use Windows PowerShell to remove SMB file shares. How can I use Windows PowerShell to delete an SMB file share that is no longer used on my computer running Windows 8? Open the...
View ArticleWeekend Scripter: Wow! I Didn’t Know You Could Do That in PowerShell!
Summary: Discover the power of the “double splat.”Honorary Scripting Guy, Sean Kearney, here filling in for our good friend, Ed. He’s keeping himself inside where it’s warm. I’m here in Canada typing...
View ArticlePowerTip: Predefine Cmdlet Parameters in Variable
Summary: Pass a cluster of parameter values by using an array. Is there an easy way to write Windows PowerShell commands to handle two separate domains (for example, production and...
View ArticleWeekend Scripter: Use PowerShell to Identify Network Adapter Characteristics
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to identify network adapter characteristics.Microsoft Scripting Guy, Ed Wilson, is here. Today I am kicking off Network...
View ArticlePowerTip: Use PowerShell to Find Protocol Binding on Network Adapters
Summary: Use Windows PowerShell to find which protocols are bound to your network adapters. How can I use Windows 8.1 and Windows PowerShell 4.0 to show which enabled protocols are bound to...
View ArticleEnabling and Disabling Network Adapters with PowerShell
Summary: Microsoft Scripting Guy, Ed Wilson, talks using Windows PowerShell to enable and disable network adapters.Microsoft Scripting Guy, Ed Wilson, is here. Today I have spent much of the day...
View ArticlePowerTip: Use PowerShell to Enable All Network Adapters
Summary: Use Windows PowerShell to enable all network adapters. How can I use Window PowerShell to quickly enable all network adapters on my Windows 8.1 laptop? Use the Get-NetAdapter and the...
View ArticleRenaming Network Adapters by Using PowerShell
Summary: Microsoft Scripting Guy, Ed Wilson, talks about various ways to rename network adapters by using Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. I am sitting here sipping a cup...
View ArticlePowerTip: Rename Network Adapter with PowerShell
Summary: Use Windows PowerShell to rename the net adapter. How can I use Windows PowerShell and Windows 8 to rename my network adapter? Use the Get-NetAdapter function to retrieve the specific network...
View ArticleUsing PowerShell to Find Connected Network Adapters
Summary: Microsoft Scripting Guy, Ed Wilson, talks about ways to use Windows PowerShell to find connected network adapters.Microsoft Scripting Guy, Ed Wilson, is here. This afternoon I am enjoying a...
View ArticlePowerTip: Use PowerShell to Show Connected Physical Adapters
Summary: Use the Get-NetAdapter function to show physical network adapters that are connected. How can I use Windows PowerShell to see which physical network adapters on my Windows 8.1 computer...
View ArticleUse PowerShell to Work with Network Adapter Power Settings
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to work with network adapter power settings.Microsoft Scripting Guy, Ed Wilson, is here. Today I want to continue my...
View ArticlePowerTip: Get Network Adapter Power Management Settings
Summary: Use Windows PowerShell to get network adapter power management settings in Windows 8.1. How can I use Windows PowerShell to get the network adapter power management settings on my...
View ArticleGathering Network Statistics with PowerShell
Summary: Microsoft Scripting Guy, Ed Wilson, talks about various ways to gather network statistics by using Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. Hey, it is nearly the...
View ArticlePowerTip: Use PowerShell to Find Networking Counters
Summary: Use Windows PowerShell to find networking counters. How can I use Windows PowerShell to find networking counters? Use the Get-Counter cmdlet and the –ListSet parameter, select the...
View ArticleAvoid Account Lockout: Use PowerShell to Find Old Mobile Devices
Summary: Guest blogger, Tim Bolton, talks about using Windows PowerShell to find old mobile devices that may cause account lockout.Microsoft Scripting Guy, Ed Wilson, is here. Welcome back, guest...
View ArticlePowerTip: Use PowerShell to Create Computer Restore Point
Summary: Use Windows PowerShell to create a computer restore point. How can I use Windows PowerShell to create a computer restore point before I make changes to the system? Open the Windows PowerShell...
View ArticleTuning SQL Server Management Operations
Summary: Microsoft PFE, Thomas Stringer, talks about using Windows PowerShell and tuning SQL Server Management operations.Microsoft Scripting Guy, Ed Wilson, is here. I would like to welcome back guest...
View ArticlePowerTip: Use PowerShell to List Restore Points
Summary: Use Windows PowerShell to list computer restore points. How can I use Windows PowerShell to list computer restore points on your desktop? Open Windows PowerShell with Admin rights and use the...
View Article