Skip to content

Commit

Permalink
added psd details
Browse files Browse the repository at this point in the history
  • Loading branch information
ocomes committed Jan 8, 2024
1 parent 9efeeeb commit 9f27412
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion powershell_utilities.psd1
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
RootModule = 'powershell_utilities.psm1' # This points to local PSM1 module
Description = 'Set of powershell utilities.'
FunctionsToExport = '*' # This will export all functions as commandlets
FunctionsToExport = '*' # This will export all functions as commandlets
ModuleVersion = '1.0'
Author = 'Onofrio Comes'
CmdletsToExport = '*'
VariablesToExport = '*'
AliasesToExport = '*'

0 comments on commit 9f27412

Please sign in to comment.