This part 1 of a multi-part series for learning PowerShell. This video covers the basics to get you up and running.
* Get-Command
* Get-Help
* Get-Alias
* Get-Member
* Get-History
* Start-Transcript
Video 2 on manipulating Lists is here:
https://www.youtube.com/watch?v=f9xPJXslVWE
Want to make your PowerShell color coded and easier to use? Check out this video for Windows 7 and 8.
https://www.youtube.com/watch?v=3jAH92mBbRk
For support or more information about PowerShell check out http://www.boldzebras.com
Edit notes: None. 🙂
I dont normally leave comments, but this is a top tier intro. Thanks!
Thanks for the video 🙂 ! quite useful
Thanks brother…you are awesome!!
nice video. lol @ 4:57 about AS400
i updated help and got this message –
update-help : Failed to update Help for the module(s) 'WindowsUpdateProvider' with UI culture(s) {en-US} : Unable to
retrieve the HelpInfo XML file for UI culture en-US. Make sure the HelpInfoUri property in the module manifest is
valid or check your network connection and then try the command again.
At line:1 char:1
+ update-help
+ ~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (:) [Update-Help], Exception
+ FullyQualifiedErrorId : UnableToRetrieveHelpInfoXml,Microsoft.PowerShell.Commands.UpdateHelpCommand
What does it mean, or where can i go to find out.
By the way, great video. I am looking forward to seeing more of them!
Brilliant video – Shane makes it really easy to understand this stuff
Great job, Shane! Very helpful, and will be watching more! Thank you kindly!!!
Why have you mangled / edited the audio at 5:28 – 5:32?
There seems to be something weird going on here.
And when I think "weird", I think "dishonest"
Is it that you discovered, just like I did, the commands: "Start-Trace" and "Start-Transaction"?
Come on, mate.
Man up!
Very informative video, I plan to keep watching and learning. As a student in Information Technology, I can say you made much more sense in 27 minutes than a whole semester at school. Thank you!
OMG Thank you! I’m in training for powershell this week for work and been lost the whole time. Thank you this helped a lot!
Thanks for the lesson. complete newbie here trying to learn PowerShell, was given a task to build a script to start and stop multiple services on remote machines, to pull from a list…hoping your lessons will give me a good place to learn as I'm about as green as a young shoot in grove amongst a aged forest. Thanks again!
Thank you for these Videos! Now I finally understand the difference between "Methods and Properties". 🙂
I really appreciate this intro to PowerShell. Good Job and Thanks!
Great Video!!!
Super lesson!
I've used PS in previous jobs, but wanted to learn a bit more and get in depth in preparation for a new IT support position – this is an AMAZING refresher and an excellent guide, even taught me a couple things – will definitely continue to learn from you and you earned yourself a subscriber! 😀 Cheers!
On running with admin credentials: "You always want to turn PowerShell as an administrator, because it allows you to do… *everything*."
Gotta disagree with you there. You should only run as admin when you absolutely must. Even then, use – whatif wherever it is supported. Test out the logic of scripts without admin credentials, even if the objects are only available to admins. You will always have to take some risks — but minimize them. Do not run as admin by default. That's the Road to Hell.
Hello Shane, you mentioned there were a series of videos, I think up to 6, I have gone through 1 & 2 but cannot find 3,4,5… do they exist? – Thanks in Advance
Great intro video! It would of been a bit more helpful if there was an overview of what powershell is exactly and what it is used for in the big picture. Very informational video though!
Well done. Lots of
GREAT information.
Great way of teaching a complex subject.
Many many thanks for this… I may have a new addiction… PowerShell! More…more more!
Best PoSh video I've seen to date. Finally one that is succint and covers stuff that is *actually useful*!
Your videos are very nice, please make more on powershell video, I eagar to see more videos on powershell. I below requirement if possible please answer when you have time
1) I have 50 printers, login each ip and take tonner ink status, instead of manually can you give any powershell script or give me script which is take specific value from website that also fine.
My email address is amoltofi@gmail.com and contact number is +918879206096.
I notice VM? Does that stand for virtual machine ?
Didn't see examples
Excellent intro! thanks!
I came from bash scripting and to me PS was a pretty shitty language but your presentation made me change my mind 🙂
outstanding mate, excellent stuff, your way of explaining things draws you in, i normally pass out after 5 minutes of these but this is the way to do it, thank you for this.
Well made! Simple and very clear!