Dargslan.WinBranchCache.psd1

@{
    RootModule = 'Dargslan.WinBranchCache.psm1'
    ModuleVersion = '1.0.0'
    GUID = 'bf792c88-ed20-4313-a394-879e986a11be'
    Author = 'Dargslan'
    CompanyName = 'Dargslan'
    Copyright = '(c) 2026 Dargslan. All rights reserved.'
    Description = 'Windows BranchCache audit toolkit — cache status, hosted mode, distributed mode, content servers, bandwidth savings'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-BranchCacheAudit')
    CmdletsToExport = @()
    VariablesToExport = @()
    AliasesToExport = @()
    PrivateData = @{
        PSData = @{
            Tags = @('branchcache', 'cache', 'bandwidth', 'wan', 'optimization', 'sysadmin', 'dargslan', '2026')
            LicenseUri = 'https://opensource.org/licenses/MIT'
            ProjectUri = 'https://dargslan.com'
            IconUri = 'https://dargslan.com/favicon.ico'
            ReleaseNotes = 'Dargslan.WinBranchCache 1.0.0 — 2026 Edition. Part of the Dargslan Windows Admin Toolkit (140 modules). Visit https://dargslan.com for more.'
        }
    }
}