PSConfEU 2024   Aftermovie
4:41
Ай бұрын
Voices - Episode 1 - PSConfEU 2024
15:19
Voices - Episode 2 - PSConfEU 2024
17:24
Пікірлер
@suryendubhattacharyya3628
@suryendubhattacharyya3628 Ай бұрын
Great Presentation
@kevinbates5763
@kevinbates5763 Ай бұрын
So sad about the audio here, the session is awesome. Great Job Ben!
@joshbarton688
@joshbarton688 Ай бұрын
The video is a little blurry, is there a github repository with the code?
@RPG_ash
@RPG_ash Ай бұрын
⭐⭐⭐⭐⭐
@RPG_ash
@RPG_ash Ай бұрын
Amazing experts, keep up the great work 💪🏻
@mattcargile
@mattcargile 2 ай бұрын
Beard looks purple on the 📺. Rad! 😊
@RPG_ash
@RPG_ash 2 ай бұрын
I like that menu selection @ 09:12. anybody know what that's called and if it's available elsewhere?
@mrcneale
@mrcneale 2 ай бұрын
Where are the bicep examples, like the terraform examples? I see many "demos" of this that don't create something simple like a VM and complete the run
@PowerShellConferenceEU
@PowerShellConferenceEU 2 ай бұрын
We collect everything here: github.com/psconfeu/2024 If something is missing, do us a favor and ping the speaker directly. Sometimes it needs a little reminder after the rush of the conference ..
@RPG_ash
@RPG_ash 2 ай бұрын
Feedback to speaker - don't point at the screen. Nobody watching this video can see what your pointing at and neither could half your audience in the room 😬
@vortical911
@vortical911 2 ай бұрын
Stopped using AzureAD and MSOnline over a year ago (maybe over 2? time flies)... Been using Graph for so long now that idk if I will make use of Entra Powershell any time soon. Entra Powershell arrived a day late and a dollar short. But anyway, I digress.. Maybe i'll be using it in the future.
@vortical911
@vortical911 2 ай бұрын
26:57 😂
@mattcargile
@mattcargile 2 ай бұрын
That green?! 😂😅
@bubi352
@bubi352 2 ай бұрын
attending walters sessions is mandatory at every conf
@BlackV27
@BlackV27 2 ай бұрын
On the activedirectory module the also makes it well polished, they also (rather quietly) added core support to that module fairly early on
@AlexNegroiu
@AlexNegroiu 2 ай бұрын
It really is! Reading Bruce's book helped me better understand PowerShell and write better scripts/functions/modules.
@kborowinski
@kborowinski 2 ай бұрын
16:17 There is more elegant way to validate IP address than this humongous regex pattern 😉 *$ip=$null; [IPAddress]::TryParse('127.0.0.1', [ref]$ip)*
@That_IT_Trainer
@That_IT_Trainer 2 ай бұрын
If you ever read this Bruce. Your book is fun and informative. It is the Bible to PowerShell
@manjubeli
@manjubeli 2 ай бұрын
Pity that configuration is in YAML which is not natively supported in PowerShell. Need another module to manage configuration.
@aaaaaaa5255
@aaaaaaa5255 2 ай бұрын
Great session, thank you so much for sharing with the community. The recording drops the audio occationally, but still well worth the watch.
@mattcargile
@mattcargile 2 ай бұрын
This would be fun to figure out the api calls for some native binaries use that haven’t been converted into powershell cmdlets like maybe klist or quser. I also assume this module might throw some warnings on MDR/EDR platforms.
@alexanderson6616
@alexanderson6616 2 ай бұрын
Is the script available anywhere?
@PowerShellConferenceEU
@PowerShellConferenceEU 2 ай бұрын
We collect everything here: github.com/psconfeu/2024 If you dont find the desired code, you can do us a favor and ping the speaker directly (you will find Christel on LinkedIn in this case).
@athe1234
@athe1234 2 ай бұрын
well done 👍🏽
@cmit471
@cmit471 2 ай бұрын
Is there an option for a re-upload ? i would love to see the full video
@PowerShellConferenceEU
@PowerShellConferenceEU 2 ай бұрын
The audio issues are (sadly) due to the original recording on-site. Since it is only a tiny part of the session, it should not spoil the experience too much.
@anthonyvandenbossche1227
@anthonyvandenbossche1227 2 ай бұрын
Very informative, thanks!
@KenDavies1337
@KenDavies1337 2 ай бұрын
Audio is unfortunately borked from around 16:30
@mattcargile
@mattcargile 2 ай бұрын
Haaa. Hating on those aliases first off! 😂 Looking forward to watching this.
@jgrote
@jgrote 2 ай бұрын
Hi! Was happy to give this presentation and look forward to you following along too at home! If you do and you want to use GitHub Codespaces, do not use the web-based "UI" to access your codespace, use the codespaces extension in your local VSCode. It turns out the web based UI gets a special GitHub token that doesn't have write rights, and so that's why people following along that way could see actions but not initiate a run on them. Whoops! Maybe there's a way to make this work and I'll update if I find a way, otherwise enjoy the learning journey!
@BlackV27
@BlackV27 2 ай бұрын
Is the dependency loop stuff fixed, i.e. seeing package management installed 50 times in a row cause a bunch of modules were listing that as a dependant items, and it wasn't smart enough to install it only once
@mattcargile
@mattcargile 2 ай бұрын
Can do error action debug too in order to break instead of the set on stack trace.
@mattcargile
@mattcargile 2 ай бұрын
Yeah I think I use your PR for that frequent folders exclusion. Nice!
@blahbl4hblahtoo
@blahbl4hblahtoo 2 ай бұрын
Man, I was really excited about this when I saw it but this presentation was so disorganized that it was for real hard to follow.
@robsonhasselhoff
@robsonhasselhoff 2 ай бұрын
Thank you for sharing this awesome content. Is there a repository where I can find the sample code?
@PowerShellConferenceEU
@PowerShellConferenceEU 2 ай бұрын
HI Rob, the slides and content for all of the sessions this year can be found at github.com/psconfeu/2024 Regards Rob S
@PowerShellConferenceEU
@PowerShellConferenceEU 2 ай бұрын
github.com/psconfeu/2024
@kborowinski
@kborowinski 2 ай бұрын
Properly implemented closures would be so useful in PowerShell. Maybe we could put it on the PS roadmap, after 7.5 release?
@rijack64
@rijack64 3 ай бұрын
/ = Divide, not Devide. Just sayin'
@kmkzYozora
@kmkzYozora 6 ай бұрын
個人で楽しく使っていますが、Ver 0.2.0から上がりませんね。。。 正式リリースはしない感じでしょうか(´;ω;`)ウゥゥ
@goonbreathfpv
@goonbreathfpv 9 ай бұрын
such a shame the background noise really distracts from the content.
@mattcargile
@mattcargile 10 ай бұрын
Love the dbainstanceparameter! I use it to get unique computer names from dbaregserver
@edwardskrod
@edwardskrod 11 ай бұрын
Thanks for this. You saved me from going out of my mind. At 27:18, you ran the script from the "Play" button in the RUN AND DEBUG menu. I had been running it with F5 and the Args were not passed to the script. I spent 2 hours trying to understand why. Thanks for saving me another 2 hours of racking my brain.
@Jexdev
@Jexdev Жыл бұрын
the fact that this only has 800 views just shows you how much the world doesnt know.
@mattcargile
@mattcargile Жыл бұрын
Are folks really still wanting to use ipconfig? The whole crescendo thing is a bit puzzling after all this time when there appears to be parity between cmdlets and native commands.
@kborowinski
@kborowinski Жыл бұрын
That is a really good in-depth video about PS modules!
@HD_CyberSecInsights
@HD_CyberSecInsights Жыл бұрын
thank you for that presentation, that was awesome :)
@user-th1br5kc9m
@user-th1br5kc9m Жыл бұрын
Great work!
@brandonhunter3036
@brandonhunter3036 Жыл бұрын
SUPER insightful!
@steffanrhoads1870
@steffanrhoads1870 Жыл бұрын
Are the slides available anywhere? The examples would be more useful and your image covers some of the content!
@PowerShellConferenceEU
@PowerShellConferenceEU Жыл бұрын
Hey, thanks for the ping! You can find them on our GitHub: github.com/psconfeu/2020/tree/master/sessions/Evgenij%20Smirnov
@HeyItsGilbertS
@HeyItsGilbertS Жыл бұрын
🤯
@slko1000
@slko1000 Жыл бұрын
Ich mag eigentlich kein PS! Aber der Vortrag ist fesselnd :)
@FasaadUddinchomuaisi
@FasaadUddinchomuaisi Жыл бұрын
This was such an awesome presentation - Thank you for posting this!!
@yanivshalom137
@yanivshalom137 2 жыл бұрын
Why shouldn't we use only the pssc file. We can configure all of the psrc option on it as well. What is the logic of using psrc over the pssc
@000djw000
@000djw000 2 жыл бұрын
For me, wanting to learn runspaces, the video started at 39:50.