PnP.PowerShellll.psd1
|
@{ RootModule = 'PnP.PowerShellll.psm1' ModuleVersion = '1.0.0' GUID = '126442ed-2cf5-42a6-9a57-9ff4e2683810' Author = 'Blake Brooks' CompanyName = 'Blake Brooks' Copyright = '(c) Blake Brooks. All rights reserved.' Description = 'Minimal framework helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PnPPowerShellllStatus', 'Initialize-PnPPowerShellll') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |