Showing results for Windows PowerShell - Scripting Blog [archived]

Jan 31, 2017
Post comments count0
Post likes count2

PSScriptAnalyzer deep dive – Part 1 of 4

Doctor Scripto
Doctor Scripto

Summary: Thomas Rayner, Microsoft Cloud and Datacenter Management MVP, shows the basics about how to use PSScriptAnalyzer. Hello! I’m Thomas Rayner, a Cloud and Datacenter Management Microsoft MVP, filling in for The Scripting Guy this week. You can find me on Twitter (@MrThomasRayner), or posting on my blog, workingsysadmin.com. This week, I’m pr...

Windows PowerShellguest bloggerThomas Rayner
Jan 25, 2017
Post comments count0
Post likes count1

Nearly everything has changed for SQL Server PowerShell

Doctor Scripto
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
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
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
Jan 11, 2017
Post comments count0
Post likes count2

Visual Studio Code editing features for PowerShell development – Part 1

Doctor Scripto
Doctor Scripto

Summary: The editing features of Visual Studio Code come in handy as you develop your PowerShell scripts. Note: This post includes animated gifs. For best results, view the post in Internet Explorer or Microsoft Edge. In the previous blog post, we explained how to get started with PowerShell development in Visual Studio Code. If you don’t have Visu...

PowerShellGuestBloggerVisual Studio Code