YokoRUMsetPC.psd1
@{ RootModule = 'YokoRUMsetPC.psm1' ModuleVersion = '1.0.0.0' GUID = 'a4d6283b-3600-48dd-8f66-389451f1e2e4' Author = 'chxus' CompanyName = 'CHXOFT' Copyright = '© 2025. All rights reserved.' Description = 'Private Yokohama IT module for setup Desktop or Laptop PC.' CompatiblePSEditions = @( 'Core', 'Desktop' ) PowerShellVersion = '5.1' PowerShellHostName = 'ConsoleHost' PowerShellHostVersion = '5.1.2' DotNetFrameworkVersion = '4.8' CLRVersion = '4.0' ProcessorArchitecture = 'None' RequiredModules = @() RequiredAssemblies = @() ScriptsToProcess = @() TypesToProcess = @() FormatsToProcess = @() NestedModules = @() FunctionsToExport = @() # FunctionsToExport = @( # 'Get-HWIDcsv', # 'Set-YokoPC' #) CmdletsToExport = @( 'Get-HWIDcsv', 'Set-YokoPC' ) VariablesToExport = '*' AliasesToExport = '*' # DSCResourcesToExport = '' ModuleList = @() FileList = @() PrivateData = @{ PSData = @{ Tags = @('Yokohama') # LicenseUri = '' # ProjectUri = '' IconUri = 'https://s.gravatar.com/avatar/0ffb90d5017656ab55ac286c80f900a3?s=80' ReleaseNotes = 'First release.' } } } |