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
📦 PsNetTools
После долгого отсутствия обновлений ожил кроссплатформенный модуль PsNetTools. Обещают немного прокаченные версии стандартных тулзов для тестирования DNS, TCP, UDP, WebRequest, Tracert, Ping
После долгого отсутствия обновлений ожил кроссплатформенный модуль PsNetTools. Обещают немного прокаченные версии стандартных тулзов для тестирования DNS, TCP, UDP, WebRequest, Tracert, Ping
GitHub
GitHub - tinuwalther/PsNetTools: PsNetTools is a cross platform PowerShell module to test network features on Windows, Linux and…
PsNetTools is a cross platform PowerShell module to test network features on Windows, Linux and Mac. - tinuwalther/PsNetTools
👍5🔥1
This media is not supported in your browser
VIEW IN TELEGRAM
Прокачиваем свой заголовок состояния Windows Terminal в PowerShell. Почему бы и нет (нет).
❤1
🎬Copilot для PowerShell
Стоит того?
https://www.youtube.com/watch?v=EwtRzAFiXEM&ab_channel=VisualStudioCode
Стоит того?
https://www.youtube.com/watch?v=EwtRzAFiXEM&ab_channel=VisualStudioCode
YouTube
Copilot for PowerShell
If you want to learn how to use GitHub Copilot, the AI pair programmer that helps you write code faster and better, then this video is for you.
👉 Install & start your free trial: https://aka.ms/get-copilot
0:00 Introduction
0:55 Providing Context
2:17…
👉 Install & start your free trial: https://aka.ms/get-copilot
0:00 Introduction
0:55 Providing Context
2:17…
👍3❤2
🎬 PSCONFEU 2023 Playlist
66 Video Sessions delivered at the PSCONFEU 2023
...
7 45:02 What’s new with PowerShell Repositories
8 44:51 Unlocking the Power of Regular Expressions with PowerShell
11 45:53 Get Started with AI assisted PowerShell coding
15 33:20 Pester what is new?
18 43:23 Building a PowerShell API-wrapper that people actually want to use
19 45:25 WinGet the Windows Package Manager
28 42:40 AppLocker pipelines
30 47:43 Advanced pipelines: #PTMF 2
32 34:43 Running powershell in Vim
34 39:09 WinRM vs. OpenSSH: A Showdown for PowerShell Remoting
38 46:28 Connect Your Way: Creating a Custom PowerShell Remoting Transport
47 33:37 Developing in Windows Docker Containers
49 45:50 Terminals, command lines, and UI's - Windows Terminal & WSL
50 42:33 Tuning Linux for Performance - I Wanna Go Fast!
54 38:10 Validate Infrastructure as Code using PSRule
55 52:05 PS Enigma
56 44:15 Script Design - Design practices that scale with your Growth
57 45:56 Making JEA Great Again (And accessible, while we're at it)
...
66 Video Sessions delivered at the PSCONFEU 2023
...
7 45:02 What’s new with PowerShell Repositories
8 44:51 Unlocking the Power of Regular Expressions with PowerShell
11 45:53 Get Started with AI assisted PowerShell coding
15 33:20 Pester what is new?
18 43:23 Building a PowerShell API-wrapper that people actually want to use
19 45:25 WinGet the Windows Package Manager
28 42:40 AppLocker pipelines
30 47:43 Advanced pipelines: #PTMF 2
32 34:43 Running powershell in Vim
34 39:09 WinRM vs. OpenSSH: A Showdown for PowerShell Remoting
38 46:28 Connect Your Way: Creating a Custom PowerShell Remoting Transport
47 33:37 Developing in Windows Docker Containers
49 45:50 Terminals, command lines, and UI's - Windows Terminal & WSL
50 42:33 Tuning Linux for Performance - I Wanna Go Fast!
54 38:10 Validate Infrastructure as Code using PSRule
55 52:05 PS Enigma
56 44:15 Script Design - Design practices that scale with your Growth
57 45:56 Making JEA Great Again (And accessible, while we're at it)
...
👍11❤3🤮2💩1
PowerShell pinned «🎬 PSCONFEU 2023 Playlist 66 Video Sessions delivered at the PSCONFEU 2023 ... 7 45:02 What’s new with PowerShell Repositories 8 44:51 Unlocking the Power of Regular Expressions with PowerShell 11 45:53 Get Started with AI assisted PowerShell coding 15 33:20…»