Today's cmdlet ‣ Get-Service
Gets the services on the computer.
Example's Remarks:
• The `Get-Service` cmdlet gets all the services on the computer and sends the objects down the pipeline.
• The `Where-Object` cmdlet selects the services whose DependentServices property isn't null.
#tutorial
Gets the services on the computer.
Example's Remarks:
• The `Get-Service` cmdlet gets all the services on the computer and sends the objects down the pipeline.
• The `Where-Object` cmdlet selects the services whose DependentServices property isn't null.
#tutorial
Today's cmdlet ‣ Resume-Service
Resumes one or more suspended (paused) services.
Example's Remarks:
• This command resumes the System Event Notification service on the local computer.
• The service name is represented in the command by sens.
• The command uses the Name parameter to specify the service name of the service, but the command omits the parameter name because the parameter name is optional.
#tutorial
Resumes one or more suspended (paused) services.
Example's Remarks:
• This command resumes the System Event Notification service on the local computer.
• The service name is represented in the command by sens.
• The command uses the Name parameter to specify the service name of the service, but the command omits the parameter name because the parameter name is optional.
#tutorial
View All API Permissions Microsoft Graph
By: Niels Kok
I couldn't find this myself quickly in the Microsoft docs. So I decided to write...
Link
By: Niels Kok
I couldn't find this myself quickly in the Microsoft docs. So I decided to write...
Link
NielsKok.Tech
View All API Permissions Microsoft Graph - NielsKok.Tech
This blog is about how to view all API Permissions available for Microsoft Graph via Powershell. View All API Permissions Microsoft Graph
Windows Terminal Preview 1.16 Release
By: Kayla Cinnamon
The Windows Terminal team is back with another release for you! This release introduces version 1.16 to Windows Terminal Preview and updates Windows Terminal to version 1.15 with these new features. As always, you can install Windows Terminal and Windows Terminal Preview from the Microsoft Store,
Link
By: Kayla Cinnamon
The Windows Terminal team is back with another release for you! This release introduces version 1.16 to Windows Terminal Preview and updates Windows Terminal to version 1.15 with these new features. As always, you can install Windows Terminal and Windows Terminal Preview from the Microsoft Store,
Link
Microsoft News
Windows Terminal Preview 1.16 Release
The Windows Terminal team is back with another release for you! This release introduces version 1.16 to Windows Terminal Preview and updates Windows Terminal to version 1.15 with these new features. As always, you can install Windows Terminal and Windows…
👍2
Asking the Right Questions: A Conversation with Guy Leech
By: The Powershell Podcast
In this interview with Guy Leech, he shared his passion for the coding community and how it has helped him in his career. He revealed that he uses his Twitter account as a personal knowledge base, and shared his story on how he got started in coding. He also provided valuable insights on how to ask good questions, the importance of helping others in the community, and how doing so can lead to better career opportunities. Additionally, he discussed error handling in PowerShell and the importance of not getting bogged down by small details.
Link
By: The Powershell Podcast
In this interview with Guy Leech, he shared his passion for the coding community and how it has helped him in his career. He revealed that he uses his Twitter account as a personal knowledge base, and shared his story on how he got started in coding. He also provided valuable insights on how to ask good questions, the importance of helping others in the community, and how doing so can lead to better career opportunities. Additionally, he discussed error handling in PowerShell and the importance of not getting bogged down by small details.
Link
Podbean
Asking the Right Questions: A Conversation with Guy Leech | The PowerShell Podcast
In this interview with Guy Leech, he shared his passion for the coding community and how it has helped him in his career. He revealed that he uses his Twitter account as a personal knowledge base, and shared his story on how he got started in coding. He also…
👍1
PowerShell Module Review: DSACL
By: Emil Larsson
The following module review is very important for a Active Directory operations or engineering type person. Most who have tried granting permissions outside of adding users to groups in Active Directory would probably agree that, access delegation can be a daunting task.
Link
By: Emil Larsson
The following module review is very important for a Active Directory operations or engineering type person. Most who have tried granting permissions outside of adding users to groups in Active Directory would probably agree that, access delegation can be a daunting task.
Link
Getting started with Azure OpenAI and PowerShell
By: Alexander Holmeset
You probably have been playing around with Chat GPT lately, and have seen its amazing capabilities. Recently Microsoft invested heavily in OpenAI, and now there is an Azure version available called Azure OpenAI. I have written a guide on how to take advantage of this service by using PowerShell and Rest API calls.
Link
By: Alexander Holmeset
You probably have been playing around with Chat GPT lately, and have seen its amazing capabilities. Recently Microsoft invested heavily in OpenAI, and now there is an Azure version available called Azure OpenAI. I have written a guide on how to take advantage of this service by using PowerShell and Rest API calls.
Link
A blog about automation and technologies in the cloud
Getting started with Azure OpenAI and PowerShell
You probably have been playing around with Chat GPT lately, and have seen its amazing capabilities. Recently Microsoft invested heavily in OpenAI, and now there is an Azure version available called…
👍1
Find the source of AD account lockouts
By: Surender Kumar
In a previous post, we discussed how to quickly unlock AD accounts with PowerShell. However, the main problem admins tend to face is identifying the source computer or service that is causing the account to lock out in the first place.
Link
By: Surender Kumar
In a previous post, we discussed how to quickly unlock AD accounts with PowerShell. However, the main problem admins tend to face is identifying the source computer or service that is causing the account to lock out in the first place.
Link
👍1
PowerShell Extension for Visual Studio Code January 2023 Update
By: Sydney Smith
We are excited to announce that the January update to the PowerShell Extension for Visual Studio Code is now available on the extension marketplace.
Link
By: Sydney Smith
We are excited to announce that the January update to the PowerShell Extension for Visual Studio Code is now available on the extension marketplace.
Link
Microsoft News
PowerShell Extension for Visual Studio Code January 2023 Update
We are excited to announce that the January update to the PowerShell Extension for Visual Studio Code is now available on the extension marketplace. This first stable release for the new year includes a multitude of fixes for the debugger! Expanding variables…
👍1
Public Preview of Azure Automation extension for Visual Studio Code
By: Jaspreet Kaur
We are happy to announce the Public Preview of Azure Automation extension to help create and manage runbooks directly from Visual Studio Code. Visual Studio Code is a light weight source code editor which runs on your desktop and is available for Linux, macOS, and Windows.
Link
By: Jaspreet Kaur
We are happy to announce the Public Preview of Azure Automation extension to help create and manage runbooks directly from Visual Studio Code. Visual Studio Code is a light weight source code editor which runs on your desktop and is available for Linux, macOS, and Windows.
Link
TECHCOMMUNITY.MICROSOFT.COM
Public Preview of Azure Automation extension for Visual Studio Code | Microsoft Community Hub
Use the Azure Automation Visual Studio Code extension to perform local authoring and management of automation runbooks
MVPs and Stars with Barbara 4rbes
By: The Powershell Podcast
In this episode, we are joined by GitHub star Barbara Forbes. She tells us what her experience has been like as a GitHub star and presents a session at GitHub Universe. We got to learn about GitHub Codespaces as well as GitHub CoPilot and the future of AI. She discussed the value of mentorship and how helpful getting a 2nd opinion can be when dealing with doubts. We also got to hear how she got her awesome plushies.
Link
By: The Powershell Podcast
In this episode, we are joined by GitHub star Barbara Forbes. She tells us what her experience has been like as a GitHub star and presents a session at GitHub Universe. We got to learn about GitHub Codespaces as well as GitHub CoPilot and the future of AI. She discussed the value of mentorship and how helpful getting a 2nd opinion can be when dealing with doubts. We also got to hear how she got her awesome plushies.
Link
Podbean
MVPs and Stars with Barbara 4rbes | The PowerShell Podcast
In this episode, we are joined by GitHub star Barbara Forbes. She tells us what her experience has been like as a GitHub star and presents a session at GitHub Universe. We got to learn about GitHub Codespaces as well as GitHub CoPilot and the future of AI.…
👍1
Today's cmdlet ‣ Get-PSProvider
Gets information about the specified PowerShell provider.
Example's Remarks:
• These commands find the PowerShell snap-ins or modules that added providers to your session.
• All PowerShell elements, including providers, originate in a snap-in or in a module.
#tutorial
Gets information about the specified PowerShell provider.
Example's Remarks:
• These commands find the PowerShell snap-ins or modules that added providers to your session.
• All PowerShell elements, including providers, originate in a snap-in or in a module.
#tutorial
👍1
Today's cmdlet ‣ Stop-Service
Stops one or more running services.
Example's Remarks:
• This example stops the IISAdmin service on the local computer.
• Because stopping this service also stops the services that depend on the IISAdmin service, it is best to precede `Stop-Service` with a command that lists the services that depend on the IISAdmin service.
#tutorial
Stops one or more running services.
Example's Remarks:
• This example stops the IISAdmin service on the local computer.
• Because stopping this service also stops the services that depend on the IISAdmin service, it is best to precede `Stop-Service` with a command that lists the services that depend on the IISAdmin service.
#tutorial
Create Azure Bastion with Shareable Link support with PowerShell
By: Luke Murray
Azure Bastion is a service you deploy that lets you connect to a virtual machine using your browser and the Azure portal or via the native SSH or RDP client installed on your local computer.
Link
By: Luke Murray
Azure Bastion is a service you deploy that lets you connect to a virtual machine using your browser and the Azure portal or via the native SSH or RDP client installed on your local computer.
Link
luke.geek.nz
Create Azure Bastion with Shareable Link support with PowerShell | luke.geek.nz
Azure Bastion is a service you deploy that lets you connect to a virtual machine using your browser and the Azure portal or via the native SSH or RDP client installed on your local computer.
❤1
Enhancing PowerShell Telemetry Tools and Log Sources – Redbeard Security
By: Redbeard
PowerShell, a versatile noscripting language, is increasingly becoming a popular target for malicious actors to exploit. As a result, it is crucial for organizations to start Enhancing PowerShell Telemetry to detect and respond to potential threats if they have not already done so. By utilizing PowerShell telemetry tools and log sources, organizations can enhance their
Link
By: Redbeard
PowerShell, a versatile noscripting language, is increasingly becoming a popular target for malicious actors to exploit. As a result, it is crucial for organizations to start Enhancing PowerShell Telemetry to detect and respond to potential threats if they have not already done so. By utilizing PowerShell telemetry tools and log sources, organizations can enhance their
Link
Add Show-Code
By: Joel Bennett
An extensible module for PowerShell color themes. Contribute to Jaykul/EzTheme development by creating an account on GitHub.
Link
By: Joel Bennett
An extensible module for PowerShell color themes. Contribute to Jaykul/EzTheme development by creating an account on GitHub.
Link
GitHub
Add Show-Code · Jaykul/EzTheme@58c5883
An extensible module for PowerShell color themes. Contribute to Jaykul/EzTheme development by creating an account on GitHub.
Today's tip ‣ Basic concepts: Dot source notation
”When dot source notation is used, no new scope is created before the command is executed, so additions/changes it would have made to its own local scope are made to the current scope instead.”
#tip
”When dot source notation is used, no new scope is created before the command is executed, so additions/changes it would have made to its own local scope are made to the current scope instead.”
Script2.ps1
. "Script2.ps1"
. { ... }
. FunctionA#tip
👍2❤1
PowerShell SnippetRace 01/02-2023
By: Roman Stadlmair
MessageBox, BgInfo, Images, Version Events Snippets Crafting a MessageBox with PowerShell With the switch of Windows PowerShell to PowerShell Core, a lot of semi-gui-like features of PowerShell have been lost for the price of multi-platform availability. If you still want to present messageboxes with PowerShell, read this blog from Edem Afenyo. BgInfo with PowerShell IT-veterans know it for a long time, and also IT newbees may have heard of it - bgInfo. BGInfo draws system information on the background of your desktop to make support and diagnosis easier. Now there is a PowerShell variant of bginfo, written in PowerShell. Look
Link
By: Roman Stadlmair
MessageBox, BgInfo, Images, Version Events Snippets Crafting a MessageBox with PowerShell With the switch of Windows PowerShell to PowerShell Core, a lot of semi-gui-like features of PowerShell have been lost for the price of multi-platform availability. If you still want to present messageboxes with PowerShell, read this blog from Edem Afenyo. BgInfo with PowerShell IT-veterans know it for a long time, and also IT newbees may have heard of it - bgInfo. BGInfo draws system information on the background of your desktop to make support and diagnosis easier. Now there is a PowerShell variant of bginfo, written in PowerShell. Look
Link
www.powershell.co.at
PowerShell SnippetRace 01/02-2023 | PowerShell Usergroup Austria
👍1
PowerShell ScottPlot
By: Doug Finke
Uses Polyglot Interactive Notebooks to demonstrate the capabilities of ScottPlot via PowerShell.
Link
By: Doug Finke
Uses Polyglot Interactive Notebooks to demonstrate the capabilities of ScottPlot via PowerShell.
Link
GitHub
GitHub - dfinke/PowerShellScottPlot
Contribute to dfinke/PowerShellScottPlot development by creating an account on GitHub.
👍3❤1
📃 Основы конфигурирования NTFS разрешений через PowerShell.
В статье приведены пару примеров использования Set-AACL \ Get-ACL плюс вспомнили полезный, но давно не обновляющийся модуль NTFSSecurity.
А как Вы работаете с NTFS?
Get-ACL \ Set-ACL - 33
👍👍👍👍👍👍👍👍 69%
subinacl.exe \ icacls.exe - 5
👍👍 10%
Достаточно Проводника - 7
👍👍 15%
Другое - 3
👍👍 6%
👥 48 человек уже проголосовало.
В статье приведены пару примеров использования Set-AACL \ Get-ACL плюс вспомнили полезный, но давно не обновляющийся модуль NTFSSecurity.
А как Вы работаете с NTFS?
Get-ACL \ Set-ACL - 33
👍👍👍👍👍👍👍👍 69%
subinacl.exe \ icacls.exe - 5
👍👍 10%
Достаточно Проводника - 7
👍👍 15%
Другое - 3
👍👍 6%
👥 48 человек уже проголосовало.
PowerShell is fun :)
PowerShell is fun :)Configuring NTFS permissions using PowerShell
Configuring NTFS permissions is something that you can do using your Windows Explorer, Server Manager, or by using command-line tools like subinacl.exe or icacls.exe. In this blog post, I will show…
🤔2
💡 Вытаскиваем пароль от WiFi с клиента
PowerShell обертка для тех, кому не достаточно
PowerShell обертка для тех, кому не достаточно
netsh wlan export profile key=clearDevDojo
PowerShell-Script Showcase: Get-WifiPassword - DevDojo
PowerShell is a powerful noscripting language that can be used to automate a variety of tasks. In this blog post, we will explore my Get-WifiPassword noscript that ...
👍7