Dargslan.NfsHealth.psd1
|
@{ RootModule = 'Dargslan.NfsHealth.psm1' ModuleVersion = '1.0.0' GUID = '36e854ff-b9df-447b-b7a4-1f0968ff6704' Author = 'Dargslan' CompanyName = 'Dargslan' Copyright = '(c) 2025 Dargslan. All rights reserved.' Description = 'Check SMB/CIFS share health and NFS client status — Part of the Dargslan Windows Admin Tools collection. More at https://dargslan.com' PowerShellVersion = '5.1' FunctionsToExport = @('*') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('nfs', 'network-filesystem', 'mount', 'storage', 'linux', 'sysadmin', 'devops', '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.' } } } |