What is the output of the code above?
Anonymous Quiz
14%
$a = 1 1 1; $b = 2 2 2
7%
$a = 1 2; $b = 1 2 1 2
25%
$a = 1; $b = 2 1 2 1 2
54%
$a = 1; $b = 2 2 2
❗PowerShell 7.2 now Generally Available
Details:
- Microsoft Update support
- Enhanced ANSI support
- Predictive Intellisense with PSReadLine
- Other improvements
Details:
- Microsoft Update support
- Enhanced ANSI support
- Predictive Intellisense with PSReadLine
- Other improvements
Microsoft News
General Availability of PowerShell 7.2
Announcing general availability of PowerShell 7.2
What is the output of the code above?
Anonymous Quiz
30%
OneFourTwoFourThree
24%
One Two Three Four
17%
One,Two,Three,Four
29%
OneFourTwoFourThreeFour
RunAsRadio Show #800
Jeffrey Snover talks about how the artificial intelligence in M365 is emerging as a tool to help people be more productive, by watching what they're working on and helping them to organize their information and efforts better.
#podcast
Jeffrey Snover talks about how the artificial intelligence in M365 is emerging as a tool to help people be more productive, by watching what they're working on and helping them to organize their information and efforts better.
#podcast
📘 An experimental module for optimizing using PowerShell with the file system
- Optimize for performance including throughput and memory usage.
- Work side-by-side with existing file system cmdlets which leverage the FileSystemProvider.
- Only expose built-in filtering that can leverage .NET API filtering.
https://www.powershellgallery.com/packages/Microsoft.PowerShell.FileUtility/0.1.0-Beta1
- Optimize for performance including throughput and memory usage.
- Work side-by-side with existing file system cmdlets which leverage the FileSystemProvider.
- Only expose built-in filtering that can leverage .NET API filtering.
https://www.powershellgallery.com/packages/Microsoft.PowerShell.FileUtility/0.1.0-Beta1
Powershellgallery
Microsoft.PowerShell.FileUtility 0.1.0-Beta1
This module contains cmdlets optimized for working with the file system.
This media is not supported in your browser
VIEW IN TELEGRAM
Happy 15th Anniversary PowerShell
#fun
#fun
What is the output of the code above?
Anonymous Quiz
12%
0,1,2,3,4
3%
4,3,2,1,0
34%
0,4,3,2,1,0
51%
Error