Hey everyone! I'm trying to find ways to learn and practice PowerShell using my Android phone. I'm not just looking to run PowerShell, but also want to explore any learning apps or resources that could help me study while I'm out and about, like on the bus or waiting in line. Any suggestions would be awesome!
5 Answers
A great place to start is with the book 'PowerShell in a Month of Lunches.' It's packed with beginner-friendly info that really breaks things down, so I'd hit that up before diving into coding on your phone.
I once tried an app that allowed me to write PowerShell code, but it was super basic with no autocomplete. Honestly, typing code on a phone can be really annoying with the small keyboard. I recommend reading articles, blogs, and documentation on your phone, but switch to a computer for actual coding. If you want video tutorials, check out 'PowerShell From Zero to Hero' as it condenses critical info into a 6-hour watch.
It's essential to know what you want to do with PowerShell! Reading through blogs and scripts will also help a lot, but remember that a big part of learning is actually writing your own code. Just reading won't make you an expert!
You might want to check out Termux! It's a Linux environment that runs on Android. There's a chance you could get PowerShell working through it, but be prepared for a bit of setup.
If you're looking for something a bit more hands-on, there's a web-based PowerShell you can try out! Flavien Michaleczek created a WebAssembly version that runs in your browser. I tested it on my Pixel 9 with Firefox, and it worked fine! Here's the link: [PowerShellLab](https://fmichaleczek.github.io/PowerShellLab/).

Thanks for the tips! I'm mostly looking to automate tasks and manage systems more efficiently. Any resources focused on practical applications would really help!