xCIMSecurity.psd1
@{ # 与此清单关联的脚本模块或二进制模块文件。 # RootModule = '' # 此模块的版本号。 ModuleVersion = '1.0.0.1' # 支持的 PSEditions # CompatiblePSEditions = @() # 用于唯一标识此模块的 ID GUID = 'e3911446-6b6b-49f0-bc70-ce82819b1099' # 此模块的作者 Author = 'Strike' # 此模块所属的公司或供应商 CompanyName = 'Strike' # 此模块的版权声明 Copyright = 'Strike (c) 2017 Administrator.All rights reserved.' # 此模块所提供功能的说明 Description = 'Help you set WMI CIM Access permissions ' # 此模块要求的 Windows PowerShell 引擎的最低版本 PowerShellVersion = '5.0' # 此模块要求的 Windows PowerShell 主机的名称 # PowerShellHostName = '' # 此模块要求的 Windows PowerShell 主机的最低版本 # PowerShellHostVersion = '' # Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. # DotNetFrameworkVersion = '' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. # CLRVersion = '' # 此模块要求的处理器体系结构(无、X86、Amd64) # ProcessorArchitecture = '' # 必须在导入此模块之前先导入全局环境中的模块 # RequiredModules = @() # 导入此模块之前必须加载的程序集 # RequiredAssemblies = @() # 导入此模块之前运行在调用方环境中的脚本文件(.ps1)。 # ScriptsToProcess = @() # 导入此模块时要加载的类型文件(.ps1xml) # TypesToProcess = @() # 导入此模块时要加载的格式文件(.ps1xml) # FormatsToProcess = @() # 将作为 RootModule/ModuleToProcess 中所指定模块的嵌套模块导入的模块 # NestedModules = @() # 要从此模块中导出的函数。为了获得最佳性能,请不要使用通配符,不要删除该条目。如果没有要导出的函数,请使用空数组。 FunctionsToExport = @() # 要从此模块中导出的 cmdlet。为了获得最佳性能,请不要使用通配符,不要删除该条目。如果没有要导出的 cmdlet,请使用空数组。 CmdletsToExport = @() # 要从此模块中导出的变量 VariablesToExport = '*' # 要从此模块中导出的别名。为了获得最佳性能,请不要使用通配符,不要删除该条目。如果没有要导出的别名,请使用空数组。 AliasesToExport = @() # 要从此模块导出的 DSC 资源 DscResourcesToExport = @("xCIMSecurity") # 与此模块一起打包的所有模块的列表 # ModuleList = @() # 与此模块一起打包的所有文件的列表 # FileList = @() # 要传递到 RootModule/ModuleToProcess 中指定的模块的专用数据。这还可能包含 PSData 哈希表以及 PowerShell 使用的其他模块元数据。 PrivateData = @{ PSData = @{ # 应用于此模块的标记。这些标记有助于在联机库中执行模块发现。 # Tags = @() # 指向此模块的许可证的 URL。 #LicenseUri = ' # 指向此项目的主网站的 URL。 ProjectUri = 'https://strikene.visualstudio.com/DefaultCollection/xCIMSecurityDSCResource' # 指向表示此模块的图标的 URL。 # IconUri = '' # 此模块的 ReleaseNotes # ReleaseNotes = '' } # PSData 哈希表末尾 } # PrivateData 哈希表末尾 # 此模块的 HelpInfo URI # HelpInfoURI = '' # 从此模块中导出的命令的默认前缀。可以使用 Import-Module -Prefix 覆盖默认前缀。 # DefaultCommandPrefix = '' } |