PnP-Powershell.psd1
|
@{ RootModule = 'PnP-Powershell.psm1' ModuleVersion = '1.0.0' GUID = 'eeceec3b-64e3-44a7-b7a2-ff947263793a' Author = 'Jamie Brooks' CompanyName = 'Jamie Brooks' Copyright = '(c) Jamie Brooks. All rights reserved.' Description = 'Handy utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PnPPowershellStatus', 'Initialize-PnPPowershell') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |