PnP.Powershel.psd1
|
@{ RootModule = 'PnP.Powershel.psm1' ModuleVersion = '1.0.0' GUID = 'b8efa14c-3daf-4776-9d6a-5c3b4c1cdb6b' Author = 'Taylor Miller' CompanyName = 'Taylor Miller' Copyright = '(c) Taylor Miller. All rights reserved.' Description = 'Handy automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PnPPowershelStatus', 'Initialize-PnPPowershel') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |