May 8, 2020
Blogs, Articles, and Posts
C# to PowerShell an Introduction
(blog.truesec.com)
I, like most C# developers, had heard about PowerShell since it came out. I originally shunned
By: Tim Davis submitted:Jun 15 2022
I, like most C# developers, had heard about PowerShell since it came out. I originally shunned
PowerShell as 'just a scripting language' and assumed it could never do what I could do with a custom C# tool. Over the past year I have learned how very wrong I was. In this article I will try to highlight some information about PowerShell I found useful during my transition.
By: Tim Davis submitted:Jun 15 2022
Excel Charts from PowerShell data
(powershell.city)
Looking to make Reports more sharing friendly? Script Time!!!!
By: Xajuan Smith submitted:Jun 15 2022
Looking to make Reports more sharing friendly? Script Time!!!!
By: Xajuan Smith submitted:Jun 15 2022
Get Installed PowerShell Versions
(jdhitsolutions.com)
The problem I had was to remotely query a Windows system and determine what versions of PowerShell
By: Jeff Hicks submitted:Jun 16 2022
The problem I had was to remotely query a Windows system and determine what versions of PowerShell
were installed. For servers, you can use Get-WindowsFeature to check if PowerShell-V2 is installed. But what about PowerShell Core, PowerShell 7, or even a preview build? My solution was to query the registry.
By: Jeff Hicks submitted:Jun 16 2022
OneDrive Known Folders and PowerShell Module Installations
(office365itpros.com)
The OneDrive Known Folder Move feature has been around for a couple of years. Basically, this allows
By: Tony Redmond submitted:Jun 16 2022
The OneDrive Known Folder Move feature has been around for a couple of years. Basically, this allows
you to redirect common (well-known) folders from your PC to OneDrive so that anything created in Documents, Pictures, and the desktop is automatically saved in your OneDrive for Business account. Generally, everything works well, and I have been very happy. Except until the time came to update the Azure Active Directory preview module from 2.0.2.77 to 2.0.2.89.
By: Tony Redmond submitted:Jun 16 2022
PowerShell Helper Scripts for Windows Terminal
(jdhitsolutions.com)
I've spent some time over the last few days getting my Windows Terminal setup in order. Hopefull you
By: Jeff Hicks submitted:Jun 16 2022
I've spent some time over the last few days getting my Windows Terminal setup in order. Hopefull you
saw my recent post about backing up my settings.json file. I've also put together a few other simple PowerShell scripts that I use to make Windows Terminal even easier to use and manage.
By: Jeff Hicks submitted:Jun 16 2022
Write PowerShell Online using Visual Studio Codespaces
(thomasmaurer.ch)
Last week the Visual Studio Services team announced a new service called Visual Studio Codespaces.
By: Thomas Maurer submitted:Jun 16 2022
Last week the Visual Studio Services team announced a new service called Visual Studio Codespaces.
Visual Studio Codespaces allows you to do cloud-hosted development for wherever you're working. While the new services support many different programming and scripting languages, it also supports PowerShell. In this blog post, I am going to show you how you can write PowerShell code online in a web browser using Visual Studio Codespaces.
By: Thomas Maurer submitted:Jun 16 2022
Projects, Scripts, and Modules
A great reminder from skatterbrainzz
(twitter.com)
Don't forget (on Windows at least) you can append "| clip" to output statements to go directly to
By: skatterbrainzz submitted:Jun 15 2022
Don't forget (on Windows at least) you can append "| clip" to output statements to go directly to
the clipboard for faster pasting into other things. Ex. "get-process | clip".
By: skatterbrainzz submitted:Jun 15 2022
A PowerShell Windows Terminal Toolbox
(jdhitsolutions.com)
Last week I shared some PowerShell code I had been using to manage different aspects of Windows
By: Jeff Hicks submitted:Jun 15 2022
Last week I shared some PowerShell code I had been using to manage different aspects of Windows
Terminal. I also had posted a script to backup my Windows Terminal settings file. With all that code, plus other ideas brewing, it only made sense to bundle everything together into a PowerShell module.
By: Jeff Hicks submitted:Jun 15 2022
Books, Media, and Learning Resources
BridgeConf videos
(youtube.com)
If you're looking for the BridgeConf videos they not on the BridgeConf YouTube channel. They are
By: PNWPSUG submitted:Jun 15 2022
If you're looking for the BridgeConf videos they not on the BridgeConf YouTube channel. They are
here.
By: PNWPSUG submitted:Jun 15 2022
Fun
Get-MomFlowers
(reddit.com)
Don't forget Mother's Day is this Sunday. (In the US that is)
By: u/sleightof52 submitted:Jun 16 2022
Don't forget Mother's Day is this Sunday. (In the US that is)
By: u/sleightof52 submitted:Jun 16 2022
Do you have a suggestion for PowerShell Weekly? Do you know something that should be included? Let me know in the comments below, or on
twitter.