PowerShell – Telegram
PowerShell
821 subscribers
214 photos
4 videos
1 file
802 links
Task automation and configuration management framework #PowerShell
Download Telegram
PowerShell 7.2 now Generally Available

Details:
- Microsoft Update support
- Enhanced ANSI support
- Predictive Intellisense with PSReadLine
- Other improvements
PowerShell Support Lifecycle
The official docs are located here
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
What is the result of the division?
Anonymous Quiz
10%
2
6%
3.5
70%
3
14%
4
📘 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
What is the output of the code above?
Anonymous Quiz
41%
True
48%
False
3%
''
8%
null
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
What is the value of $a?
Anonymous Quiz
20%
4,3,2,True,False
29%
4,3,2
29%
4,3,2,1,0
22%
Error
What is the value of $Array?
Anonymous Quiz
10%
Error
14%
11, 20, 30
26%
10, 21, 30
49%
10, 20, 31
What is the output of the code above?
Anonymous Quiz
23%
True
11%
1
45%
False
21%
0
What is the output of the code above?
Anonymous Quiz
11%
(a,b,1,2,3),(4)
47%
(a,b,1,2),(3,4)
14%
(a,b),(1,2,3,4)
28%
Error