PowerShell Weekly – January 28, 2022
Here is your weekly round up of what is happening in the world of PowerShell.
https://www.dowst.dev/powershell-weekly-january-28-2022/
Here is your weekly round up of what is happening in the world of PowerShell.
https://www.dowst.dev/powershell-weekly-january-28-2022/
Dowst.Dev
PowerShell Weekly – January 28, 2022
Here is your weekly round up of what is happening in the world of PowerShell. Do you have a suggestion for this post? Do you know something that should be included? Let me know in the comments belo…
👍1
PowerShell Weekly – February 4, 2022
Here is your weekly round up of what is happening in the world of PowerShell.
https://www.dowst.dev/powershell-weekly-february-4-2022/
Here is your weekly round up of what is happening in the world of PowerShell.
https://www.dowst.dev/powershell-weekly-february-4-2022/
Dowst.Dev
PowerShell Weekly – February 4, 2022
Here is your weekly round up of what is happening in the world of PowerShell. Do you have a suggestion for this post? Do you know something that should be included? Let me know in the comments belo…
PowerShell Weekly – February 11, 2022
Here is your weekly round up of what is happening in the world of PowerShell.
https://www.dowst.dev/powershell-weekly-february-11-2022/
Here is your weekly round up of what is happening in the world of PowerShell.
https://www.dowst.dev/powershell-weekly-february-11-2022/
Dowst.Dev
PowerShell Weekly – February 11, 2022
Here is your weekly round up of what is happening in the world of PowerShell. Do you have a suggestion for this post? Do you know something that should be included? Let me know in the comments belo…
What is the value of $b?
Anonymous Quiz
26%
@{ b = 2 }
16%
2
21%
Null
36%
System.Collections.DictionaryEntry
Give me your most strongly-held opinions about PowerShell coding style
By: Mathias R. Jessen
Join the discussion now on Twitter
Link
By: Mathias R. Jessen
Join the discussion now on Twitter
Link
Twitter
Mathias R. Jessen
Give me your most strongly-held opinions about #PowerShell coding style. I'll start! You, a pervert: $variable+=1 Me, an aesthetician: $variable += 1
👍1
Case Study: How many colors are too many colors for Windows Terminal?
By: Leonard Hecker
A group of users were trying to implement a simple, terminal-based video game and found the performance under Windows Terminal to be entirely unsuitable for such a task.
Link
By: Leonard Hecker
A group of users were trying to implement a simple, terminal-based video game and found the performance under Windows Terminal to be entirely unsuitable for such a task.
Link
Microsoft News
Case Study: How many colors are too many colors for Windows Terminal?
A group of users were trying to implement a simple, terminal-based video game and found the performance under Windows Terminal to be entirely unsuitable for such a task. The performance issue could be replicated by repeatedly drawing a “rainbow” and measuring…
👍1
PowerShell Hunting with Microsoft Sentinel
By: Elli Shlomo
An attacker is like a lover. He teases until he finds the right moment to act on your network. This behavior is the same for the PowerShell attack. The following post focuses on PowerShell obfuscation and how to monitor with Microsoft Sentinel.
Link
By: Elli Shlomo
An attacker is like a lover. He teases until he finds the right moment to act on your network. This behavior is the same for the PowerShell attack. The following post focuses on PowerShell obfuscation and how to monitor with Microsoft Sentinel.
Link
The Value of Mentorship with Jeff Hicks
By: The PowerShell Podcast
We caught up with Jeff Hicks at the PowerShell and Global DevOps summit. He talks about how he always wanted to be a teacher and how PowerShell has helped him achieve that. We also discuss the holy trinity of PowerShell Cmdlet: Get-Help, Get-Command, and Get-Member, which will help you find the command you need, learn how to use it, and give you everything you would want to know about the objects it returns.
Link
By: The PowerShell Podcast
We caught up with Jeff Hicks at the PowerShell and Global DevOps summit. He talks about how he always wanted to be a teacher and how PowerShell has helped him achieve that. We also discuss the holy trinity of PowerShell Cmdlet: Get-Help, Get-Command, and Get-Member, which will help you find the command you need, learn how to use it, and give you everything you would want to know about the objects it returns.
Link
Podbean
The Value of Mentorship with Jeff Hicks | The PowerShell Podcast
Episode Summary:
We caught up with Jeff Hicks at the PowerShell and Global DevOps summit. He talks about how he always wanted to be a teacher and how PowerShell has helped him achieve that. We also discuss the holy trinity of PowerShell Cmdlet: Get-Help,…
We caught up with Jeff Hicks at the PowerShell and Global DevOps summit. He talks about how he always wanted to be a teacher and how PowerShell has helped him achieve that. We also discuss the holy trinity of PowerShell Cmdlet: Get-Help,…
👍1
Monitoring Logon Attempts in Active Directory with PowerShell
By: Patrick Gruenauer
Domain-Controllers monitor successful logon attempts by default. All events of all login attempts are logged in the Event Viewer. In this article I will cover how to monitor all logon events with PowerShell. Let’s dive in.
Link
By: Patrick Gruenauer
Domain-Controllers monitor successful logon attempts by default. All events of all login attempts are logged in the Event Viewer. In this article I will cover how to monitor all logon events with PowerShell. Let’s dive in.
Link
SID-500.COM
Monitoring Logon Attempts in Active Directory with PowerShell
Domain-Controllers monitor successful logon attempts by default. All events of all login attempts are logged in the Event Viewer. In this article I will cover how to monitor all logon events with P…
👍3