Intune-PowerShell-SDK/PowerShellModuleAdditions
Rohit Ramu c8283280e4 Generated SDK for 1907 2019-07-10 20:58:47 -07:00
..
CustomModules Fix Get-MSGraphAllPages 2018-10-23 21:05:43 -07:00
GraphSchema.csdl Generated SDK for 1907 2019-07-10 20:58:47 -07:00
LICENSE.txt Simplify project structure 2018-08-09 17:06:02 -07:00
README.md Simplify project structure 2018-08-09 17:06:02 -07:00
Third Party Notices.txt Simplify project structure 2018-08-09 17:06:02 -07:00

README.md

PowerShellModuleAdditions

Allows the generated cmdlets to be augmented with custom hand-crafted cmdlets.

In order to add a new set of PowerShell cmdlets:

  1. Add hand-crafted cmdlets to the 'CustomModules' folder in a '.psm1' file
    • Create subfolders to organize these '.psm1' files
  2. Add the relative path of the new file as an entry at the bottom of the 'PowerShellGraphSDK.psd1' file in the 'NestedModules' array