Microsoft Graph Known Issue
By: Sam Erde
If you're using the Microsoft Graph API and getting repeated auth prompts with every request you may have a corrupt token cache.
Link
By: Sam Erde
If you're using the Microsoft Graph API and getting repeated auth prompts with every request you may have a corrupt token cache.
Link
Twitter
If you're using the Microsoft #Graph API and getting repeated auth prompts with every request, you may have a corrupt token cache. Reset it w/#PowerShell:
Disconnect-MgGraph
Remove-Item "$env:USERPROFILE\.graph" -Recurse -Force
Reconnect.
Profit 😎
h…
Disconnect-MgGraph
Remove-Item "$env:USERPROFILE\.graph" -Recurse -Force
Reconnect.
Profit 😎
h…
AzExpression 0.2.0
By: Simon Wahlin
Small module with functions that let you run Azure ARM template functions from PowerShell
Link
By: Simon Wahlin
Small module with functions that let you run Azure ARM template functions from PowerShell
Link
Powershellgallery
AzExpression 0.2.0
Small module with functions that let you run Azure ARM template functions from PowerShell
How to Use a PowerShell Array
By: Michael Reinders
A PowerShell array is a data structure designed to store
Link
By: Michael Reinders
A PowerShell array is a data structure designed to store
Link
Petri
How to Use a PowerShell Array | Petri IT Knowledgebase
A PowerShell array is what you need to use whenever you need to gather or even manipulate multiple pieces of data. In this article, we'll explain how PowerShell arrays work, how to use an array of objects, and everything you need to know about PowerShell…
How do you schedule your PS scripts?
By: u/Distinct_Ship_3152
Im with two small IT help desk/ ops teams located in two different manufacturing plants.
Link
By: u/Distinct_Ship_3152
Im with two small IT help desk/ ops teams located in two different manufacturing plants.
Link
reddit
How do you schedule your PS scripts?
Im with two small IT help desk/ ops teams located in two different manufacturing plants. We have leaned on our global IT teams for automation so...
How to add BGP routes to AWS security groups
By: Alex Neihaus
PowerShell's Compare-Object makes it easy to compare two collections of objects
Link
By: Alex Neihaus
PowerShell's Compare-Object makes it easy to compare two collections of objects
Link
Thinking aloud
Thinking aloud | How to add BGP routes to AWS security groups
PowerShell’s Compare-Object makes it easy to compare two collections of objects
Today's cmdlet ‣ Get-WinEvent
Gets events from event logs and event tracing log files on local and remote computers.
Example's Remarks:
• In this example, `Get-WinEvent` gets all events from the Application log for the last two days except those that have a Level of 4 (Information).
#tutorial
Gets events from event logs and event tracing log files on local and remote computers.
Example's Remarks:
• In this example, `Get-WinEvent` gets all events from the Application log for the last two days except those that have a Level of 4 (Information).
#tutorial
👍1
PowerShell SnippetRace 44/45-2022
By: Roman Stadlmair
PSScriptAnalyzer, OpenSSH, curl, -ne, Azure Automation Events PowerShell Workshop (MS-Graph, PowerShellGet, news around PS), 9. November 2022 in Linz. Workshop will be held in GERMAN language.
Link
By: Roman Stadlmair
PSScriptAnalyzer, OpenSSH, curl, -ne, Azure Automation Events PowerShell Workshop (MS-Graph, PowerShellGet, news around PS), 9. November 2022 in Linz. Workshop will be held in GERMAN language.
Link
www.powershell.co.at
PowerShell SnippetRace 44/45-2022
PSScriptAnalyzer, OpenSSH, curl, -ne, Azure Automation
Events
PowerShell Workshop (MS-Graph, PowerShellGet, news around PS), 9. November 2022 in Linz. See
Events
PowerShell Workshop (MS-Graph, PowerShellGet, news around PS), 9. November 2022 in Linz. See
Practicing PowerShell
By: u/Ckn0wt
Hi everyone. What would be the most cost effective option/service I could use to spin up a few servers so I can build out a test AD environment to effectively practice PowerShell?
Link
By: u/Ckn0wt
Hi everyone. What would be the most cost effective option/service I could use to spin up a few servers so I can build out a test AD environment to effectively practice PowerShell?
Link
reddit
Practicing PowerShell
Hi everyone. What would be the most cost effective option/service I could use to spin up a few servers so I can build out a test AD environment to...
👍1
PowerShell Community Textbook Update
By: u/PowerShellMichael
Gday everyone! I'm really sorry about the delay with the release of the paper-back editions. We are having amazon issues. At the moment I'm exploring other options to get a paperback so I can conduct a final review.
Link
By: u/PowerShellMichael
Gday everyone! I'm really sorry about the delay with the release of the paper-back editions. We are having amazon issues. At the moment I'm exploring other options to get a paperback so I can conduct a final review.
Link
reddit
PowerShell Community Textbook Update
Gday everyone! I'm really sorry about the delay with the release of the paper-back editions. We are having amazon issues. At the moment I'm...
Cool features in Visual Studio 2022
By: Mads Kristensen
A few weeks ago, I gave a presentation at a conference about cool new features in Visual Studio 2022. It was a pre-recorded presentation, so I was able to do final edits to the video before sending it to the conference organizers.
Link
By: Mads Kristensen
A few weeks ago, I gave a presentation at a conference about cool new features in Visual Studio 2022. It was a pre-recorded presentation, so I was able to do final edits to the video before sending it to the conference organizers.
Link
Visual Studio Blog
Cool features in Visual Studio 2022
A few weeks ago, I gave a presentation at a conference about cool new features in Visual Studio 2022. It was a pre-recorded presentation, so I was able to do final edits to the video before sending it to the conference organizers.
10 Best Powershell Courses & Tutorials – Learn Powershell Online
By: Coursesity Team
Highly curated best Powershell tutorials for beginners. start with the best Powershell tutorials and learn Powershell as beginners.
Link
By: Coursesity Team
Highly curated best Powershell tutorials for beginners. start with the best Powershell tutorials and learn Powershell as beginners.
Link
Coursesity
9 Best Powershell Courses & Tutorials - [JAN 2025]
Highly curated best Powershell tutorials for beginners. start with the best Powershell tutorials and learn Powershell as beginners.
👍1
Today's cmdlet ‣ Set-Service
Starts, stops, and suspends a service, and changes its properties.
Example's Remarks:
• `Get-Service` uses the Name parameter to specify the service, Schedule .
• The object is stored in the variable, `$S`.
• `Set-Service` uses the InputObject parameter and specifies the object stored `$S`.
• The Status parameter sets the service to Stopped .
#tutorial
Starts, stops, and suspends a service, and changes its properties.
Example's Remarks:
• `Get-Service` uses the Name parameter to specify the service, Schedule .
• The object is stored in the variable, `$S`.
• `Set-Service` uses the InputObject parameter and specifies the object stored `$S`.
• The Status parameter sets the service to Stopped .
#tutorial
Security of app registration in Azure Active Directory
By: Serkar
Originally, I thought about writing an article about how to get SharePoint list items with Microsoft Graph API by PowerShell. But before doing this, I thought you should first need to know something about app registration in Azure Active Directory in this context. App registrations are really powerful, as you can raise any request if
Link
By: Serkar
Originally, I thought about writing an article about how to get SharePoint list items with Microsoft Graph API by PowerShell. But before doing this, I thought you should first need to know something about app registration in Azure Active Directory in this context. App registrations are really powerful, as you can raise any request if
Link
SPO Scripts
Security of app registration in Azure Active Directory | SPO Scripts
Originally, I thought about writing an article about how to get SharePoint list items with Microsoft Graph API by PowerShell. But before doing this, I thought
UserAccountControl attribute: Checking and configuring security settings for Active Directory accounts
By: Wolfgang Sommergut
The UserAccountControl attribute can be used to configure several account settings in Active Directory. This applies, for example, to the expiration date of passwords or to Kerberos delegation. An AD audit should check this attribute regularly. This can be done using PowerShell, and there is a cmdlet for changing flags.
Link
By: Wolfgang Sommergut
The UserAccountControl attribute can be used to configure several account settings in Active Directory. This applies, for example, to the expiration date of passwords or to Kerberos delegation. An AD audit should check this attribute regularly. This can be done using PowerShell, and there is a cmdlet for changing flags.
Link
Today's cmdlet ‣ Format-Custom
Uses a customized view to format the output.
Example's Remarks:
• This command formats information about the Winlogon process in an alternate customized view.
• Because the command does not use the View parameter, `Format-Custom` uses a default custom view to format the data.
#tutorial
Uses a customized view to format the output.
Example's Remarks:
• This command formats information about the Winlogon process in an alternate customized view.
• Because the command does not use the View parameter, `Format-Custom` uses a default custom view to format the data.
#tutorial
Working with Different PowerShell Wildcard Expressions
By: Brien Posey
In PowerShell, a wildcard can be used to take the place of one or more characters. This is especially useful when working with variables or when manipulating text strings. In this article, I'll discuss some of the many things that you can do with wildcards in PowerShell.
Link
By: Brien Posey
In PowerShell, a wildcard can be used to take the place of one or more characters. This is especially useful when working with variables or when manipulating text strings. In this article, I'll discuss some of the many things that you can do with wildcards in PowerShell.
Link
TechGenix
An Introduction to Working with PowerShell Wildcard Expressions
Find out how you can use PowerShell wildcards in this article.
Today's tip ‣ Lexical structure: Variables
”Variables can also be defined by the cmdlet New-Variable.”
#tip
”Variables can also be defined by the cmdlet New-Variable.”
#tip
PowerShell Extension for Visual Studio Code October 2022 Update
By: Andy Jordan
We are excited to announce that the October update to the PowerShell Extension for Visual Studio Code. (sssh, nobody tell them it's December 🙂 )
Link
By: Andy Jordan
We are excited to announce that the October update to the PowerShell Extension for Visual Studio Code. (sssh, nobody tell them it's December 🙂 )
Link
PowerShell Team
PowerShell Extension for Visual Studio Code October 2022 Update
We are excited to announce that the October update to the PowerShell Extension for Visual Studio Code is now available on the extension marketplace. This October stable release incorporates a number of bugfixes throughout September and early October, though…
Today's cmdlet ‣ New-Service
Creates a new Windows service.
Example's Remarks:
• This command creates a service named TestService.
• It uses the parameters of `New-Service` to specify a description, startup type, and display name for the new service.
#tutorial
Creates a new Windows service.
Example's Remarks:
• This command creates a service named TestService.
• It uses the parameters of `New-Service` to specify a description, startup type, and display name for the new service.
#tutorial