YokoRUMsetPC.psd1
@{ RootModule = 'YokoRUMsetPC.psm1' ModuleVersion = '1.0.3.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 = @( 'Export-HWIDtoINTUE', 'Install-SerbianLanguage', 'Install-M3', 'Open-PublicITfolder', 'Install-Printer', 'Set-MFA', 'Format-RegionalCulture', 'Set-YokoPC', 'Set-AllInOne' ) CmdletsToExport = @( 'Export-HWIDtoINTUE', 'Install-SerbianLanguage', 'Install-M3', 'Open-PublicITfolder', 'Install-Printer', 'Set-MFA', 'Format-RegionalCulture', 'Set-YokoPC', 'Set-AllInOne' ) VariablesToExport = '*' AliasesToExport = '*' # DSCResourcesToExport = '' ModuleList = @() FileList = @() PrivateData = @{ PSData = @{ Tags = @('Yokohama') # LicenseUri = '' # ProjectUri = '' IconUri = 'https://s.gravatar.com/avatar/0ffb90d5017656ab55ac286c80f900a3?s=80' ReleaseNotes = 'Total remake of module,' } } } |