I've watched plenty of your latest Azure content and have been able to pass many of the Fundamental and Associate level Microsoft Exams. I am now a System Administrator that is working on getting into a more Azure cloud based role. The most asked question from the colleagues I work with is "Do you PowerShell?" I am so thankful that you've put together this training that is still completely relevant 5 years later! Your training style is by far the top 3, if not the best training I've utilized. The way you start from the foundation and work your way up to the high level overview is nothing short of amazing. I simply cannot thank you enough John! You've done the industry - but more importantly the world a huge solid with your contributions! Many thanks and I wish you many blessing.
Oh my gosh! After watching dozens of Azure resources and certification related videos I find an entire playlist of PowerShell videos here. What can you not do John? Hero!!! Thanks a ton!
Thank you very much Mr. Savill!! First video with you was MCSA Windows Server 2016 Courses on Udemy. Afterr Courses I successfully acclaimed certificate. Your Master Classes and Courses one of the best on the Internet
Thank you! I've been struggling to understand PowerShell so this was a great introductory to the fundamentals and great examples of PS. Easy to understand and I'm looking forward to watching through all your PS videos.
Monad and cognitive distance - designed by an expert that know his/her stuff. Well done even if it's 2020 already i really enjoyed this tutorial. Cheers
Hi John... great PowerShell lessons! Thank you! I'm learning PowerShell to sort through a big mess of 30k+each photographs on my Win10 laptop. The big mess was created by ME with help from Picasa, Canon, iCloud, DropBox. OneDrive and every other company that tempted me to use their photo management / storage capabilities over the last 17 years. I started by searching for on-line methods for doing specific tasks from places like stackoverflow. Now, I'm trying to learn what those expressions mean with the hope of customizing them. Then, I found your master class. I believe I will use only a small fraction of PowerShell capabilities to diagnose, find duplicates, restructure, purge... etc. (And, I'll work on a duplicate copy of the whole mess.) I have: duplicate filenames in multiple directories same photo... duplicate filenames in multiple directories different photo... same photo in multiple directories different filename... all that and more! Oddly, I recall in DOS-world there was a 3rd party utility (XTREE GOLD) that did something like this. Hey developers out there... I bet my requirements are not unique! I'm three videos in... and have had several AHAHs and a few ideas. Thanks, again!
John, Thank you for all your efforts. I'm preparing myself for a career path change and your knowledge is helping me way too much. with your Master Classes I'm not starting from zero
Thank you. I've been struggling with some basic stuff tied to powershell and have been wanting to rebuild my learning environment, so I can rebuild my powershell foundational knowledge.
John, I've been using the resources you provide since the days of the NTFAQ and the Windows NT and 2000 answer book. Now I need to get up to speed with PowerShell, it makes sense that I look for your material on the subject. Thanks again for a great resource.
Thats exactly how you make an educational video..Excellent!!! You answered every question I had in my mind. I took no time to like and subscribe your channel and first ever comment on any video.. Thank you.
Wow another great playlist for me to gulp down this week! :D Thanks for the content John! I am speeding through the videos at 2.5x ... just to identify new things/ gap in concepts!
Very good intro but you shouldn't upgrade the PS Core package with Chocolatey from within PS core like at 32:50. Chocolatey is built for the Windows PowerShell so that probably explains some of the error messages that appeared. If you're using Chocolatey you're running Windows - if you're running Windows you have the Windows PowerShell to upgrade PS Core...
Hey John, i saw videos of VMM initially and i read VMM2k16 n 2k12 awesome. I will go thru these PS videos.. fabulous contribution. I like couple of body builders with intelligence ..you are one of them. 😃
To the people who are new and are not confident on using git, you can install powershell from window 10 store. It easy and everytime a new update come just update it from store.
awesome course, so crazy how much has changed! Powershell core isnt the future anymore its Microsoft Graph now! and I installed the Graph modules into ISE so I am happy :D (I'm a cloud engineer so graph is my future at least)
11:13 what’s the difference between text strings and objects? Is there a beginner crash course/ebook I could check out to get through basic jargon quickly?
So a text string is just that, a bunch of characters and all I can do is read those characters. An object represents a real object. That means not only can it’s attributes be read and manipulated but it will have methods that can be used to actually perform actions on that object.
Not sure I understand the question. As I say don't worry about the command, its more advanced. The point is showing what is send down the pipeline are objects. The actual commands are explained in later, more advanced lessons.
Great videos, thank you so much! I'm a Windows Admin for a couple of years now but I always tried to dodge using Powershell by using GUI. But now I'm convinced to dive into it! Just for my understanding: Is Powershell 7 the successor of Powershell Core?
When developing for a fleet of desktop pcs that probably don't have PS Core, wouldn't you want to be dev-ing in ISE and PS5 though to avoid versioning differences? Also I like the Commands addon window in the regular ISE. Find it a lot more readable when building code than anything else I've found so far.
I don't remember what version I'm using however 5.1 is Windows PowerShell which is great however there is newer PowerShell Core (currently version 7) that you should start to pivot to.
Your efforts are really appreciated.B ut somehow it's been lacking for those users who are using modules based on .net framework like PnPPowershell for SharePoint.Dotnet core is the future. CSOM API version is not working for pwsh for now.
Hi master, can I check with you, how to link the below command together as a .ps1 file? Type in Set-ExecutionPolicy bypass Type in Install-Script -Name get-WindowsAutoPilotInfo -Force Type in Y hit enter Type in Get-WindowsAutoPilotInfo.ps1 -Online Will be grateful for any help you can provide. Thank you.
Great videos, thank you. I just installed PS 7.0 on windows 10 with VS code already on...I have been using VS code to dabble in HTML and CSS . got a landing page up using VS code and netify.. now I'm trying to see what I can do with ps 7 . I have a old linux box I run and I am goin to try to remote to it from w10 lap top. I have been reading that powershell is difficult to secure. I did not enable remote ability checkbox when i installed and I set EXecution policies to restricted in PShell ISE in the other version 6. but I figure it I don't learn fast ...woo hoo and boo hoo. The 7.0 i got from git hub doesn't even show ISE when installed . Its moving to VS code PS extention . Is it true PS is difficult to secure and I am open to all suggestions except giving up. once again thanks for Videos...and stay well.
I posted another video on PS7 and go through VS Code. Remember execution policy is not security. Additionally, you can't do anything in PowerShell your account could not do through other means. docs.microsoft.com/en-us/powershell/scripting/learn/remoting/winrmsecurity?view=powershell-7 has some good security considerations.
@@NTFAQGuy Thanks I will view link ...what i should ask is PS7 worth working on with VS code. I understand thats a difficult ? I'm back, great link . It will keep me busy for a while. I Think I need to upgrade to w10 pro. I am over my head but thats where I like to be THANKS again Mr John.
VS Code with the powershell extension is a richer authoring experience than ISE and is where all the investment is. It also integrates with source control via GIT. Definitely recommend checking it out.
I've watched plenty of your latest Azure content and have been able to pass many of the Fundamental and Associate level Microsoft Exams. I am now a System Administrator that is working on getting into a more Azure cloud based role. The most asked question from the colleagues I work with is "Do you PowerShell?"
I am so thankful that you've put together this training that is still completely relevant 5 years later! Your training style is by far the top 3, if not the best training I've utilized. The way you start from the foundation and work your way up to the high level overview is nothing short of amazing.
I simply cannot thank you enough John! You've done the industry - but more importantly the world a huge solid with your contributions! Many thanks and I wish you many blessing.
The PowerShell Master Class is the best series of PowerShell courses available on UA-cam. Your effort is much appreciated. Thank you.
Very kind, thanks!
@@NTFAQGuy Kind, but true!
I know, right?! How could someone ever downvote this course?
I'm a Microsoft FTE and I've sat through quite a bit of internal (and external) training. John is a fantastic instructor!
I know it is a couple years but I found this very useful even today.
Oh my gosh! After watching dozens of Azure resources and certification related videos I find an entire playlist of PowerShell videos here. What can you not do John? Hero!!! Thanks a ton!
I had no idea how powerful and functional PowerShell really was until recently. Really glad I'm taking the time to learn it now and your video helped!
Thank you for putting up a whole playlist. I can't thank you enough.
Thank you very much Mr. Savill!! First video with you was MCSA Windows Server 2016 Courses on Udemy. Afterr Courses I successfully acclaimed certificate. Your Master Classes and Courses one of the best on the Internet
Thanks, enjoy!
John, I love scripting. As a blind developer, I feel completely at home in the power shell. Just spotted your tutorial, and looking out for more now.
Glad it was helpful! Good luck!
Thank you! I've been struggling to understand PowerShell so this was a great introductory to the fundamentals and great examples of PS. Easy to understand and I'm looking forward to watching through all your PS videos.
John, awesome class about PowerShell. I couldn't hold myself to subscribe and like your video. Great training. You are a PowerShell guru
Monad and cognitive distance - designed by an expert that know his/her stuff. Well done even if it's 2020 already i really enjoyed this tutorial.
Cheers
##powershell sessions ##10th may 8.30 pm IST##
facebook.com/groups/790933198099023/
A perfect voice and intonation for training.. Thank you so much Sir..
How come ppl dislike his videos..
Hi John... great PowerShell lessons! Thank you! I'm learning PowerShell to sort through a big mess of 30k+each photographs on my Win10 laptop. The big mess was created by ME with help from Picasa, Canon, iCloud, DropBox. OneDrive and every other company that tempted me to use their photo management / storage capabilities over the last 17 years. I started by searching for on-line methods for doing specific tasks from places like stackoverflow. Now, I'm trying to learn what those expressions mean with the hope of customizing them. Then, I found your master class. I believe I will use only a small fraction of PowerShell capabilities to diagnose, find duplicates, restructure, purge... etc. (And, I'll work on a duplicate copy of the whole mess.) I have: duplicate filenames in multiple directories same photo... duplicate filenames in multiple directories different photo... same photo in multiple directories different filename... all that and more! Oddly, I recall in DOS-world there was a 3rd party utility (XTREE GOLD) that did something like this. Hey developers out there... I bet my requirements are not unique! I'm three videos in... and have had several AHAHs and a few ideas. Thanks, again!
Nice good luck! Sounds like a fun project. Remember you can compare arrays :)
John, Thank you for all your efforts. I'm preparing myself for a career path change and your knowledge is helping me way too much. with your Master Classes I'm not starting from zero
Best of luck!
Thank you. I've been struggling with some basic stuff tied to powershell and have been wanting to rebuild my learning environment, so I can rebuild my powershell foundational knowledge.
I agree with Kevin. Thank you for this content. Happy to have you as my MCSE instructor on Udemy.
Thank you so much for putting this together, John! This is really great content, and a wonderful contribution to the community!
Thanks, glad it’s useful.
Please update this video or playlist.
Im started with this whole playlist today. And I'm happy that you create this playlist!!!!!
my PS is weak so been looking forward to getting the time to do this course and ** big thankyou ** for putting it together.
Glad you like it!
John, I've been using the resources you provide since the days of the NTFAQ and the Windows NT and 2000 answer book.
Now I need to get up to speed with PowerShell, it makes sense that I look for your material on the subject. Thanks again for a great resource.
Excellent, glad to help! And wow I'm old :-D
Thats exactly how you make an educational video..Excellent!!! You answered every question I had in my mind. I took no time to like and subscribe your channel and first ever comment on any video.. Thank you.
Awesome, glad it was useful.
John, thank you for putting together this top-notch training. I have learned so much from your videos! Stellar job, sir.
Thank you!
Thank you John, this was a great refresher run through for the fundamentals. Much appreciated.
My pleasure.
Very helpful and informative. Thank you so much. This is the best PS fundamental Video available in YT. And the best series to start from the 0
Very kind, thank you!
Thank you John! You make my holiday beautiful
Thank you so much for sharing .....do not have words say thanks to you ....much appreciated sir ..
It's my pleasure
Instead of spamming the tab key, press ctrl+space.
Holy Fajoli! This alone should be the first thing anyone learning powershell should be told. Why is this not talked about more?
Thank You!
THANKSS!! wauuuw why nobody tell about this?!
@@Aat-zz2de because nobody want you to learn
you the real mvp :'D
1 million thanks to you sir. You are the best
Great thank you! Perfect voice for educating and showing all theory so good!
thanks for the full course John..
Very welcome
John, thank you for this Class. Great work. And I mean the entire Class not just this episode.
Thank you
Thank you .. I will watch this multiple times
Wow another great playlist for me to gulp down this week! :D Thanks for the content John!
I am speeding through the videos at 2.5x ... just to identify new things/ gap in concepts!
Nice :)
Great video, i spent 3h+ (i had to pause and try by myself) very good content, definetelly will continue to see your next videos
Great to hear, thanks
Thanks so much for posting this playlist. You’re a brilliant instructor.
Very kind, thank you.
Very good intro but you shouldn't upgrade the PS Core package with Chocolatey from within PS core like at 32:50. Chocolatey is built for the Windows PowerShell so that probably explains some of the error messages that appeared. If you're using Chocolatey you're running Windows - if you're running Windows you have the Windows PowerShell to upgrade PS Core...
One of the best...Thanks for sharing the knowledge
Hi John, This video has really helped me out, much appreciated.
Thank you for sharing this great knowledge for free. It helps me a lot. Thanks
Great to hear. Good luck.
Great videos! Super helpful! Thank you John
Hey John, i saw videos of VMM initially and i read VMM2k16 n 2k12 awesome.
I will go thru these PS videos.. fabulous contribution.
I like couple of body builders with intelligence ..you are one of them. 😃
Thank you, glad they are useful!
thank you for creating a new series for the new year.
Happy New Year :-)
Settings -> Playback speed -> 1.5x for the best cramming experiencing!
So informative! Thanks so much ❤
Thanks a lot John for this useful video!!
8:05 - Enter Powershell
Thank you
thanks
To the people who are new and are not confident on using git, you can install powershell from window 10 store. It easy and everytime a new update come just update it from store.
One of the best english accent and voice i've ever heard...
Hehe, thanks.
That is all nice, it looks going back in time, like using DOS ore Norton commands like 27 to 30 years ago
lol, you may be missing the point. 🤷♂️
@@NTFAQGuy After looking in to it i understand the power
thanks
Great course...Thank you for your efforts
I appreciate that. Thank you
awesome course, so crazy how much has changed! Powershell core isnt the future anymore its Microsoft Graph now! and I installed the Graph modules into ISE so I am happy :D (I'm a cloud engineer so graph is my future at least)
Great class! Thanks John!
Very welcome
If you want to use the switches of the integrated commands, you have to use a dash [ - ] instead of a slash [ / ]
Very cool video. Presented very well. Thanks
Thanks!
This is really great, thank you!
11:13 what’s the difference between text strings and objects? Is there a beginner crash course/ebook I could check out to get through basic jargon quickly?
So a text string is just that, a bunch of characters and all I can do is read those characters. An object represents a real object. That means not only can it’s attributes be read and manipulated but it will have methods that can be used to actually perform actions on that object.
Thank you very much, John!
Thank you John, Great help.
Glad to help
Change the playback speed to 1.5 and skip first 8 minutes. Your welcome!
Amazing tutorials! Keep it up :)
Thank you so much for this. I also love your books..
Thank you
what a great vid.....so helpful(Y)
thank you for sharing the knowledge.
Thank you, that was really helpful
This is outstanding.
Thanks!
PowerShell Master Class - PowerShell Fundamentals is the name of the video right ? what happend to min 11:40 ?
Not sure I understand the question. As I say don't worry about the command, its more advanced. The point is showing what is send down the pipeline are objects. The actual commands are explained in later, more advanced lessons.
Keep up the good work!
I found that Tab Completion was disabled by default in VS Code, you need to enable it in the settings.
Hi John. Thank you for publishing this. I'm halfway through your Azure Identity Management courses on Pluralsight, then this will be next.
I suscribe 👍😊 thanks for sharing your expertise. 🙇
Great videos, thank you so much! I'm a Windows Admin for a couple of years now but I always tried to dodge using Powershell by using GUI. But now I'm convinced to dive into it! Just for my understanding: Is Powershell 7 the successor of Powershell Core?
Yes. PowerShell 7 just drops Core as it unifies the direction but is the next version.
When developing for a fleet of desktop pcs that probably don't have PS Core, wouldn't you want to be dev-ing in ISE and PS5 though to avoid versioning differences? Also I like the Commands addon window in the regular ISE. Find it a lot more readable when building code than anything else I've found so far.
Very comprehensible
Hey is there any difference between the Powershell 5.1 and the version you're using in the video?
I don't remember what version I'm using however 5.1 is Windows PowerShell which is great however there is newer PowerShell Core (currently version 7) that you should start to pivot to.
@@NTFAQGuy Dear Mr John, I instantly subscribed when you informed about migration to ps code (6) & use of VBC & scm. Who knew? THANK YOU !
Hi, would this be a good series to get started in writing my own RunBooks/DSC scripts?
Thanks a lot. It is so helpful
Most welcome!
need help with my PowerShell it says needs an app or if i already installed the app i should make in a default...
Cheers! This helped a lot.
Awesome, great to hear
Debugged my first power script script today after a 2 minute intro guess I should the learn the basics!
Awesome!
Thank you for great video
Thanks 👍
Your efforts are really appreciated.B ut somehow it's been lacking for those users who are using modules based on .net framework like PnPPowershell for SharePoint.Dotnet core is the future. CSOM API version is not working for pwsh for now.
Yep .net based modules won’t natively work but you can use the compat module that I cover in the course.
Love this!
Thanks!
Amazing.. thanks again
Hi master, can I check with you, how to link the below command together as a .ps1 file?
Type in Set-ExecutionPolicy bypass
Type in Install-Script -Name get-WindowsAutoPilotInfo -Force
Type in Y hit enter
Type in Get-WindowsAutoPilotInfo.ps1 -Online
Will be grateful for any help you can provide.
Thank you.
Hi John thanks for sharing nice video. How can I access your rest of the videos?
They are all on the playlist on this channel
Hi John.....great video. GIT location is empty now. Can i've that content?
I just checked and the location in the about is not empty. All the content is there. Please check again. Thanks
3 years later and we're already at powershell 7.3 :)
Many thanks for giving code
Awesome....! 🤩
Perfect, explanations
Thanks!
Thankyou!
You're welcome!
Is this playlist still relevant 5 years on? How much has changed since this was originally created?
PowerShell has not changed in a major way
@@NTFAQGuy Thank you sir!
thank you
Thanks so much
Really it is good Content
Do you recommend learning powershell for a Cyber Security student?
I think its useful to understand for many different roles.
Great videos, thank you. I just installed PS 7.0 on windows 10 with VS code already on...I have been using VS code to dabble in HTML and CSS . got a landing page up using VS code and netify.. now I'm trying to see what I can do with ps 7 . I have a old linux box I run and I am goin to try to remote to it from w10 lap top. I have been reading that powershell is difficult to secure. I did not enable remote ability checkbox when i installed and I set EXecution policies to restricted in PShell ISE in the other version 6. but I figure it I don't learn fast ...woo hoo and boo hoo. The 7.0 i got from git hub doesn't even show ISE when installed . Its moving to VS code PS extention .
Is it true PS is difficult to secure and I am open to all suggestions except giving up. once again thanks for Videos...and stay well.
I posted another video on PS7 and go through VS Code. Remember execution policy is not security. Additionally, you can't do anything in PowerShell your account could not do through other means. docs.microsoft.com/en-us/powershell/scripting/learn/remoting/winrmsecurity?view=powershell-7 has some good security considerations.
@@NTFAQGuy Thanks I will view link ...what i should ask is PS7 worth working on with VS code. I understand thats a difficult ?
I'm back, great link . It will keep me busy for a while. I Think I need to upgrade to w10 pro. I am over my head but thats where I like to be THANKS again Mr John.
VS Code with the powershell extension is a richer authoring experience than ISE and is where all the investment is. It also integrates with source control via GIT. Definitely recommend checking it out.
@@NTFAQGuy Thanks again.
you still have a floppy drive? Nice video btw, learned a lot!
Is this course updated for 2020? Bc I really want to learn Powershell.
i added a module on powershell 7 but the syntax and structure of PowerShell has not changed hence the main course still applies.
@@NTFAQGuy Thank you very much. I'll start learning it right away.