Basic Toolmaking - strategies for storing persistent data in PowerShell scripts - Evgenij Smirn...

Опубликовано: 18 Октябрь 2024
на канале: PowerShell Conference EU
524
12

Conference Home Page: www.psconf.eu
Conference Videos: powershell.video
Conference Materials: https://github.com/psconfeu

The cases for persisting data after your script has finished executing are legion. Logs, execution stats, configuration settings, sometimes even credentials - all of these need to be persisted to storage and retrieved later, either by the next instance of the same script or by some other system.
In this talk I will showcase some strategies for persisting data in PowerShell in a compatible and performant manner.