🎬 PowerShell 7. Performance Improvements
https://youtu.be/BOCVJOQjYeI?list=PLdESG89G24aOhO0UyFPf-3VlRc_5ZYICm
#video
https://youtu.be/BOCVJOQjYeI?list=PLdESG89G24aOhO0UyFPf-3VlRc_5ZYICm
#video
YouTube
Part 4 Performance
❗ Classes
A method in a class can be assigned one or more arguments.
The return keyword must be used to return a value from the method
#quiz
A method in a class can be assigned one or more arguments.
The return keyword must be used to return a value from the method
class File { [string] $Path [void] Create([String] $content) { New-Item -Path $this.Path -ItemType File -Value $Content -Force } [String[]] ReadAll() { return [System.IO.File]::ReadAllLines($this.Path) }}#quiz
💡 Configure Custom Formatting for PowerShell Objects
https://www.cbtnuggets.com/it-training/custom-formatting-powershell-objects
#course #notfree
https://www.cbtnuggets.com/it-training/custom-formatting-powershell-objects
#course #notfree
CBT Nuggets
Online IT Training Videos, IT Certification Training | CBT Nuggets
CBT Nuggets has the premier Online IT Training Videos and IT Certification Training. We have easy to understand videos from amazing trainers. Start FREE today!
🎬 Powershell 7. New $ErrorView
https://youtu.be/RocEmfVNN9w?list=PLdESG89G24aOhO0UyFPf-3VlRc_5ZYICm
#video
https://youtu.be/RocEmfVNN9w?list=PLdESG89G24aOhO0UyFPf-3VlRc_5ZYICm
#video
YouTube
Part 5 New Error View
This media is not supported in your browser
VIEW IN TELEGRAM
📚 Convert remote time to local time with ArgumentCompleter and ArgumentTransformation attributes
https://powershellone.wordpress.com/2020/06/30/convert-remote-time-to-local-time-with-argumentcompleter-and-argumenttransformation-attributes/
https://powershellone.wordpress.com/2020/06/30/convert-remote-time-to-local-time-with-argumentcompleter-and-argumenttransformation-attributes/
📚 Setup FTP Server with PowerShell
https://ridicurious.com/2020/07/02/setup-ftp-server-with-powershell/
#tutorial
https://ridicurious.com/2020/07/02/setup-ftp-server-with-powershell/
#tutorial
📚 Magic of $MyInvocation in PowerShell
https://kpatnayakuni.com/2020/07/01/powershell-magic-of-myinvocation/
$MyInvocation is an automatic variable which contains information about the invocation details of the current execution, such as function or noscript name, parameters, parameter values, noscript root, noscript path, invocation name and etc., and $MyInvocation works with noscripts, functions, and noscript blocks only.https://kpatnayakuni.com/2020/07/01/powershell-magic-of-myinvocation/
Kpatnayakuni
Magic of $MyInvocation in PowerShell
🎁 Hey! PowerShell v7.1.0-preview 5 is out!
- Engine Updates and Fixes
- Code Cleanup
- Build and Packaging Improvements
Check full list of changes on GitHub
- Engine Updates and Fixes
- Code Cleanup
- Build and Packaging Improvements
Check full list of changes on GitHub
❗ How to use task-based c# methods in Powershell to work even faster than using runspaces or jobs
https://gist.github.com/JustinGrote/d1421208bf1dea22664fc6a198219047
https://gist.github.com/JustinGrote/d1421208bf1dea22664fc6a198219047
Gist
High Performance DNS Resolver in Powershell
High Performance DNS Resolver in Powershell. GitHub Gist: instantly share code, notes, and snippets.
🎬 PSPowerHour Epsiode 3 - PowerShell 7.1: The Modern/Next-Gen Shell
https://youtu.be/YDEbQlxumzg?list=PLfeA8kIs7Coci01gWr0QiGedcPpQ69lks
#video
https://youtu.be/YDEbQlxumzg?list=PLfeA8kIs7Coci01gWr0QiGedcPpQ69lks
#video
YouTube
PSPowerHour Epsiode 3 - PowerShell 7.1: The Modern/Next-Gen Shell
Modern shells should help you be successful as soon as you start typing. Join Steve and Jason to discuss future shell improvements, Predictive IntelliSense, Dynamic Help, Native Commands and more in this exciting look at PowerShell 7.1. Join us and share…
📘 How to become better in (Powershell) noscript-writing.
https://vviking.nl/2020/07/09/how-to-become-better-in-powershell-noscript-writing/
https://vviking.nl/2020/07/09/how-to-become-better-in-powershell-noscript-writing/
vViking.nl
How to become better in (Powershell) noscript-writing.
How to become a better powershell noscript writeere
🎁 PowerShell 7.0.3 and 6.2.7 are out!
- Fix Azure file copy issues in release build by fixing the path to upload directory content
- Update .NET Core to 3.1.6
- Fix Azure file copy break in AzDevOps by updating task version to latest
- Fix Azure file copy issues in release build by fixing the path to upload directory content
- Update .NET Core to 3.1.6
- Fix Azure file copy break in AzDevOps by updating task version to latest