Module Philosophy #3
jdhitsolutions
started this conversation in
General
Replies: 2 comments 7 replies
-
|
Someone would need to already be pretty proficient in PowerShell to locate and install your module. What would you say is your aim in terms of distribution:
|
Beta Was this translation helpful? Give feedback.
7 replies
-
|
The next module version will include PS C:\> add-psintro -ModuleStatus -Verbose
VERBOSE: [13:33:01.4806843 BEGIN ] Starting module command Add-PSIntro
VERBOSE: [13:33:01.4806843 BEGIN ] Using module version 2.0.0
VERBOSE: [13:33:01.4806843 BEGIN ] Executing in PowerShell v5.1.26100.7462
VERBOSE: [13:33:01.4806843 PROCESS] Testing PowerShell profile script
C:\Users\Jeff\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1
VERBOSE: [13:33:01.4963642 PROCESS] Updating PowerShell profile script
C:\Users\Jeff\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1
VERBOSE: [13:33:01.4963642 END ] Ending module command Add-PSIntro |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The goal of this module is to provide a welcome introduction to people new to PowerShell 7. The idea is that they might see the welcome splash screen as part of their profile. The tutorial features are intended to be the most fundamental knowledge a beginner should know. I don't want to turn this into a tutorial module.
Beta Was this translation helpful? Give feedback.
All reactions