📦 Oh-my-posh. A prompt theming engine for Powershell
Features:
- Easy installation
- Awesome prompt themes for PowerShell in ConEmu
- Git status indications (powered by posh-git)
- Failed command indication
- Admin indication
- Current session indications (admin, failed command, user)
- Configurable
- Easily create your own theme
- Separate settings for oh-my-posh and posh-git
- Does not mess with the default Powershell console
Features:
- Easy installation
- Awesome prompt themes for PowerShell in ConEmu
- Git status indications (powered by posh-git)
- Failed command indication
- Admin indication
- Current session indications (admin, failed command, user)
- Configurable
- Easily create your own theme
- Separate settings for oh-my-posh and posh-git
- Does not mess with the default Powershell console
This media is not supported in your browser
VIEW IN TELEGRAM
💡 Public Preview of Notebook Mode for VSCode
This provides the ability to open PowerShell noscripts (.ps1 files) in a Notebook-like view without having to fully adopt something like Jupyter Notebooks or .NET Interactive Books.
This provides the ability to open PowerShell noscripts (.ps1 files) in a Notebook-like view without having to fully adopt something like Jupyter Notebooks or .NET Interactive Books.
❗ The Send-MailMessage cmdlet is obsolete.
SmtpClient doesn't support many modern protocols. It is compat-only. It's great for one off emails from tools, but doesn't scale to modern requirements of the protocol.
PS. Use MailKit or other libraries.
SmtpClient doesn't support many modern protocols. It is compat-only. It's great for one off emails from tools, but doesn't scale to modern requirements of the protocol.
PS. Use MailKit or other libraries.
🎬 How to Use .NET Interactive Jupyter Notebooks in Daily Work-Life | Data Exposed: MVP Edition
[01:04] Why use notebooks
[02:01] Demo
[04:15] Display notebooks in GitHub
[04:52] Get your own .NET Interactive notebook
[05:26] Edit .NET Interactive notebooks in Azure Data Studio
[07:37] SQL Instance Permissions
https://www.youtube.com/watch?v=W-F0gO7dVOE
#video
[01:04] Why use notebooks
[02:01] Demo
[04:15] Display notebooks in GitHub
[04:52] Get your own .NET Interactive notebook
[05:26] Edit .NET Interactive notebooks in Azure Data Studio
[07:37] SQL Instance Permissions
https://www.youtube.com/watch?v=W-F0gO7dVOE
#video
YouTube
How to Use .NET Interactive Jupyter Notebooks in Daily Work-Life | Data Exposed: MVP Edition
Jupyter Notebooks are best known as tools for Data Scientists to display Python, Spark or R noscripts. A Jupyter Notebook enables you to share words, images, code AND code results. .NET interactive Jupyter notebooks add c sharp, f sharp and PowerShell core…
🎬 Skylines Summer Session, Adam Bertram
Premiere Date: Aug 4, 2020
- About Adam
- The Difference Between #PowerShell and PowerShell Core
- Adam's Go-to Modules
- What Tool Adam uses when creating PowerShell Scripts
- Demo: How to notice patterns when writing PowerShell and how to encapsulate patterns into functions
- Where the name Adam the Automator came from
- Adam's Hobby: Remote Control Cars
https://www.youtube.com/watch?v=7TCke2s0Lto&feature=youtu.be
Premiere Date: Aug 4, 2020
- About Adam
- The Difference Between #PowerShell and PowerShell Core
- Adam's Go-to Modules
- What Tool Adam uses when creating PowerShell Scripts
- Demo: How to notice patterns when writing PowerShell and how to encapsulate patterns into functions
- Where the name Adam the Automator came from
- Adam's Hobby: Remote Control Cars
https://www.youtube.com/watch?v=7TCke2s0Lto&feature=youtu.be
YouTube
PowerShell - Adam Bertram
In this Skylines Summer Session, Adam Bertram, #Microsoft #MVP, is interviewed by Richard Hooper and Gregor Suttie and discusses:
- About Adam
- The Difference Between #PowerShell and PowerShell Core
- Adam's Go-to Modules
- What Tool Adam uses when creating…
- About Adam
- The Difference Between #PowerShell and PowerShell Core
- Adam's Go-to Modules
- What Tool Adam uses when creating…
🗓️ SEC505: Securing Windows and PowerShell Automation
Jason Fossen's six-day PowerShell for the Blue Team course is currently hosted by the SANS Institute as course SEC505: Securing Windows and PowerShell Automation.
https://www.sans.org/course/securing-windows-with-powershell
#notfree
Jason Fossen's six-day PowerShell for the Blue Team course is currently hosted by the SANS Institute as course SEC505: Securing Windows and PowerShell Automation.
https://www.sans.org/course/securing-windows-with-powershell
#notfree
Semantic Highlighting in the PowerShell Preview extension for Visual Studio Code
https://devblogs.microsoft.com/powershell/semantic-highlighting-in-the-powershell-preview-extension-for-visual-studio-code/
https://devblogs.microsoft.com/powershell/semantic-highlighting-in-the-powershell-preview-extension-for-visual-studio-code/
❗ Future improvements to DSC support in PowerShell 7.1
Open discussion on GitHub -> DSC resource platform changes to use JSON instead of MOF.
https://github.com/PowerShell/PowerShell/issues/13359
#DSC
Open discussion on GitHub -> DSC resource platform changes to use JSON instead of MOF.
https://github.com/PowerShell/PowerShell/issues/13359
#DSC
GitHub
DSC resource platform changes to use JSON instead of MOF · Issue #13359 · PowerShell/PowerShell
Problem Statement As we continue to make DSC more viable cross-platform, we have a serious problem with MOF. MOF parsing is provided by MMI.dll (there is both native code and managed code). MMI its...
This media is not supported in your browser
VIEW IN TELEGRAM
💡Finally something useful!
#fun
$a = @"(>'-')>#^('-')^#<('-'<)#^('-')^"@$i = 0do { foreach ($frame in $($a.Split("#").Trim())) { Clear-Host Write-Output "$frame`n`n`n" Start-Sleep -Milliseconds 250 } $i++} until ($i -eq 50)#fun
📘Use PowerShell to apply vRealizeOps rightsizing recommendations.
https://mycloudrevolution.com/en/2020/07/31/noscript-apply-rightsizing-recommendations/
https://mycloudrevolution.com/en/2020/07/31/noscript-apply-rightsizing-recommendations/
my cloud-(r)evolution
Script - Apply Rightsizing Recommendations - my cloud-(r)evolution
Rightsizing starts with how to get users to order the right size of VM and then leads to how to Apply Rightsizing Recommendations to existing vSphere VMs.
📦 Pester 5.0.3 is available.
- Fix formatting for Nunit parameterrized tests
- Add FullNameFilter and PassThru parameters to Simple interface parameter list in README.md
- Updated docs Planets example to work with Pester v5
- Fix basic scoping of BeforeAll
- (doc): Add Legacy v4 parameter mapping to config object in README.md
See full log here
#pester
- Fix formatting for Nunit parameterrized tests
- Add FullNameFilter and PassThru parameters to Simple interface parameter list in README.md
- Updated docs Planets example to work with Pester v5
- Fix basic scoping of BeforeAll
- (doc): Add Legacy v4 parameter mapping to config object in README.md
See full log here
#pester
GitHub
pester/Pester
Pester is the ubiquitous test and mock framework for PowerShell. - pester/Pester
🗓️ 24 Hours of PowerShell & DevOps
The DevOps Collective, in conjunction with the organizers of PSConf Asia and PSConf Day UK, would like to announce a new event…the Global PowerShell & DevOps Conference
The event will be live-streamed on Twitch and Youtube, 15 October 2020 starting at 00:00 UTC.
https://powershell.org/2020/08/24-hours-of-powershell-devops/
#Conference
The DevOps Collective, in conjunction with the organizers of PSConf Asia and PSConf Day UK, would like to announce a new event…the Global PowerShell & DevOps Conference
The event will be live-streamed on Twitch and Youtube, 15 October 2020 starting at 00:00 UTC.
https://powershell.org/2020/08/24-hours-of-powershell-devops/
#Conference
🎬 PowerShell to C# - The Basics: Session recording is available now
https://www.youtube.com/watch?v=KdvAmJl3rcI
#video
https://www.youtube.com/watch?v=KdvAmJl3rcI
#video
YouTube
Session 2 : PowerShell to C# and back The basics
Topics Covered: Comments Case Sensitivity Using Directive and Statement Variables, Types and type conversion Operators, Operands and Expressions
❗ Azure Functions support for PowerShell 7 is now generally available.
This enables developing and deploying Azure Functions Apps for production scenarios using the latest version of PowerShell.
https://github.com/Azure/azure-functions-powershell-worker/wiki/PowerShell-6-to-7-Migration-Guide
#azure
This enables developing and deploying Azure Functions Apps for production scenarios using the latest version of PowerShell.
https://github.com/Azure/azure-functions-powershell-worker/wiki/PowerShell-6-to-7-Migration-Guide
#azure
GitHub
PowerShell 6 to 7 Migration Guide
PowerShell language worker for Azure Functions. Contribute to Azure/azure-functions-powershell-worker development by creating an account on GitHub.