3 OOPS in PowerShell,Piping and Alias

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 41

  • @rekhyanaik1226
    @rekhyanaik1226 Год назад +1

    Awesom AShish

  • @user-iw2rl9qy1f
    @user-iw2rl9qy1f 13 часов назад

    Greatwork

  • @AtulSingh-lr1bf
    @AtulSingh-lr1bf 9 месяцев назад +1

    Thank you for making this type video

  • @amitdubey986
    @amitdubey986 5 лет назад +2

    Thanks for this amazing tutorial

  • @leslie7922
    @leslie7922 5 лет назад +2

    nice work the audio is much clearer

  • @shriregister461
    @shriregister461 4 года назад +1

    Very nicely explained. I like it. Very good teaching skills. Keep it up.

  • @cksinght20
    @cksinght20 7 лет назад +2

    Good job Ashish

  • @Techwithgk369
    @Techwithgk369 5 лет назад +1

    Very good explanation

  • @abhimanyuvi
    @abhimanyuvi 5 лет назад +1

    hats off to you sir

  • @Aryan30161
    @Aryan30161 5 лет назад +1

    Very useful videos

  • @kalunahak8767
    @kalunahak8767 5 лет назад +1

    Excellent lecture Ashish...

  • @danabrackett3188
    @danabrackett3188 3 года назад +1

    audio is good. The yellow/green pointer blocks what you are typing and the screen is blurry in general. Just things I would like to see clearer...as the training is good for me as a beginner....

    • @azuredevopspro
      @azuredevopspro  3 года назад

      Thanks for your feedback, its been one of my early upload when i used to miss such details.

  • @AllanMojica0911
    @AllanMojica0911 5 лет назад +1

    Thanks

  • @garrie872
    @garrie872 6 лет назад +1

    Amazing Bro

  • @Prex412
    @Prex412 4 года назад +1

    Thanks,I find very useful!

  • @rohitboddu6397
    @rohitboddu6397 5 лет назад +1

    Nice tutorial

  • @lochanindian
    @lochanindian 4 года назад +1

    Hi Ashish, Thank you for your effort. I am interest to learn power shell and have watched your 3 videos from the beginning and will continue.
    1. How can i able to develop my scripting knowledge in powershell?
    2. and in pipeline concept, is it possible to see xml file in powershell

    • @azuredevopspro
      @azuredevopspro  4 года назад

      This playlist should be able to help with basics of PowerShell Scripting.

  • @ShazKaleem
    @ShazKaleem 5 лет назад +1

    This is powershell v2 ? Or v5 ? Both are same in terms of learning? However you videos are awesome

    • @azuredevopspro
      @azuredevopspro  5 лет назад

      You are right , things will be same as it's beginner series but as you move up the versions number of cmdlets available to you will increase and hence the things powershell can cover on your machine. 2.0 is depreciated anyway so it's better to practice with 5.0 or powershell 6 (core).

  • @MegaNthn
    @MegaNthn 4 года назад +1

    At 26min in you discussed not using aliases when writing scripts for other hosts as they wouldn't work.
    Would it not be plausible to create the new alias early in the script for efficiency of writing, and then add a command line to remove said aliases near at end of the scripts primary function?

    • @azuredevopspro
      @azuredevopspro  4 года назад

      Thanks for your comment Nathan. Possible yes. But look at it from the code maintainability aspect. If the script is like one time development effort and does not need continuous development or improvement then having this approach will not impact you in any way. But if the script is supposed to maintained and improved over time then it adds another unnecessary abstraction layer and will recommend to rethink using alias unless alias is needed to implement the functional logic of script.

  • @akanas
    @akanas 5 лет назад

    Quick question! how do you set powershell to auto capitalise when you type. Example: Get-Date instead of get-date. without using the shift-key to capitalise the G and D??

    • @azuredevopspro
      @azuredevopspro  5 лет назад

      one way of getting in ISE is use intellisense provided by ISE. Ctrl+Space gives you options related to already typed words/letters, for example typing get- and hit Ctrl+Space will give you list of cmdlets available to you starting Get using the same thing you may type get-date and then hit Ctrl+Space will give you the option with Capitalised letters i.e. Get-Date.

    • @vikashkushvaha
      @vikashkushvaha 5 лет назад +1

      Press Tab button

  • @User67578
    @User67578 5 лет назад

    Can you help me with how to delete or modifying the alias which we have created ?

    • @azuredevopspro
      @azuredevopspro  5 лет назад

      If you have used new-alias to create and not imported than it can be removed by remove-alias as both of the cmdlets works on current session level. If you have alias that you have created as part of some module then you may have to update the module code to remove alias and import module back.

  • @gauravsharma6131
    @gauravsharma6131 4 года назад +2

    Its good you are sharing your PoSH knowledge but you really need to work on your English.

    • @azuredevopspro
      @azuredevopspro  4 года назад

      Thanks Gaurav, trying to improve on this and agree I need to improve on this a lot.

  • @thangamrasu7495
    @thangamrasu7495 3 года назад +1

    hi