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 denoscription, 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 denoscription, startup type, and display name for the new service.
#tutorial
AzOps v1.9.2
By: Customer Architecture Team (CAT)
This PowerShell module provides the ability to deploy Resource Templates & Bicep files at all Azure scope levels. To provide this functionality the multiple scopes within Azure Resource Manager are represented (example below) within Git. Using directories and files, templates can be deployed (Push) at various scopes whilst also exporting (Pull) composite templates from ARM and placing them within the repository.
Link
By: Customer Architecture Team (CAT)
This PowerShell module provides the ability to deploy Resource Templates & Bicep files at all Azure scope levels. To provide this functionality the multiple scopes within Azure Resource Manager are represented (example below) within Git. Using directories and files, templates can be deployed (Push) at various scopes whilst also exporting (Pull) composite templates from ARM and placing them within the repository.
Link
GitHub
GitHub - Azure/AzOps: AzOps is a PowerShell module which deploys (Push) ARM Resource Templates & Bicep files at all Azure scope…
AzOps is a PowerShell module which deploys (Push) ARM Resource Templates & Bicep files at all Azure scope levels and exports (Pull) ARM resource hierarchy. - GitHub - Azure/AzOps: AzOps is ...
Retrieve Coinmarketcap information using PowerShell
By: Harm Veenstra
If you're into Crypto and would like to see the latest price of your precious coin, then perhaps this is a blog post for you 🙂 In this blog post, I will show you a way how you can use the API from Coinmarketcap to show you the latest stats in every newly started PowerShell session.
Link
By: Harm Veenstra
If you're into Crypto and would like to see the latest price of your precious coin, then perhaps this is a blog post for you 🙂 In this blog post, I will show you a way how you can use the API from Coinmarketcap to show you the latest stats in every newly started PowerShell session.
Link
PowerShell is fun :)
PowerShell is fun :)Retrieve Coinmarketcap information using PowerShell
If you’re into Crypto and would like to see the latest price of your precious coin, then perhaps this is a blog post for you ;) In this blog post, I will show you how you can use the API from…
Using PSScriptAnalyzer to optimize your PowerShell noscripts
By: Harm Veenstra
I use Visual Studio Code for writing PowerShell noscripts, which makes formatting and writing so much easier. Even though it shows you things that you shouldn't do, for example using aliases, you can get even more tips and hints to make your code even better. This blog post will show you how to use the PSScriptAnalyzer module which can give you some additional hints that Visual Studio Code doesn't show you.
Link
By: Harm Veenstra
I use Visual Studio Code for writing PowerShell noscripts, which makes formatting and writing so much easier. Even though it shows you things that you shouldn't do, for example using aliases, you can get even more tips and hints to make your code even better. This blog post will show you how to use the PSScriptAnalyzer module which can give you some additional hints that Visual Studio Code doesn't show you.
Link
PowerShell is fun :)
PowerShell is fun :)Using PSScriptAnalyzer to optimize your PowerShell noscripts
I use Visual Studio Code for writing PowerShell noscripts, which makes formatting and writing so much easier. Even though it shows you things that you shouldn’t do, for example using aliases, y…
🔥1
A Beginners Guide To PowerShell New-Item
By: Nicholas Xuan Nguyen
Get started with PowerShell New-Item in this beginner's guide to creating new items and folders within PowerShell!
Link
By: Nicholas Xuan Nguyen
Get started with PowerShell New-Item in this beginner's guide to creating new items and folders within PowerShell!
Link
ATA Learning
A Beginners Guide To PowerShell New-Item
Get started with PowerShell New-Item in this beginner's guide to creating new items and folders within PowerShell!
👍1
PowerShell: Creating functions that accept Pipeline Input
By: Patrick Gruenauer
So you have already created a function and now you want to enable pipeline functionality? Yes? Then read on.
Link
By: Patrick Gruenauer
So you have already created a function and now you want to enable pipeline functionality? Yes? Then read on.
Link
SID-500.COM
PowerShell: Creating functions that accept Pipeline Input
So you have already created a function and now you want to enable pipeline functionality? Yes? Then read on. In this blog post I will show you an example on how to build functions that accept pipel…
🔥1
Back to Basics: The PowerShell Contains Operator
By: Nicholas Xuan Nguyen
Keep your PowerShell fundamentals strong with this tutorial on the PowerShell contains operator by ATA Learning!
Link
By: Nicholas Xuan Nguyen
Keep your PowerShell fundamentals strong with this tutorial on the PowerShell contains operator by ATA Learning!
Link
ATA Learning
Back to Basics: The PowerShell Contains Operator
Keep your PowerShell fundamentals strong with this tutorial on the PowerShell contains operator by ATA Learning!
👍1