


This is PowerShell introduction module. It explains advanced functions and CI/CD integrations.
You can install this module from PowerShell Gallery (preferred way) or by cloning GitHub repository.Module is tested both on Windows PowerShell and PowerShell Core.
Find-Module SE.IntroModule-Repository PSGallery|Install-Module-Scope CurrentUser-Force
git clone https://github.com/iricigor/SE.IntroModule.git# Clone this repositoryImport-Module .\EasyAzureFunction\SE.IntroModule.psd1-Force# Import module
Here are two commands for quick start with this module:
Get-Command-Module SE.IntroModule# for list of all commandsGet-Command-Module SE.IntroModule|Get-Help| Select Name, Synopsis# for explanation on all commands
For list of examples, run
Get-HelpGet-Square-ExamplesGet-HelpGet-Cube-Examples