Tinu ๐Ÿ‡จ๐Ÿ‡ญ

26 Followers
30 Following
53 Posts

Make IT easier with #PowerShell - Think Agile, do Agile!

I'm a DevOps Engineer and I love #PowerShell to automate #Windows, #Mac, #Linux, and #VMware. My own Module #PSNetTools is a cross platform PowerShell module to make network tests, you can install it from the PSGallery.

Bloghttps://tinuwalther.github.io/
GitHubhttps://github.com/tinuwalther
PsNetToolshttps://www.powershellgallery.com/packages?q=psnettools
I was finally able to create a Docker image to download from the Docker Hub. Now it's even easier to test with my #PodePSHTML. https://hub.docker.com/r/tinuwalther/pode, https://github.com/tinuwalther/PodePSHTML

Happy bindge-watching #PSConfEU 2024 from Antwerp.

Check the playlist, more to come!

https://www.youtube.com/playlist?list=PLDCEho7foSor3zw2nZVi4AR100bRr6Ehs

PSCONFEU 2024

YouTube
After the session of @Jpomfret at the #PSConfEU about #PSHTML, I finished my Web-Service with #pode and PSHTML. Have a look at my github-repo https://github.com/tinuwalther/PodePSHTML, there is a lot of examples within.
GitHub - tinuwalther/PodePSHTML

Contribute to tinuwalther/PodePSHTML development by creating an account on GitHub.

GitHub
Hey #powershell family! Exciting news - I've added a weekly code challenge to my website. Each week, I'll post a topic and provide 10 questions for you to tackle. This week, I'm putting your PowerShell parameter knowledge to the test. Take the challenge and see how well you know PowerShell!
https://commandline.ninja/quiz-powershell-params/
PowerShell Parameters Code Challenge | Commandline Ninja: Learn PowerShell. Automate Tasks.

Test your skills and knowledge of PowerShell parameters

@Clatent you can find some example on my github-profile. https://github.com/tinuwalther/PSPWApps, PSXiDiag, PSAutoMic, PSHTMLreports, and more
GitHub - tinuwalther/PSPWApps: My PodeWeb framework

My PodeWeb framework. Contribute to tinuwalther/PSPWApps development by creating an account on GitHub.

GitHub
@Clatent pode and pshtml or pode.web. With this models it's so easy to create any web service in Windows or linux.
I'm searching for a method to create a local user and set permission for one VM on #VMware vCenter over API, or Aria Orchestrator JavaScript. Has anyone of the #VMware experts an idea how to do this?
@deadlydog that's a good example. I have created a snippet that can be used to create a function in VS Code. You can find the code in my github-profile https://github.com/tinuwalther/VSCode/
GitHub - tinuwalther/VSCode: My Visual Studio Code samples

My Visual Studio Code samples. Contribute to tinuwalther/VSCode development by creating an account on GitHub.

GitHub
@JeffHicks do you remember to PSConfEU last year? Mike Nelson presented a method wit gsudo https://github.com/psconfeu/2023/tree/main/MikeNelson/Terminal%20and%20WSL
2023/MikeNelson/Terminal and WSL at main ยท psconfeu/2023

PSConfEU 2023 files & sessions. Contribute to psconfeu/2023 development by creating an account on GitHub.

GitHub

@mavetju try to do something like this:

((Get-resourcePool YourPool) | Measure-Object -Property MemoryUsageGB -Sum).Sum

or

[Math]::Round($ResourcePool.MemoryUsageGB,2)

Currently, I can not access to a vCenter with ResourcePools