YokoRUMsetPC.psd1
@{ RootModule = 'YokoRUMsetPC.psm1' ModuleVersion = '1.0.3.6' 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 = @( 'Microsoft.Graph.Intune') RequiredAssemblies = @() ScriptsToProcess = @() TypesToProcess = @() FormatsToProcess = @() NestedModules = @() FunctionsToExport = @( 'Get-Answer', 'Disable-TaskView', 'Set-AutoTImeZoneAndEnableDotNET3.5', 'Enable-DeleteConfirmation', 'Get-UrlStatusCode', 'Test-InternetConnection', 'Export-HWIDtoINTUE', 'Enable-dotNet3.5', 'Install-SerbianLanguage', 'Open-PublicFolder', 'Install-M3', 'Install-Printer', 'Set-MFA', 'Show-TrayIcon', 'Move-TaskBar', 'Enable-DesktopIcon', 'Format-RegionalCulture', 'Set-YokoPC', 'Set-AllInOne', 'Reset-PrinterSpooler', 'Install-TotalCommander11.55' ) CmdletsToExport = @( 'Export-HWIDtoINTUE', 'Enable-dotNet3.5', 'Install-SerbianLanguage', 'Open-PublicFolder,' 'Install-M3', 'Install-Printer', 'Set-MFA', 'Format-RegionalCulture', 'Move-TaskBar', 'Enable-DeleteConfirmation', 'Reset-PrinterSpooler', 'Install-TotalCommander11.55', 'Set-YokoPC' ) VariablesToExport = '*' AliasesToExport = '*' # DSCResourcesToExport = '' ModuleList = @() FileList = @() PrivateData = @{ PSData = @{ Tags = @('Yokohama') # LicenseUri = '' # ProjectUri = '' IconUri = 'https://s.gravatar.com/avatar/0ffb90d5017656ab55ac286c80f900a3?s=80' ReleaseNotes = 'Fixed cmlet bugs. Added Install-TotalCommander11.55 function.' } } } |