PnPPowershell.psd1
|
@{ RootModule = 'PnPPowershell.psm1' ModuleVersion = '1.0.0' GUID = 'b4b06536-b539-408f-bd1c-ff25e907c208' Author = 'Blake Reed' CompanyName = 'Blake Reed' Copyright = '(c) Blake Reed. All rights reserved.' Description = 'Small toolkit' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PnPPowershellStatus', 'Initialize-PnPPowershell') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |