Skip to content

Custom PowerShell profile with modular setup. Install and manage your own PowerShell modules and profile configuration.

Notifications You must be signed in to change notification settings

soft2help/powershell-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How install own modules in powershell for all users

Usually i need to have my own functions in powershell that help me solve some basic things like:

  • Open a terminal with admin rights
  • Execute a script with admin rights
  • ...

You can put anything that you want and organize the files in any way. for this you should add or remove ps1 files inside modulos folder.

To install profile you should run installPowerShellProfile.ps1 with admin rights, you should be inside folder where you clone the project, and execute the instruction

.\installPowerShellProfile.ps1

After that you can reload your powershell session or close poweshell window and reopen it again.

If you want to know more about profile and modules you can consult the image bellow Tutorial about create profile in powershell

About

Custom PowerShell profile with modular setup. Install and manage your own PowerShell modules and profile configuration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published