Тёмный

Getting setup for PowerShell Development - OLD 

TechThoughts
Подписаться 28 тыс.
Просмотров 30 тыс.
50% 1

I have re-recorded this video with updated content. Check out the updated video here: • Getting setup for Powe...
Learn how to configure and setup your computer for PowerShell Development. In this fourth episode of Learn PowerShell you learn to start coding PowerShell daily with a few free components and easy configuration. Follow along with this video for an easy step-by-step walk-through for getting setup to start writing PowerShell.
Corresponding TechThoughts write-up:
www.techthoughts.info/getting...
Learn PowerShell - Episode 4 - PowerShell Development Setup
Reference PowerShell code examples from this episode:
github.com/techthoughts2/Lear...
Check out the complete Learn PowerShell RU-vid Playlist:
• Learn PowerShell
If you are able, and found this content valuable, please consider a secure donation in the link below. Your contribution helps offset the costs of producing this PowerShell series. Much appreciated!
www.paypal.com/cgi-bin/webscr...
Learn PowerShell online free in this operationally focused PowerShell series. These PowerShell tutorials are designed to get you ramped up and using PowerShell quickly. Each episode provides practical PowerShell examples for using PowerShell in the real world. Whether you are a PowerShell beginner or seeking advance PowerShell training, this Learn PowerShell series covers the topics you'll need to be effective with PowerShell!
#learnPowerShell #PowerShell #PowerShelltraining #PowerShellTutorial

Наука

Опубликовано:

 

27 июл 2019

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 34   
@Techthoughts2
@Techthoughts2 2 года назад
I have re-recorded this video with updated content. Check out the updated video here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-J6mQIISjXFA.html
@farahmohumad5355
@farahmohumad5355 3 года назад
one main thing i like about this series is subtitle thank you bro
@MikeDeVincentis
@MikeDeVincentis 4 года назад
I've been following your powershell videos and I've got to say, these are extremely thought out and are much better than any of the powershell videos in my Pluralsight subscription. I had no idea VS Code existed, but now that I do I know my scripting sessions will be much better than using notepad and looking on Google for examples for what I'm trying to accomplish, just hoping it will work. I feel like I am learning the foundation, which was what I was missing. Looking forward to finishing the series, and will gladly like and subscribe.
@JasonJonesoriginal
@JasonJonesoriginal 3 года назад
I've been reading and watching a lot about powershell and two of your videos have really helped me a lot. You do a great job explaining. Thank you!
@RoyKeaneLRoy
@RoyKeaneLRoy 4 года назад
I honestly enjoy all your videos! please keep bringing this real life experiences of PowerShell and more ! I am now subscribed and I will keep coming to this Chanel for more 😊
@rexjuggler19
@rexjuggler19 4 года назад
These are great!
@shmuel6
@shmuel6 4 года назад
Thanks so much! so helpful!! Please note that at the time of this writing 5/5/2020 that: "powershell.powershellexepath": "C:\\Program Files\\PowerShell\\7\\pwsh.exe", has been replaced with: "powershell.powerShellDefaultVersion": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
@nottjonathan
@nottjonathan 3 года назад
Thank you!
@tomparson6710
@tomparson6710 4 года назад
This is great. Would like to see more about this Visual Studio Code.
@AshraRai
@AshraRai 3 года назад
Thank you. Very helpful video.
@dionysos93120
@dionysos93120 4 года назад
Great tuto, thanks
@Techthoughts2
@Techthoughts2 3 года назад
Here is an updated VSCode JSON configuration if you are running PowerShell 7 and getting setup. Make sure you have the PowerShell Extension installed: marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell Make sure your VSCode json settings look like this: gist.github.com/techthoughts2/46481b4569f063cd632b83e6fd469890 Comment/Uncomment the various sections depending on what version of PowerShell/Operating Systems you have.
@guydude401
@guydude401 3 года назад
What crazy timing. I just started watching this series and here you are adding new content for PS7. Thanks for all your hard work!
@SamB-rk9qb
@SamB-rk9qb 3 года назад
Simply amazing
@abdoulmazidebalde693
@abdoulmazidebalde693 3 года назад
so helpful, thank you for the hardwork even though there are some steps missing about how to use powershell as the default language and using One Dark Pro to get that dark screen...thumb up!!!
@AndrewPayne
@AndrewPayne 4 года назад
great video tutorial - subbed. I have been using Notepad ++ and now Visual Studio Code with Powershell extension is so much easier - thank you! I have tweaked the JSON for the settings and tried to copy your visual settings - any chance you can share your 'LOOK & FEEL' display settings? Cheers :)
@Techthoughts2
@Techthoughts2 4 года назад
Here is a link to my personal VSCode settings: snippets.cacher.io/snippet/aea1bb9e0b1277caa7ac
@kdgr
@kdgr 2 года назад
👍
@farahmohumad5355
@farahmohumad5355 3 года назад
bro will i ? save with CTRL+s or there is other way
@RandomTorok
@RandomTorok 2 года назад
Ok I missed something. I downloaded VSCode, then installed the Powershell Extension. But when I open a file it is not a powershell document.
@chrismcgourty1756
@chrismcgourty1756 2 года назад
Great video, how do you make your cmdlet parameters a different colour? i.e. Get-item -Path c:\fakefile.txt -ErrorAction Stop how can -ErrorAction Stop be the grey that you have in other videos? Thanks.
@felixrosa8904
@felixrosa8904 3 года назад
Hi, I greatly enjoy your PowerShell tutorials. I searched for the PowerShell extension in VS, and I got PwerShell Preview 2020.6.0, I installed it, but it's not performing as per your video instructions. I start typing "Get-..." and nothing happens, no cmdlets; neither when I tried to to perform tab completions. Any advice? Thanks
@Techthoughts2
@Techthoughts2 3 года назад
Make sure you have the PowerShell Extension installed: marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell Make sure your VSCode json settings look like this: gist.github.com/techthoughts2/46481b4569f063cd632b83e6fd469890 Comment/Uncomment the various sections depending on what version of PowerShell/Operating Systems you have.
@williamguru
@williamguru 4 года назад
I installed Visual Studio Code Version 1.41.0 and installed the PowerShell extension. For some reason, IntelliSense will not work. Any suggestions?
@williamguru
@williamguru 4 года назад
Ok, I got it to work by saving the file to a PowerShell extension. I'm leaving this up in case someone else has the same issue.
@QOTSA862
@QOTSA862 4 года назад
Thank you!
@Jerryemcse
@Jerryemcse 4 года назад
thanks so much, I was having the same issue!
@gvozdenrovina3813
@gvozdenrovina3813 3 года назад
save file as powershell file -> example.ps1
@jesusmerchanreina5069
@jesusmerchanreina5069 3 года назад
Great video series mate, thanks! However, when I try to install the PSScriptAnalyzer, it throws this: PS C:\Windows\system32> install-module psscriptanalyzer install-module : The 'install-module' command was found in the module 'PowerShellGet', but the module could not be loaded. For more information, run 'Import-Module PowerShellGet'. At line:1 char:1 + install-module psscriptanalyzer + ~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (install-module:String) [], CommandNotFoundException + FullyQualifiedErrorId : CouldNotAutoloadMatchingModule
@Techthoughts2
@Techthoughts2 3 года назад
I'm not sure why buy your PowerShellGet module is not automatically importing. You need to explicitly import it and then install the module. Import-Module PowerShellGet Install-Module PSScriptAnalyzer
@atthegametime-2697
@atthegametime-2697 3 года назад
I'm completely new to Powershell and VS and tried setting it up the way you show in the video. However, my intellisense doesn't seem to work. Any suggestions?
@Techthoughts2
@Techthoughts2 3 года назад
Make sure you have the PowerShell Extension installed: marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell Make sure your VSCode json settings look like this: gist.github.com/techthoughts2/46481b4569f063cd632b83e6fd469890 Comment/Uncomment the various sections depending on what version of PowerShell/Operating Systems you have.
@samalhusam983
@samalhusam983 4 года назад
how can I install NuGet to Microsoft Powershell I tried from powershell cmd but it does not work?
@RK-ly5qj
@RK-ly5qj 4 года назад
Ive done axacly as u in jason section and for me doesnt work - powershell 7
Далее
Taking Control with PowerShell Logic
27:57
Просмотров 27 тыс.
Getting setup for PowerShell Development
18:42
Просмотров 17 тыс.
1❤️
00:17
Просмотров 8 млн
Лайфхак с колой не рабочий
00:16
Просмотров 168 тыс.
Learn PowerShell in Less Than 2 Hours
1:48:21
Просмотров 240 тыс.
PowerShell Functions
36:06
Просмотров 42 тыс.
I've been using Redis wrong this whole time...
20:53
Просмотров 334 тыс.
Learning Awk Is Essential For Linux Users
20:02
Просмотров 287 тыс.
Windows PowerShell [01] Introduction
22:43
Просмотров 358 тыс.
PowerShell Scripts
49:37
Просмотров 80 тыс.
The Tragedy of systemd
47:18
Просмотров 1,1 млн
Linux on Windows......Windows on Linux
23:54
Просмотров 109 тыс.
Learn and use PowerShell with just three commands
16:08
Windows PowerShell [04] Variables, Types & PSDrives
19:36
ОБСЛУЖИЛИ САМЫЙ ГРЯЗНЫЙ ПК
1:00