What is the output of the code above?
Anonymous Quiz
33%
Hello...world
31%
Hello world
14%
Hello,world
22%
Helloworld
What is the correct assignment for all variables for the code above?
Anonymous Quiz
40%
$a = 4..5; $b = 4..5; $c = 4..5
10%
$a = 4,5; $b = $null; $c = $null
5%
$a = 4; $b = 5; $c = 0
45%
$a = 4; $b = 5; $c = $null
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.