April 2, 2021
Announcements!
Announcing the preview of PSArm
(devblogs.microsoft.com)
Today, we are pleased to announce the first preview of a new experimental module that make it easier
By: PowerShell Team submitted:Jun 16 2022
Today, we are pleased to announce the first preview of a new experimental module that make it easier
than ever for PowerShell customers to create Azure Resource Manager (ARM) templates: PSArm.
By: PowerShell Team submitted:Jun 16 2022
Blogs, Articles, and Posts
6 Ways to Copy Files to Remote Hosts with Ansible (Step by Step)
(adamtheautomator.com)
In Ansible, copying files is a common task most users perform every day. The Ansible copy module is
By: Jason Hiatt submitted:Jun 16 2022
In Ansible, copying files is a common task most users perform every day. The Ansible copy module is
a familiar way to copy files and copy directories with Ansible, but it's definitely not the only way. Are you picking the right method?
By: Jason Hiatt submitted:Jun 16 2022
Add Developer PowerShell and Developer Command Prompt for Visual Studio to Windows Terminal
(techcommunity.microsoft.com)
Windows Terminal is great, I use it for all my command line work. It automatically detects new
By: Yannick Reekmans submitted:Jun 16 2022
Windows Terminal is great, I use it for all my command line work. It automatically detects new
shells that are installed on your system, like the shell for Ubuntu or PowerShell Core 7. Unfortunately, it doesn't detect the Developer Command Prompt and Developer PowerShell for Visual Studio. Luckily, you can add them yourself!
By: Yannick Reekmans submitted:Jun 16 2022
An alternative progress cmdlet based on cli-spinners – Tech thoughts
(powershellone.wordpress.com)
In this post, I would like to share the steps to build a fun project implementing a console-based
By: Dirk submitted:Jun 16 2022
In this post, I would like to share the steps to build a fun project implementing a console-based
progress-spinner that runs in a separate thread while executing arbitrary code in the main thread. The code I'm sharing is compatible with WindowsPowerShell 5.1 and works best when executed within Windows Terminal rather than the PowerShell console window. To keep the cursor in the same position, while writing the progress, we will make use of ANSI-Escape sequences.
By: Dirk submitted:Jun 16 2022
Projects, Scripts, and Modules
Get-LastLogon
(reddit.com)
Get accurate last logon time for user
By: u/krzydoug submitted:Jun 16 2022
Get accurate last logon time for user
By: u/krzydoug submitted:Jun 16 2022
Books, Media, and Learning Resources
Azure Resource Graph Deep Dive (YouTube)
(youtube.com)
In this video I dive into Azure Resource Graph. How to use it, what it can do with lots of examples
By: John Savill submitted:Jun 16 2022
In this video I dive into Azure Resource Graph. How to use it, what it can do with lots of examples
along the way. See how to use the resource graph to efficiently get information about your resources in Azure.
By: John Savill 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.