Andy, as someone who also teaches technology, I have to say - your style is excellent! Keep up the great work, I'll be hanging around to sharpen my powershell skills, among other things!
The best way to practice for this exam is the practice with power shell. I also recommend you having a look at learn.Microsoft.com to understand what’s involved in the exam fully. As this will help you prepare. Good luck! 👍
Andy, this was a great presentation. The pace of instruction, the transitions of the screen images, the content, everything was first class! I am new to Powershell, but your instruction gives me some hope!
G'day Andy, Great Video. This video has clear sound, your well spoken... oh and you clearly know your stuff. I know it's a hard job explaining something 'easy'... Thanks for a great tutorial.
Hi Andy, Enjoy watching your content to learn new things or brush up on my existing skills. Great content, great teacher. Interesting to see the advancements in Microsoft Graph Powershell with the AzureAD and MSOL modules soon to be deprecated.
Great Video Andy. I am considering a career in Product engineering and one of the companies I really want to apply to stated in their requirement for the role that applicant should have experience in PowerShell and Batch. please where can I get started and what should I focus on?
Hi Andy, I've been using O365 for over 10 years as Silver Cloud Partner. Most of my clients are using Azure AD Connect to sync on-premise to O365. I now want to start migrating my smaller clients to Azure AD and remove the onsite physical servers. Do you have a video on this or can you please point me to the appropriate resources.
I’m planning to do one of these soon. In the meantime you have to ask yourself how many users are you dealing with. If it’s a small number I would just create the accounts in Microsoft 365 first. You can then use an IMAP mail migration, PST migration to move email. Alternatively if your clients have exchange you could manage a cut over migration and this would connect to your old servers as well as creating user accounts and mail accounts in Microsoft 365. Then, in the SharePoint admin centre there a selection of migration tools, including file, and folder migration tools. Beyond that I would probably connect your windows 10/11 machines to Azure AD directly. Take a look at some of my videos in the InTune section on my channel. These will help. All the best and thanks for your question, Andy
Hi Andy, I am new to IT field and have started working in Windows Patching and compliance. Does learning Powershell help me in moving to Devops in longterm?
Thanks for the video, Andy. Very informative. I am in the vulnerability remediation (corporate environment). Some PCs do not receive updates or have EOL software like EOL/Obsolete Software: Microsoft Silverlight 5 Detected, Microsoft Edge Based on Chromium Multiple Vulnerabilities, Adobe Security Update for Adobe Acrobat, and Adobe Reader (APSB22-39). I d like to learn how I can use PowerShell to automate vulnerability remediation instead of logging on every PC and running updates, etc. Can you please advise where to look for such information? Thank you again.
Windows 10/11 = Autopilot. You can reset PC's techcommunity.microsoft.com/t5/microsoft-intune-blog/endpoint-manager-simplifies-upgrades-to-windows-11/ba-p/2771886
@@AndyMaloneMVP Thanks for the prompt reply. I've read through your supplied doc and tried Autopilot reset, but the pre-provisioned apps still remains. I'm also using Business Premium and as the docs says; DisableConsumerExperience is not supported for Win11 Pro, only Enterprise and Education. I'm not having any issues with OEM apps at all, clean install. I've seen a lot of people complaining about how bloated Win11 is and some are using different techniques such as set Store apps to Uninstall, a de-bloating Powershell script or a packaged Powershell script as a Win32 app. I was hoping MS could either stop bloating the OS or provide us with a customizable script to remove said pre-provisioned apps. The closest thing to a Powershell script provided by MS is the one provided with the Win10/11 for cloud config guide, but that removes everything it seems, even Notepad and Photos!? I really don't want to be dependent on a 3rd party solution. I've raised a ticked for this today and it will be very interesting what they've got to say about this.
I'm trying to create a C# console app that runs a PS script to create IIS websites and then add virtual directories to the site. The script to create the IIS website works fine but the script to create the virtual directories does nothing (no error). The script to create the virtual directories seems fairly straight forward but just fails. using System.Management.Automation; using (PowerShell powershell = PowerShell.Create()) { string sScript = ""; sScript = sScript + "New-WebVirtualDirectory "; sScript = sScript + "-Name " + "'Community' "; sScript = sScript + "-Site " + "'PsTestSite' "; sScript = sScript + "-PhysicalPath " + "'C:\\inetpub\\Community";
powershell.AddScript(sScript); powershell.Invoke(); } Any suggestions for how to get the virtual directory script working?
Hello Andy, I really enjoy and APPRECIATE you content, it's very very usefull. In the near future will you make some tutorials about Microsoft Dynamics NAV? :P
Thanks so much for the kind comments. Microsoft dynamics I’m afraid is a bit of a specialty, not to mention a mystery to me. I apologise it’s not in my remit. However, there are many channels on dynamics on RUclips. I do hope that your stay for my other content, though, all the best, Andy.
Hello Sir, Great content. I'm also planning to start RUclips channel for Microsoft Technology & I have one doubt, how to take permission from Microsoft to upload videos on their topic, as we are taking content from Microsoft articles?? Waiting for your response. Thank you.
Thanks for the question. Absolutely go for it 😀That's what being a technology evangelist is all about. That's how MVP's are born. Good luck and ping me with the link I'll take a look :-) Good luck!
@@AndyMaloneMVPOK, I though i Had taken a peak at it years ago. Can you give me a few pointers where to start after I get pwshl fired up. Pc wont boot into windows. Skype gave me many problems opening and My memory use was at 100 percent. I deleted some software to make some room and restarted. That didnt work anymore. Im trying to learn some new things now that it is needed.
@@captainprototype187 sorry I’m not a support guy. Besides I use a Mac. Although memory running at 100% doesn’t sound right sounds like a virus. Or you need to buy a new machine. A good resource to learn is learn.microsoft.com. You can also find some great PowerShell content on the PowerShellgallery.com
Dear Andy, Microsoft certified trainer. I would like to say that one of the most important features of Teams and Skype for Business was the possibility to reach the user with a recorded message, if not available, and the recorded message was received by the end user in inbox Outlook as text message or email. Some end users are a little deaf, or struggle to understand recorded messages!
Ok, so I don't know powershell at all, so initially the title "Powershell for Beginners" piqued my interest. Then you say this is for people who already know powershell..confusing...
No, I said that if you know basic DOS and networks g commands then you probably know PowerShell as well. It uses natural language and once you see the pattern, it’s easy to learn.
Yeah, the fun with powershell isn't funny anymore when you need to run scripts as LocalService. Suddenly most of the features like credential store or secure strings don't work.
intro is too noisy if I met you in person I would not blast you with an amplifier first and then talk kindly to you next. It's just not the right thing to do lol. have a good day.
A systems engineer came to work in my help desk office today. He says powershell is the #1 thing to learn. So here I am!
he spelt LINUX Wrong.
Andy, as someone who also teaches technology, I have to say - your style is excellent! Keep up the great work, I'll be hanging around to sharpen my powershell skills, among other things!
Seth’s is so much I really appreciate that👍😊
Got an exam about powershell in 3 weeks and our school decided that we need to learn it during christmas break, so here I am, hope I'm prepared enough
The best way to practice for this exam is the practice with power shell. I also recommend you having a look at learn.Microsoft.com to understand what’s involved in the exam fully. As this will help you prepare. Good luck! 👍
Can i say that I very much appreciate that you are teaching Windows services on a Mac? That's my setup and it helps me out alot.
I would like to say thank you Sir, your work on this video is very much appreciate for someone like me who is new in a systems engineer role
Great to hear. Thanks so much 👍
You are an awesome teacher. Best I’ve seen.
Wow, thank you!
Thanks, this was a great info for someone like me who's just getting started. I took about a page of notes.
Thanks so much 👍😊
“Have no fear Powershell is here”😂 I died!
Thanks Andy! I just started using Powershell this week so this video is soooooo timely!!
Hehe please don’t die, especially at my jokes 😂🤣 Delighted to hear that you found my session useful
Jeannette Reimann
Walter
Graeser 😊
Jeannette Reimann
Andy, this was a great presentation. The pace of instruction, the transitions of the screen images, the content, everything was first class! I am new to Powershell, but your instruction gives me some hope!
Thank you Andy, Your words brought me confidence on PS
You’re very welcome Bala and thanks for nice comment 😊
What a terrific video, I now have yet another passion to advance my self.
Thanks for your hard work.
Thanks James I’m delighted to hear it.
Integrated Scripting Environment.
edit: Thanks Andy. Very informative video.
Nice to know powershell concept, Andy. Still it's all Greek to us. May be practical use case will help us understand clearly.
I love ISE!!!! It's so helpful for N00bs like me! 😆
G'day Andy, Great Video. This video has clear sound, your well spoken... oh and you clearly know your stuff. I know it's a hard job explaining something 'easy'... Thanks for a great tutorial.
Thanks and you’re very welcome 🤗
Nice energetic video for a powershell beginner
great video
I wish I could "Like" this video more than once. Thank you so much, Andy!❤
Aw thanks so much😊
Hi Andy your videos are awesome.. I need your assistance in uninstalling one program whose files are corrupted..
Thank you very much Sir, Now I know here to find the solution " Your YT channel " 🔥
Amazing simple presentation
Glad you liked it
Well done Andy, let's grab a pint!
Anytime 👍
Looking forward for powerapps video !! Thanks
You got it!
I like this guy. He has show knowledge above jevin brown
Hi Andy, Enjoy watching your content to learn new things or brush up on my existing skills. Great content, great teacher. Interesting to see the advancements in Microsoft Graph Powershell with the AzureAD and MSOL modules soon to be deprecated.
You know what, you're the A word...
You're awesome!
Just trying to help my friend😊 thanks for your nice comment
Great video, thanks so much!
Very informative video Andy - many thanks! - MVP, you should get \ be an MBE!
Aw thanks Tony
Great Video Andy. I am considering a career in Product engineering and one of the companies I really want to apply to stated in their requirement for the role that applicant should have experience in PowerShell and Batch. please where can I get started and what should I focus on?
Best place is learn.Microsoft.com 😊
Thank you@@AndyMaloneMVP
Really helpful thank you very much !
You're welcome!
Fantastic presentation andy 🤟
Many thanks I really appreciate that. 😊
great work
Very nice. Thank you!
Our pleasure!
Hi Andy, I've been using O365 for over 10 years as Silver Cloud Partner. Most of my clients are using Azure AD Connect to sync on-premise to O365. I now want to start migrating my smaller clients to Azure AD and remove the onsite physical servers. Do you have a video on this or can you please point me to the appropriate resources.
I’m planning to do one of these soon. In the meantime you have to ask yourself how many users are you dealing with. If it’s a small number I would just create the accounts in Microsoft 365 first. You can then use an IMAP mail migration, PST migration to move email. Alternatively if your clients have exchange you could manage a cut over migration and this would connect to your old servers as well as creating user accounts and mail accounts in Microsoft 365. Then, in the SharePoint admin centre there a selection of migration tools, including file, and folder migration tools. Beyond that I would probably connect your windows 10/11 machines to Azure AD directly. Take a look at some of my videos in the InTune section on my channel. These will help. All the best and thanks for your question, Andy
@@AndyMaloneMVP Thanks for the advice Andy
Hi Andy, I am new to IT field and have started working in Windows Patching and compliance. Does learning Powershell help me in moving to Devops in longterm?
It helps but I’m not in DevOps I’m at it pro but it can’t do no harm
Great video and information
You’re welcome and thanks for the nice comment
Thanks for the video, Andy. Very informative.
I am in the vulnerability remediation (corporate environment). Some PCs do not receive updates or have EOL software like EOL/Obsolete Software: Microsoft Silverlight 5 Detected, Microsoft Edge Based on Chromium Multiple Vulnerabilities, Adobe Security Update for Adobe Acrobat, and Adobe Reader (APSB22-39). I d like to learn how I can use PowerShell to automate vulnerability remediation instead of logging on every PC and running updates, etc. Can you please advise where to look for such information?
Thank you again.
Docs.microsoft.com is the main source of information here
Hundreds of commands to figure out...I tried to get core version but it went back to the old 5.1 version...??
How would you go about removing pre-provision apps, such as Personal Teams(Chat) and such? Thanks for your videos BTW.
Windows 10/11 = Autopilot. You can reset PC's techcommunity.microsoft.com/t5/microsoft-intune-blog/endpoint-manager-simplifies-upgrades-to-windows-11/ba-p/2771886
@@AndyMaloneMVP Thanks for the prompt reply. I've read through your supplied doc and tried Autopilot reset, but the pre-provisioned apps still remains. I'm also using Business Premium and as the docs says; DisableConsumerExperience is not supported for Win11 Pro, only Enterprise and Education. I'm not having any issues with OEM apps at all, clean install. I've seen a lot of people complaining about how bloated Win11 is and some are using different techniques such as set Store apps to Uninstall, a de-bloating Powershell script or a packaged Powershell script as a Win32 app. I was hoping MS could either stop bloating the OS or provide us with a customizable script to remove said pre-provisioned apps. The closest thing to a Powershell script provided by MS is the one provided with the Win10/11 for cloud config guide, but that removes everything it seems, even Notepad and Photos!? I really don't want to be dependent on a 3rd party solution. I've raised a ticked for this today and it will be very interesting what they've got to say about this.
I'm trying to create a C# console app that runs a PS script to create IIS websites and then add virtual directories to the site. The script to create the IIS website works fine but the script to create the virtual directories does nothing (no error). The script to create the virtual directories seems fairly straight forward but just fails.
using System.Management.Automation;
using (PowerShell powershell = PowerShell.Create())
{
string sScript = "";
sScript = sScript + "New-WebVirtualDirectory ";
sScript = sScript + "-Name " + "'Community' ";
sScript = sScript + "-Site " + "'PsTestSite' ";
sScript = sScript + "-PhysicalPath " + "'C:\\inetpub\\Community";
powershell.AddScript(sScript);
powershell.Invoke();
}
Any suggestions for how to get the virtual directory script working?
Try chat got or copilot
I wish I could swiftly understand this for real.
Learn.microsoft.com
Hello Andy, I really enjoy and APPRECIATE you content, it's very very usefull. In the near future will you make some tutorials about Microsoft Dynamics NAV? :P
Thanks so much for the kind comments. Microsoft dynamics I’m afraid is a bit of a specialty, not to mention a mystery to me. I apologise it’s not in my remit. However, there are many channels on dynamics on RUclips. I do hope that your stay for my other content, though, all the best, Andy.
Hi, When I type net session in Powershell, it shows me an SMB connections. Is there a way I can show SSH connection from PowerShell?
Sorry I’m not an expert in this area
Awesome!
Thank you Andy, been secretly hoping for this ❤️
Delighted to hear that. I hope you find it useful 😊👍
You actually managed to get Powershell for Microsoft 365 from Mac working? Is it Apple Silicon? in that case, how?
Works fine for me, yes on Apple Silicon
Hello Sir,
Great content. I'm also planning to start RUclips channel for Microsoft Technology & I have one doubt, how to take permission from Microsoft to upload videos on their topic, as we are taking content from Microsoft articles??
Waiting for your response.
Thank you.
Thanks for the question. Absolutely go for it 😀That's what being a technology evangelist is all about. That's how MVP's are born. Good luck and ping me with the link I'll take a look :-) Good luck!
Nice one mate. Your videos are life saving
Thanks so much I really appreciate your comments. Delighted to have you on board 😊
Powershell isnt already in windows10? Or is this an old video? Im trying to unlock my recently stuck in troubleshooting blue menu pc.
PowerShell is yea but not necessarily the modules
@@AndyMaloneMVPOK, I though i Had taken a peak at it years ago. Can you give me a few pointers where to start after I get pwshl fired up. Pc wont boot into windows. Skype gave me many problems opening and My memory use was at 100 percent. I deleted some software to make some room and restarted. That didnt work anymore. Im trying to learn some new things now that it is needed.
@@captainprototype187 sorry I’m not a support guy. Besides I use a Mac. Although memory running at 100% doesn’t sound right sounds like a virus. Or you need to buy a new machine. A good resource to learn is learn.microsoft.com. You can also find some great PowerShell content on the PowerShellgallery.com
Those checks do not appear to be real, no MICR line!
Hi I have one question if I am a beginner PS users, you suggest juste to use existing script ?
Learn the basic skills. Take a look at docs.Microsoft..,com PowerShell gallery.com is a great resource as well. Good luck 😊
Thanks!
An update for MFA?
Thanks
Dear Andy, Microsoft certified trainer. I would like to say that one of the most important features of Teams and Skype for Business was the possibility to reach the user with a recorded message, if not available, and the recorded message was received by the end user in inbox Outlook as text message or email. Some end users are a little deaf, or struggle to understand recorded messages!
🤠🤠🤠🤠🤠🤠😎😎😎😎
Ok, so I don't know powershell at all, so initially the title "Powershell for Beginners" piqued my interest. Then you say this is for people who already know powershell..confusing...
No, I said that if you know basic DOS and networks g commands then you probably know PowerShell as well. It uses natural language and once you see the pattern, it’s easy to learn.
Yeah, the fun with powershell isn't funny anymore when you need to run scripts as LocalService. Suddenly most of the features like credential store or secure strings don't work.
Powershell still sux, might as well write a fully fledged C++, nearly the same hurdles.
winux? was tha a freudian slip or what? lol
🤪
10-Q
Who uses Skype anymore?
Time traveler’s😀
so fuzzy
This was an early video. My apologies
This information is outdated
half of your presentation is only introduction .. too much
intro is too noisy if I met you in person I would not blast you with an amplifier first and then talk kindly to you next. It's just not the right thing to do lol. have a good day.
Sorry for that
I recently changed my title sequence