Visual Studio AI-Assistance: A Developer’s Best Friend
By: Peter Groenewegen
The Visual Studio family leverages AI to help you stay focused on the creative tasks that get the core logic of your application built.
Link
By: Peter Groenewegen
The Visual Studio family leverages AI to help you stay focused on the creative tasks that get the core logic of your application built.
Link
Microsoft News
Visual Studio AI-Assistance: A Developer’s Best Friend
Introduction to Visual Studio AI features. Learn how IntelliCode helps you in your software development process.
Connecting to Microsoft Graph PowerShell SDK
By: damian
Introduction As promised in my blog post last week, this is the first of many blog posts on Microsoft Graph PowerShell and to start things out right we will first cover the How on connecting to Microsoft Graph PowerShell. Then over the coming weeks we will cover permissions, cmdlet discovery as well as some common...
Link
By: damian
Introduction As promised in my blog post last week, this is the first of many blog posts on Microsoft Graph PowerShell and to start things out right we will first cover the How on connecting to Microsoft Graph PowerShell. Then over the coming weeks we will cover permissions, cmdlet discovery as well as some common...
Link
PowerShell Geek
Connecting to Microsoft Graph PowerShell SDK - PowerShell Geek
Spread the love Introduction As promised in my blog post last week, this is the first of many blog posts on Microsoft Graph PowerShell and to start things out right we will first cover the How on connecting to Microsoft Graph PowerShell. Then over the coming…
Get Application Certificate and Secret Expiration with Graph API
By: Paul Contreras
In the world of Azure cloud automation we always need to ensure that our accounts are able to properly authenticate. Accounts with username and password might have Active Directory alert you when your password expires, however, what can we use...
Link
By: Paul Contreras
In the world of Azure cloud automation we always need to ensure that our accounts are able to properly authenticate. Accounts with username and password might have Active Directory alert you when your password expires, however, what can we use...
Link
the Sysadmin Channel
Get Application Certificate and Secret Expiration with Graph API
Learn how to use PowerShell to get an Azure application certificate or secret expiration date with Graph API
Create an Azure Files share in a specified subnoscription using an Azure PowerShell noscript
By: wmatthyssen
This blog post will demonstrate how to use an Azure PowerShell noscript to create an Azure Files share in a specified subnoscription.
Link
By: wmatthyssen
This blog post will demonstrate how to use an Azure PowerShell noscript to create an Azure Files share in a specified subnoscription.
Link
Wim Matthyssen
Create an Azure Files share in a specified subnoscription using an Azure PowerShell noscript
This blog post will demonstrate how to use an Azure PowerShell noscript to create an Azure Files share within a specific subnoscription. Azure Files is a fully managed, secure, easy-to-use, and s…
PowerShell on Discord
By: PowerShell
A super helpful and very responsive community of PowerShell enthusiast.
Link
By: PowerShell
A super helpful and very responsive community of PowerShell enthusiast.
Link
Discord
Join the PowerShell Discord Server!
The PowerShell virtual user group is a place to get help, discuss noscripts, challenge each other and socialize. | 16066 members
Graph PowerShell Help – Duplicate Synopses
By: Damian Scoles
Introduction As someone that spends a lot of time working with PowerShell, I have a tendency to review the help for a cmdlet either with Get-Help or checking on Microsoft's Learn pages. Sometimes I see things that trigger my curiosity and this has happened recently when I was reviewing cmdlets for one of Microsoft Graph's...
Link
By: Damian Scoles
Introduction As someone that spends a lot of time working with PowerShell, I have a tendency to review the help for a cmdlet either with Get-Help or checking on Microsoft's Learn pages. Sometimes I see things that trigger my curiosity and this has happened recently when I was reviewing cmdlets for one of Microsoft Graph's...
Link
PowerShell Geek
Graph PowerShell Help - Duplicate Synopses - PowerShell Geek
Graph PowerShell Help - Duplicate Synopses is about find bad synopsis in PowerShell cmdlets with no differentiating details.
Today's cmdlet ‣ Get-ChildItem
Gets the items and child items in one or more specified locations.
Example's Remarks:
• The `Get-ChildItem` cmdlet uses the Path parameter to specify `C:\Test\ .txt`.
• Path * uses the asterisk (` `) wildcard to specify all files with the filename extension `.txt`.
• The Recurse * parameter searches the Path directory its subdirectories, as shown in the Directory: headings.
• The Force parameter displays hidden files such as `hiddenfile.txt` that have a mode of h .
#tutorial
Gets the items and child items in one or more specified locations.
Example's Remarks:
• The `Get-ChildItem` cmdlet uses the Path parameter to specify `C:\Test\ .txt`.
• Path * uses the asterisk (` `) wildcard to specify all files with the filename extension `.txt`.
• The Recurse * parameter searches the Path directory its subdirectories, as shown in the Directory: headings.
• The Force parameter displays hidden files such as `hiddenfile.txt` that have a mode of h .
#tutorial
Migrate your Runbooks in Azure Automation to Managed Identities
By: Brad Wyatt
Microsoft has recently announced that on September 30th, 2021, Azure Automation RunAs accounts, including Classic Run As accounts, will be retired so you will need to migrate your runbooks to managed identities for authentication.
Link
By: Brad Wyatt
Microsoft has recently announced that on September 30th, 2021, Azure Automation RunAs accounts, including Classic Run As accounts, will be retired so you will need to migrate your runbooks to managed identities for authentication.
Link
The Lazy Administrator - Finding ways to do the most work with the least effort possible
Migrate your Runbooks in Azure Automation to Managed Identities - The Lazy Administrator
Microsoft has recently announced that on September 30th, 2023, Azure Automation RunAs accounts, including Classic Run As accounts, will be retired so you will need to migrate your runbooks to managed identities for authentication. Managed Identities provide…
PSReadLine 2.3.0-beta0 Release
By: Steven Bucher
Announcement of PSReadLine 2.3.0-beta0 release and denoscription of the new features and fixes available.
Link
By: Steven Bucher
Announcement of PSReadLine 2.3.0-beta0 release and denoscription of the new features and fixes available.
Link
Microsoft News
PSReadLine 2.3.0-beta0 Release
Announcement of PSReadLine 2.3.0-beta0 release and denoscription of the new features and fixes available.
👍2
Deprecation of Remote PowerShell (RPS) for New Exchange Online Tenants
By: The Exchange Team
We previously announced the general availability of REST-based Exchange Online PowerShell v3 module (September 2022) and the deprecation of Remote PowerShell (RPS) Protocol (December 2022). Today, we are announcing that starting April 1, 2023, we will start blocking RPS connections for all tenants c...
Link
By: The Exchange Team
We previously announced the general availability of REST-based Exchange Online PowerShell v3 module (September 2022) and the deprecation of Remote PowerShell (RPS) Protocol (December 2022). Today, we are announcing that starting April 1, 2023, we will start blocking RPS connections for all tenants c...
Link
TECHCOMMUNITY.MICROSOFT.COM
Deprecation of Remote PowerShell (RPS) for New Exchange Online Tenants | Microsoft Community Hub
Today, we are announcing that starting April 1, 2023, we will start blocking RPS connections for all tenants created on or after April 1, 2023.
Today's tip ‣ Hashtables: Common
”The type Hashtable represents a collection of key/value pair objects that supports efficient retrieval of a value when indexed by the key. Each key/value pair is an element, which is stored in some implementation-defined object type.”
#tip
”The type Hashtable represents a collection of key/value pair objects that supports efficient retrieval of a value when indexed by the key. Each key/value pair is an element, which is stored in some implementation-defined object type.”
#tip
👍1
Getting Started with PowerShell Gallery
By: Nicholas Xuan Nguyen
Learn how to leverage the PowerShell Gallery for more efficient and effective PowerShell noscripting in this ATA Learning tutorial.
Link
By: Nicholas Xuan Nguyen
Learn how to leverage the PowerShell Gallery for more efficient and effective PowerShell noscripting in this ATA Learning tutorial.
Link
ATA Learning
Getting Started with PowerShell Gallery
Learn how to leverage the PowerShell Gallery for more efficient and effective PowerShell noscripting in this ATA Learning tutorial.
👍1
Hamburg PowerShell User Group #34, Wed, Mar 22, 2023, 6:30 PM
By: Fabian Bader
Das nächste Treffen der Hamburg PowerShell User Group findet am 22.03.23 um 18:30 Uhr statt und ihr seid herzlich eingeladen!
Link
By: Fabian Bader
Das nächste Treffen der Hamburg PowerShell User Group findet am 22.03.23 um 18:30 Uhr statt und ihr seid herzlich eingeladen!
Link
Meetup
Hamburg PowerShell User Group #34, Mi., 22. März 2023, 18:30 | Meetup
Das nächste Treffen der Hamburg PowerShell User Group findet am 22.03.23 um 18:30 Uhr statt und ihr seid herzlich eingeladen!
Das Treffen findet hybrid statt. Der Teams Li
Das Treffen findet hybrid statt. Der Teams Li
Today's cmdlet ‣ Pop-Location
Changes the current location to the location most recently pushed onto the stack.
Example's Remarks:
• This command changes your location to the location most recently added to the current stack.
#tutorial
Changes the current location to the location most recently pushed onto the stack.
Example's Remarks:
• This command changes your location to the location most recently added to the current stack.
#tutorial
Today's cmdlet ‣ ConvertTo-Html
Converts .NET objects into HTML that can be displayed in a Web browser.
Example's Remarks:
• This command creates an HTML page of the service objects that the `Get-Service` cmdlet returns.
• The command uses the As parameter to specify a list format.
• The cmdlet `Out-File` sends the resulting HTML to the `Services.htm` file.
#tutorial
Converts .NET objects into HTML that can be displayed in a Web browser.
Example's Remarks:
• This command creates an HTML page of the service objects that the `Get-Service` cmdlet returns.
• The command uses the As parameter to specify a list format.
• The cmdlet `Out-File` sends the resulting HTML to the `Services.htm` file.
#tutorial
Live PowerShell Tool Making Part 3
By: Jeff Hicks
We're back once more to continue building a Crescendo module around the GitHub command line tool gh.exe. You've seen how I approach building a PowerShell and the questions and decisions that come up. Now that I've built a few more Crescendo commands, I realize I can begin copying and pasting. Some of the commands I have in mind, I think, will be very similar. Plus, I have my VSCode Crescendo command snippet.
Link
By: Jeff Hicks
We're back once more to continue building a Crescendo module around the GitHub command line tool gh.exe. You've seen how I approach building a PowerShell and the questions and decisions that come up. Now that I've built a few more Crescendo commands, I realize I can begin copying and pasting. Some of the commands I have in mind, I think, will be very similar. Plus, I have my VSCode Crescendo command snippet.
Link
Substack
Live PowerShell Tool Making Part 3
We’re back once more to continue building a Crescendo module around the GitHub command line tool gh.exe. You’ve seen how I approach building a PowerShell and the questions and decisions that come up. Now that I’ve built a few more Crescendo commands, I realize…
Reprovision/Restore Windows 365 Devices
By: Niels Kok
This blog is about showing another example of our Powershell module called PSCloudPC.
Link
By: Niels Kok
This blog is about showing another example of our Powershell module called PSCloudPC.
Link
NielsKok.Tech
Reprovision/Restore Windows 365 Devices - NielsKok.Tech
This blog is about showing another example of our Powershell module. The example is about Reprovision/Restore Windows 365 devices.
Modern Automation with PowerShell Michael
By: The Powershell Podcast
In this episode, we are joined by Microsoft MVP Michael Zanatta to discuss the new PowerShell community book, 'Modern IT Automation with PowerShell.' We start off by talking about Constrained Language Mode, which Michael knows a lot about. We then move on to the four pillars of PowerShell Security, followed by a brief break from the technical talk to chat about food, as we like to do. We then move on to talking about how Michael became a Microsoft MVP. We also learned about the origins of this book, the journey to get it published, and how this is a textbook by the community for the community. All this, and more, on this episode of the PowerShell Podcast!
Link
By: The Powershell Podcast
In this episode, we are joined by Microsoft MVP Michael Zanatta to discuss the new PowerShell community book, 'Modern IT Automation with PowerShell.' We start off by talking about Constrained Language Mode, which Michael knows a lot about. We then move on to the four pillars of PowerShell Security, followed by a brief break from the technical talk to chat about food, as we like to do. We then move on to talking about how Michael became a Microsoft MVP. We also learned about the origins of this book, the journey to get it published, and how this is a textbook by the community for the community. All this, and more, on this episode of the PowerShell Podcast!
Link
Podbean
Modern Automation with PowerShell Michael | The PowerShell Podcast
In this episode, we are joined by Microsoft MVP Michael Zanatta to discuss the new PowerShell community book, "Modern IT Automation with PowerShell." We start off by talking about Constrained Language Mode, which Michael knows a lot about. We then move on…
Server-Side-Filtering in PowerShell
By: Harm Veenstra
Retrieving objects in your noscripts is something that you do regularly. It takes a long time to download and process in larger environments, wasting CPU and time. This blog post will explain how to speed up noscripts by filtering server-side before downloading all results and filtering afterward.
Link
By: Harm Veenstra
Retrieving objects in your noscripts is something that you do regularly. It takes a long time to download and process in larger environments, wasting CPU and time. This blog post will explain how to speed up noscripts by filtering server-side before downloading all results and filtering afterward.
Link
PowerShell is fun :)
PowerShell is fun :) Server-Side-Filtering in PowerShell
Retrieving objects in your noscripts is something that you do regularly. It takes a long time to download and process in larger environments, wasting CPU and time. This blog post will explain how to …
Using Previous Command History in PowerShell Console
By: Windows OS Hub
By default, Windows saves all of the commands that you type in the PowerShell console to a text log file. This allows you to re-run any command and view the...
Link
By: Windows OS Hub
By default, Windows saves all of the commands that you type in the PowerShell console to a text log file. This allows you to re-run any command and view the...
Link
Windows OS Hub
Using Previous Command History in PowerShell Console | Windows OS Hub
By default, Windows saves all of the commands that you type in the PowerShell console to a text log file. This allows you to re-run any command and view the…
👍1
Announcing Polyglot Notebooks! Multi-language notebooks in Visual Studio Code – .NET Blog
By: Claudia Regio
Polyglot Notebooks in VS Code is now generally available! Come try it out!
Link
By: Claudia Regio
Polyglot Notebooks in VS Code is now generally available! Come try it out!
Link
Microsoft News
Announcing Polyglot Notebooks! Multi-language notebooks in Visual Studio Code
Polyglot Notebooks in VS Code is now generally available! Come try it out!