JRE-Modules.psd1
|
@{ RootModule = 'JRE-Modules.psm1' ModuleVersion = '1.0.1' GUID = 'a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6' Author = 'ZeienKyle' CompanyName = 'J-Ranck-Electric' Copyright = '(c) ZeienKyle. All rights reserved.' Description = 'A comprehensive collection of PowerShell modules for Azure, Microsoft 365, and WSL-Kali administration.' PowerShellVersion = '5.1' NestedModules = @( # 'microsoft-365/SharePointSearchHelpers.psm1' 'azure/Detonate-VM.psm1' 'wsl-kali/JRE-DetonateKali.psm1' ) FunctionsToExport = @( # SharePoint Search Helpers # 'JRE-SearchDeletedItem' # 'JRE-RestoreDeletedItem' # 'JRE-SearchDocumentLibrary' # Azure 'JRE-AzureDetonateVmHelp' 'JRE-AzureDetonateVmCreate' 'JRE-AzureDetonateVmRemove' # WSL Kali 'JRE-KaliHelp' 'JRE-KaliSetup' 'JRE-KaliExport' 'JRE-KaliImport' 'JRE-KaliReset' ) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @( 'JRE' 'Administration' ) ProjectUri = 'https://github.com/J-Ranck-Electric/powershell-scripts' ReleaseNotes = 'Composite module containing SharePoint, Azure, and WSL-Kali administration tools.' Prerelease = 'rc9' } } } |