PSConf.eu 2018
The 3rd edition of the European PowerShell Conference took place in Hannover: 17–20 April 2018 at the HCC.
The perfect agenda was available — of course — via PowerShell:
(irm -useb powershell.beer) | ogv
# My talks
(irm -useb powershell.beer).where{$_.Speaker -like '*Butz*' }
If you couldn’t decide which concurrent sessions to attend, just let chance decide (all talks were well worth seeing):
(irm -useb powershell.beer) | group Starttime | % {$_.group | get-random} | ogv
All videos are available on the PSConfEU YouTube channel.
Together with Bartek Bielawski I talked about the X factor: PowerShell across Linux, Windows and Mac.
The X factor (with Bartosz Bielawski) — Materials: GitHub
A matter of trust: Authentication and authorization in the PowerShell — YouTube · Materials: GitHub
Categories:Etc.