EndpointTroubleshooter.psd1
|
@{ RootModule = 'EndpointTroubleshooter.psm1' ModuleVersion = '0.1.0' GUID = 'cbaf9512-fa3c-41e2-a428-cb5436796229' Author = 'AliKoc' CompanyName = 'AliKoc' Copyright = '(c) 2026 AliKoc. All rights reserved.' Description = 'GUI-based endpoint troubleshooting toolkit for Microsoft Defender for Endpoint, Intune, enrollment, firewall, proxy and Windows endpoint diagnostics.' PowerShellVersion = '5.1' CLRVersion = '4.0' FunctionsToExport = @('Start-EndpointTroubleshooter') CmdletsToExport = @() VariablesToExport = '*' AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('Defender','MDE','Intune','Endpoint','Troubleshooting','Security','Windows') LicenseUri = 'https://opensource.org/licenses/MIT' ProjectUri = 'https://github.com/alikoc93/EndpointTroubleshooter' ReleaseNotes = 'Initial module package for local testing. Includes Start-EndpointTroubleshooter GUI launcher.' } } } |