Showing tag results for PowerShell

May 8, 2018
Post comments count0
Post likes count1

Grabbing Excel (XLSX) values with PowerShell

Kory Thacher

The Goal: Import data from XLSX files conveniently like import-csv lets you do with simpler data. The preamble: Excel is a mainstay of the business world at this point, which means a lot of the data you might have to work with will come at you as an XLSX file or need to be one. This can be a bit annoying when scripting. If we're just workin...

Microsoft ExcelPowerShellkoryt
Oct 3, 2017
Post comments count0
Post likes count0

Use Docker to automate testing of PowerShell Core scripts

Doctor Scripto

  Summary: Learn the basics about Docker, and see how to use it for PowerShell Core script testing on different operating systems. I'm Dan Ward, a Boston-based .NET software engineer who is just plum crazy about PowerShell and automation. Earlier this year, I uploaded my first GitHub project—a PowerShell whitespace cleaner that also replaces...

Scripting Guy!guest bloggerPowerShell
Jan 25, 2017
Post comments count0
Post likes count1

Nearly everything has changed for SQL Server PowerShell

Doctor Scripto

2016 was the best year in SQL PowerShell history! I guess I should have mentioned that here sooner. Wired® Magazine recently said that Microsoft SQL Server was the surprise hit of the year. The primary cited reason is the SQL Server port to Linux, but there are several other reasons to be really excited about SQL Server and SQL Server PowerShell i...

communityPowerShellSQL Server
Jan 13, 2017
Post comments count0
Post likes count0

View passwords of wireless profiles without using netsh.exe

Doctor Scripto

Ever since the GUI lost the ability to view the password of a wireless profile, I wanted to provide this functionality in PowerShell. A search of the Internet for how to view the password of a Wi-Fi profile returns numerous examples of how to use netsh.exe to accomplish this. I wrote a previous blog post about how to view Wi-Fi profiles, and the me...

PowerShellJason WalkerGuestBlogger
Jan 12, 2017
Post comments count0
Post likes count4

Visual Studio Code editing features for PowerShell development – Part 2

Doctor Scripto

Summary: Editing features for Visual Studio Code that use the PowerShell extension. Welcome to Part 2 about editing features of Visual Studio Code. Everything that we  examined in Part 1 of this series is about Visual Studio Code editing features that are available without the PowerShell extension installed! They apply to your markdown, JSON, XML,...

PowerShellGuestBloggerKeith HIll