PowerShell Module 5: Creating Custom PowerShell Modules

preview_player
Показать описание
Presents a comprehensive coverage of how to create and use PowerShell script modules plus some advanced concepts like creating a module manifest and how to have a module dynamically loads functions from individual script files.
Рекомендации по теме
Комментарии
Автор

3 years later and this is still highly relevant. Thanks for the info!

LagunaDaeron
Автор

I don't think anyone explains this better. Excellent tutorial!

madcasekc
Автор

Hi Bryan - Stumbled across this video and wanted to express appreciation. I'm a OOP coder who's well-versed with PowerShell, but never took the time to learn modules, manifests, and the like the right way. This was an awesome way to "cheat" myself back into compliance! Also, importing as a custom object is an awesome crutch for me to feel better about the inherent sloppiness of scripting! Thanks!!

TheJeremyMorel
Автор

Thank you Bryan from Saudi Arabia. Great lecture

AhmedAli-dzhy
Автор

Love all these little valuable tricks that you're teaching us. Thanks so much!

beelim
Автор

Thanks for all the info, still after 2 years still relevant.

Noviticus
Автор

perfect, as I was trying to do same approach @ 3:50 spot on.... 5:58 it is indeed a library or atleast the way I try to do it that way too breaking it down. I am really happy I stumbled upon this video as I just started doing babysteps towards powershell although I do have small background on programming, going through the video feels like I'm just about to get in to the good part

thx thx

mav
Автор

Thanks for the Powershell series Bryan; this was VERY helpful.

akensturgeon
Автор

This video has great info. Exactly what I needed. Cheers from Colorado!

alextexas
Автор

A brilliant video. Thanks for taking the time to produce and post this.

eespiedrop
Автор

HI, thank you so much. Great, great tutorial!

didier_lu
Автор

That was a good and helpful video, thanks!

michalpardej
Автор

I really love the simplicity of maintaining code with the dot sourcing, but my experience is that when I do a Remove-Module does not take the loaded functions into consideration. I have no idea how that would effect performance with time?

mikaelbackstrom
Автор

Great stuff! I have the book and about to attack it.

johnwells
Автор

In my PS modules, i always throw in the .psd1 and also have that dot sourcing! Or import-module instead of . (Never checked if there are any difference part from been run.. gotta do that i guess 😓)

Putteblaze
Автор

Hi Brian. Great video on PS modules btw. Do you offer any one to one online teachings? Thanks. Nile

skycoolmiles
Автор

The only thing I did not get. was the 'maintainability' as files argument. Wouldn't source control be so much easier?

timothywestern
Автор

In my powershell file First.ps1 i have a Function Sum. In the Second.psm1 module i have the Functions: Sum, Multiply. How to only Import Multiply into First.ps1.

saitt
Автор

I owe you a beer, may two. You saved me so much time. You are an excellent instructor. Where can I find the udm_utility.psm1? Keep broadcasting!!

GeekMustHave
Автор

Show-command not working in my system, any specific reason for that and how to fix it?

iswatibaranwal