Dargslan.NumaCheck.psd1
|
@{ RootModule = 'Dargslan.NumaCheck.psm1' ModuleVersion = '1.0.0' GUID = '2031e29f-9e3f-481c-a2e8-e837ea19485a' Author = 'Dargslan' CompanyName = 'Dargslan' Copyright = '(c) 2025 Dargslan. All rights reserved.' Description = 'Check NUMA topology and memory node configuration — Part of the Dargslan Windows Admin Tools collection. More at https://dargslan.com' PowerShellVersion = '5.1' FunctionsToExport = @('*') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('linux', 'numa', 'topology', 'memory', 'sysadmin', 'performance', 'server', 'windows', 'sysadmin', 'dargslan', 'devops', 'administration') LicenseUri = 'https://github.com/Dargslan/powershell-admin-scripts/blob/main/LICENSE' ProjectUri = 'https://dargslan.com' IconUri = 'https://dargslan.com/assets/img/dargslan-icon.png' ReleaseNotes = 'Part of the Dargslan Admin Tools suite. Visit https://dargslan.com for documentation, free cheat sheets, and Linux/DevOps eBooks.' } } } |