TechThoughts
TechThoughts
  • Видео 41
  • Просмотров 2 114 570
PowerShell Modules
Learn how to both use and create PowerShell Modules. Discover what components make up a PowerShell module. See how to discover modules, install modules, and import PowerShell modules. Watch as I take a fully functional PowerShell module and walk through how to publish it to the PowerShell Gallery.
Corresponding TechThoughts write-up:
www.techthoughts.info/powershell-modules
▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
00:00 - Intro
00:42 - Starting with a script
03:24 - PowerShell Module - psm1
05:51 - PowerShell Module Manifest - psd1
10:08 - PowerShell Repository - PSGallery
11:16 - Find-Module
12:02 - Install-Module
13:33 - Manually installing PowerShell modules - $env:PSModulePath
17:04 - Save-Module
19:50...
Просмотров: 12 316

Видео

Getting setup for PowerShell Development
Просмотров 18 тыс.2 года назад
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-setu...
PowerShell History and Current State
Просмотров 11 тыс.2 года назад
Learn where PowerShell is today, and where it is headed tomorrow. In this third episode of Learn PowerShell you'll take a brief look at PowerShell history, and then explore the current and future state of PowerShell. You'll also get some insight into the different versions of PowerShell including Windows PowerShell 5.1 vs PowerShell 6 . Corresponding TechThoughts write-up: www.techthoughts.info...
Learn and use PowerShell with just three commands
Просмотров 54 тыс.2 года назад
Learn PowerShell by leveraging three basic PowerShell commands. In this first episode of Learn PowerShell you'll be introduced to some of the PowerShell basics to get you using PowerShell quickly. Start by learning just three cmdlets that open the power of PowerShell! Corresponding Techthoughts write-up: www.techthoughts.info/learn-and-use-powershell-with-just-three-commands ▬ Contents of this ...
Manage Cloud with PowerShell
Просмотров 10 тыс.3 года назад
Learn how to manage cloud with PowerShell on major cloud providers such as AWS, Azure, and Google Cloud. Discover how to authenticate your PowerShell session to your cloud account and then create and manage resources. See how you can use PowerShell to harness the power of the cloud! I wrap up this episode with a fully working example of creating and securing cloud resources demoing AWS and Azur...
PowerShell Functions
Просмотров 42 тыс.4 года назад
Learn how to work with PowerShell Functions. In this episode of Learn PowerShell I dive into what makes up a PowerShell Function. Discover the difference between an advanced and standard PowerShell function. I also tackle the question of why you might write a PowerShell Function vs PowerShell Script. Go beyond theory - this episode uses real life fully functional PowerShell Functions to explore...
PowerShell Scripts
Просмотров 80 тыс.4 года назад
Learn how to create and run PowerShell Scripts. In this episode of Learn PowerShell I live code a PowerShell script from start to finish. Follow along to see the thought process and workflow that goes into scripting PowerShell solutions and writing your own PowerShell scripts. Corresponding TechThoughts write-up: www.techthoughts.info/powershell-scripts ▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬ 00:00...
PowerShell Remoting
Просмотров 70 тыс.4 года назад
Learn how to manage remote devices in your environment with PowerShell remoting. Connect to one or hundreds of devices using the power of PowerShell! I demo how to remotely manage Windows devices via WinRM and show you Linux to Linux over PowerShell using ssh. You'll learn how to create sessions to individual as well as multiple devices. Wrap up with a practical example where you can audit your...
PowerShell Errors and Exceptions Handling
Просмотров 29 тыс.4 года назад
Learn how to handle PowerShell Errors and Exceptions. See how to recognize and deal with non-terminating and terminating PowerShell errors. Take control and handle various errors with try catch. Explore rich PowerShell error objects and see how to drill down into error properties. Wrap up with a practical example where you can provide better feedback to your users when your PowerShell code enco...
PowerShell Input & Output
Просмотров 25 тыс.4 года назад
Learn how to take in more dynamic PowerShell input and generate various types of PowerShell output. Take more control of your PowerShell Input & Output in this short video demo. See examples of how to prompt for user input, retrieve information from the web, and use PowerShell to get file content as your input. Wrap up with various demos on how to output to console and file. Corresponding TechT...
Learn PowerShell - Video & Blog Series
Просмотров 46 тыс.4 года назад
Learn PowerShell in this operationally focused blog and video series. This PowerShell training series is designed to get you ramped up and using PowerShell quickly. Learn PowerShell your way with both video and blog available for each PowerShell topic. Corresponding TechThoughts blog series: www.techthoughts.info/learn-powershell-series/ Check out the complete Learn PowerShell RUclips Playlist:...
Taking Control with PowerShell Logic
Просмотров 28 тыс.4 года назад
Learn how to enhance your PowerShell by using PowerShell logic controls. See examples of PowerShell if, elseif, conditional tests, loops, and switches. I walk-through each logic control and demo an example. Finish this lesson of with a real world practical example that shows you how to combine PowerShell logic controls together to create powerful results! Corresponding TechThoughts write-up: ww...
Working With PowerShell Variables
Просмотров 38 тыс.4 года назад
Learn how to use and work with PowerShell variables. See different PowerShell variable types, and how to identify them. Learn how to get a list of PowerShell constant and environment variables. I'll demo how to strongly type variables, and how different types of quotes can impact PowerShell variable use. Finish this lesson off with an easy how to example that demos PowerShell use in the real wo...
Getting setup for PowerShell Development - OLD
Просмотров 30 тыс.4 года назад
I have re-recorded this video with updated content. Check out the updated video here: ruclips.net/video/J6mQIISjXFA/видео.html 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...
PowerShell History and Current State - OLD
Просмотров 23 тыс.4 года назад
PowerShell History and Current State - OLD
Working with the PowerShell Pipeline
Просмотров 88 тыс.5 лет назад
Working with the PowerShell Pipeline
Learn and use PowerShell with just three commands - OLD
Просмотров 251 тыс.5 лет назад
Learn and use PowerShell with just three commands - OLD
Does the HTPC still make sense vs streaming devices and smart TVs?
Просмотров 26 тыс.5 лет назад
Does the HTPC still make sense vs streaming devices and smart TVs?
PoshGram - a PowerShell module for sending Telegram messages
Просмотров 7 тыс.5 лет назад
PoshGram - a PowerShell module for sending Telegram messages
How to Create a Telegram Bot and Send Message via bot API
Просмотров 106 тыс.5 лет назад
How to Create a Telegram Bot and Send Message via bot API
Learn to Subnet - Video 3 - Starting to Subnet
Просмотров 1,2 тыс.6 лет назад
Learn to Subnet - Video 3 - Starting to Subnet
Learn to Subnet - Video 2 - Subnetmask, IP Classes
Просмотров 1,3 тыс.6 лет назад
Learn to Subnet - Video 2 - Subnetmask, IP Classes
Learn to Subnet - Video 1 - Binary Decimal Conversion
Просмотров 2,6 тыс.6 лет назад
Learn to Subnet - Video 1 - Binary Decimal Conversion
dbx 286s Review - Enhance Your Audio
Просмотров 3,8 тыс.6 лет назад
dbx 286s Review - Enhance Your Audio
Managing windows devices and Hyper-V hosts with CredSSP
Просмотров 15 тыс.6 лет назад
Managing windows devices and Hyper-V hosts with CredSSP
Samsung Gear Sport Tech Fitness Review
Просмотров 21 тыс.6 лет назад
Samsung Gear Sport Tech Fitness Review
Backup Synology to cloud with Synology Azure Backup
Просмотров 16 тыс.6 лет назад
Backup Synology to cloud with Synology Azure Backup
Diag-V - A Hyper-V Diagnostic Utility
Просмотров 1,8 тыс.6 лет назад
Diag-V - A Hyper-V Diagnostic Utility
Synology SSD Cache Setup and Testing
Просмотров 95 тыс.6 лет назад
Synology SSD Cache Setup and Testing
Virtualization Home Lab Guide
Просмотров 801 тыс.7 лет назад
Virtualization Home Lab Guide

Комментарии

  • @kevinkelley9030
    @kevinkelley9030 3 дня назад

    You should become a school teacher you sure waste a lot of time before you even teach anybody anything

  • @kevinkelley9030
    @kevinkelley9030 3 дня назад

    None of your commands work on UEFI interactive shell v2.2 MSI

  • @Solar_and_Security
    @Solar_and_Security 20 дней назад

    I first came across this video seven years ago, when I was just starting out. I thought to myself, am I sure I want to go down this path...... It popped up in my feed again, and what a difference seven years makes. This time watching through I thought I'd write a comment and say this time I understood everything you were saying, and have a very comparable homelab set up now (with a bit newer gen Dells) Thanks for the video. Hope you're doing well!

  • @sunset203
    @sunset203 Месяц назад

    From a text file I want to import the information into an Excel box to fill in certain set fields. Is it possible to do that? Thanks!

  • @hectorhernandez7519
    @hectorhernandez7519 2 месяца назад

    Hello Jake, I Just want to said Thank you and congratulations, you have the Knowledge and very important you know how to project your knowledge well so anyone interesting in learning Powershell can understand it. 100% Great Tutorials.

  • @Diabloisbackk
    @Diabloisbackk 2 месяца назад

    HOW CAN I FIX THIS ERROR ??? Windows PowerShell is not properly responding. check if it is working, and not locked in Constrained Language Mode.

  • @BeninChurchil
    @BeninChurchil 2 месяца назад

    We have an old Hyper-V 2012 R2 Core, I can't connect it with Windows 10 it says it not supported how can I manage it ?

  • @reynaldoruizflores
    @reynaldoruizflores 2 месяца назад

    What about PowerShell Graph?

  • @ShivaBhardwaj-no3yu
    @ShivaBhardwaj-no3yu 2 месяца назад

    Hello, Thanks for the great Tutorial. I have two questions: 1Q. When I am typing $item.PSIsContainer, why IDE is not giving me suggestions for PSIsContainer? I just typed it manually as per video? 2Q. In this line "$largeProcesses = @()". That's how we create empty object in Powershell? Thanks!

  • @dilatedconciousness
    @dilatedconciousness 2 месяца назад

    Very good

  • @kpakfar
    @kpakfar 3 месяца назад

    I did the same bit get: {"ok":false,"error_code":401,"description":"Unauthorized"}

  • @gabrielbrandaoscarpati2897
    @gabrielbrandaoscarpati2897 3 месяца назад

    great video

  • @keithelder
    @keithelder 3 месяца назад

    I used their calculator online and it said it would cost $30k a month to store 4tb

  • @z3lt0
    @z3lt0 4 месяца назад

    Hello man, this playlist is amazing. Question what's the extension for splatting? tks

  • @user-zj1go7wn9i
    @user-zj1go7wn9i 4 месяца назад

    This is the most comprehensive lesson and valuable and also the most motivated one, so thank you.

  • @user-zj1go7wn9i
    @user-zj1go7wn9i 4 месяца назад

    Thank you.

  • @sathishkumar-qz3lz
    @sathishkumar-qz3lz 4 месяца назад

    Useful video, nice explanation though

  • @kafkakos3618
    @kafkakos3618 4 месяца назад

    Best video on PowerShell on YT - cheers mate

  • @user-fj9lc5vm6r
    @user-fj9lc5vm6r 4 месяца назад

    I wanted to ask if there is an easy way to switch between Powershell and Powershell core in the same script? At this moment I use the Powershell 5 in a script and if I want to use modules for Powershell core, I use this code --> pwsh.exe { Powershell core code } But it doesn't work always as expected. Any suggestions?

  • @user-zj1go7wn9i
    @user-zj1go7wn9i 4 месяца назад

    Thank you that was awesome...

  • @acemusiq900
    @acemusiq900 4 месяца назад

    Hell of a tutorial and to match powershell with the GUI was genius

  • @JJMiddleditch
    @JJMiddleditch 5 месяцев назад

    Thanks for this.

  • @midnightblack9352
    @midnightblack9352 5 месяцев назад

    What a package! Great material and delivery! Thank you very much!

  • @joliluddin17
    @joliluddin17 6 месяцев назад

    not fix {"ok":false,"error_code":403,"description":"Forbidden: bot can't send messages to bots"}

  • @UKTECHNOLOGIESCOM
    @UKTECHNOLOGIESCOM 6 месяцев назад

    Well done... Very nice explanation

  • @SJ-nu1ou
    @SJ-nu1ou 6 месяцев назад

    This is over a year old but I'm just learning and would like to know how I can suppress the yes no prompt and install modules on a remote machine. This is becoming more and more common in my team and I have no idea how to do it.

  • @elvinmoldez
    @elvinmoldez 6 месяцев назад

    Thank you! Amazing tutorial!

  • @budcarr8673
    @budcarr8673 8 месяцев назад

    Pipeline is 🤴

  • @budcarr8673
    @budcarr8673 8 месяцев назад

    Gr8 video !

  • @AnthonySchattenberg
    @AnthonySchattenberg 8 месяцев назад

    Man, I am kind of new to powershell and I am in love with what you are doing in your videos. Thank you so much !!!!!

  • @AnthonySchattenberg
    @AnthonySchattenberg 8 месяцев назад

    Hi, This video series is truly awesome, thank you very much, great great job !!!! It is such a pleasure to learn from you

  • @johndaugherty7779
    @johndaugherty7779 9 месяцев назад

    Please! Is there a way to open all word docs in a folder at once in PS? I can't find an answer anywhere. Thank you. Love the series.

  • @amarchougale9471
    @amarchougale9471 10 месяцев назад

    Really well explained

  • @__abel_bg
    @__abel_bg 10 месяцев назад

    Superb! Very well explained. Thank you.

  • @Aryan21able
    @Aryan21able 10 месяцев назад

    His home environment has needs more than my ex

  • @roberthatcher6308
    @roberthatcher6308 10 месяцев назад

    Nice and thorough. I would strongly recommend moving that wireless section in the rack to the top and away from any metal close by.

  • @harigpriya7
    @harigpriya7 10 месяцев назад

    while i was trying with this line $objData = $rawJSON | ConvertFrom-Json ... it is throwing below error ''Conversion from JSON failed with error: Unexpected character encountered while parsing value: <. Path '', line 2, position 4.'' what am i doing wrong

  • @bernardw2656
    @bernardw2656 10 месяцев назад

    I was wondering is there a way to use the API token bot to script out doing auto copy from group to group and excluding what you don't want to be copied?

  • @jupiterapollo4985
    @jupiterapollo4985 11 месяцев назад

    Great tutorial, I can finally remote into my machine over Powershell. Something so simple took way too long to figure out... Every other video tutorial or online doc was terrible or couldn't solve the problem I was having. Your video was concise and to the point, and gave clear, step-by-step instructions on what possible issues may arise and how to solve them. Thank you very much!

  • @annoyingprecision2487
    @annoyingprecision2487 11 месяцев назад

    I am strangely addicted to powershell and cmd. Thanks a ton for the videos.

  • @chris8534
    @chris8534 11 месяцев назад

    How I wish the working files were at the github link to follow along.

  • @saptarshimukherjee8447
    @saptarshimukherjee8447 11 месяцев назад

    Thanks for so well detailed tutorial it would help me in one of my projects for sure

  • @SrinivasaRajuVuppalapati
    @SrinivasaRajuVuppalapati Год назад

    I have seen many documentation but the way he explained is spot on what i required. Thanks

  • @GuzzanDj
    @GuzzanDj Год назад

    What vscode theme?

  • @ryanthompson1609
    @ryanthompson1609 Год назад

    Thank you very much for this!

  • @vb9950
    @vb9950 Год назад

    6:44 Line number 20. What is the use of semicolon there? is it kind of terminating character for an expression like in c/c++?

  • @Greenerkev1
    @Greenerkev1 Год назад

    Love it! Learned a lot. Thanks😊

  • @zeroexct
    @zeroexct Год назад

    Great tutorial but the difficulty spike of this from pws logic vid is massive.

  • @safetime100
    @safetime100 Год назад

    very informative, subscribed and liked.

  • @naser1109
    @naser1109 Год назад

    thank you very clear and precise straight to the point keep the good work