共用方式為


Set-CMClientSettingSoftwareInventory

設定客戶端設定軟體清查。

語法

Set-CMClientSettingSoftwareInventory
   [-AddCollectFile <Hashtable[]>]
   [-AddInventoryFileType <Hashtable[]>]
   [-CleanCollectFile]
   [-CleanInventoryFileType]
   [-Enable <Boolean>]
   [-FileDisplayName <String>]
   [-FileInventoriedName <String>]
   [-FileName <String>]
   [-RemoveCollectFile <Hashtable[]>]
   [-RemoveInventoryFileType <Hashtable[]>]
   [-ReportOption <ReportOptionType>]
   [-Schedule <IResultObject>]
   -Name <String>
   [-PassThru]
   [-DisableWildcardHandling]
   [-ForceWildcardHandling]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
Set-CMClientSettingSoftwareInventory
   [-AddCollectFile <Hashtable[]>]
   [-AddInventoryFileType <Hashtable[]>]
   [-CleanCollectFile]
   [-CleanInventoryFileType]
   [-Enable <Boolean>]
   [-FileDisplayName <String>]
   [-FileInventoriedName <String>]
   [-FileName <String>]
   [-RemoveCollectFile <Hashtable[]>]
   [-RemoveInventoryFileType <Hashtable[]>]
   [-ReportOption <ReportOptionType>]
   [-Schedule <IResultObject>]
   [-DefaultSetting]
   [-PassThru]
   [-DisableWildcardHandling]
   [-ForceWildcardHandling]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
Set-CMClientSettingSoftwareInventory
   [-AddCollectFile <Hashtable[]>]
   [-AddInventoryFileType <Hashtable[]>]
   [-CleanCollectFile]
   [-CleanInventoryFileType]
   [-Enable <Boolean>]
   [-FileDisplayName <String>]
   [-FileInventoriedName <String>]
   [-FileName <String>]
   [-RemoveCollectFile <Hashtable[]>]
   [-RemoveInventoryFileType <Hashtable[]>]
   [-ReportOption <ReportOptionType>]
   [-Schedule <IResultObject>]
   -InputObject <IResultObject>
   [-PassThru]
   [-DisableWildcardHandling]
   [-ForceWildcardHandling]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

注意事項

從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet,例如 PS XYZ:\>。 如需詳細資訊,請 參閱開始使用

範例

範例 1

啟用「我的自定義設定」的軟體清查,併為每個月的第一個星期日設定週期性排程。 此外,將 .exe 新增為具有預設清查設定的清查文件類型。

PS XYZ:\>$inventoryFileTypeTable = @{FileName="*.exe";ExcludeWindirAndSubfolders=$True;ExcludeEncryptedAndCompressedFiles=$True;Subdirectories=$True;Path='All client hard disks'}
PS XYZ:\>$schedule = New-CMSchedule -Start '2022-01-01 04:00' -DayOfWeek Sunday -WeekOrder First
PS XYZ:\>Set-CMClientSettingSoftwareInventory -Name 'My custom setting' -Enable $true -Schedule $schedule -AddInventoryFileType $inventoryFileTypeTable

參數

-AddCollectFile

類型:Hashtable[]
別名:AddCollectFiles
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-AddInventoryFileType

類型:Hashtable[]
別名:AddInventoryFileTypes
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-CleanCollectFile

類型:SwitchParameter
別名:CleanCollectFiles
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-CleanInventoryFileType

類型:SwitchParameter
別名:CleanInventoryFileTypes
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Confirm

執行 Cmdlet 之前提示您確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DefaultSetting

類型:SwitchParameter
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-DisableWildcardHandling

此參數會將通配符視為常值字元值。 您無法將其與 ForceWildcardHandling 結合。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Enable

類型:Boolean
別名:EnableSoftwareInventory
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-FileDisplayName

類型:String
別名:SoftwareInventoryFileDisplayName
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-FileInventoriedName

類型:String
別名:SoftwareInventoryFileInventoriedName
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-FileName

類型:String
別名:SoftwareInventoryFileName
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ForceWildcardHandling

此參數會處理通配符,並可能導致非預期的行為 (不建議) 。 您無法將其與 DisableWildcardHandling 結合。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-InputObject

類型:IResultObject
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Name

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-PassThru

傳回 物件,表示您正在使用的專案。 根據預設,此 Cmdlet 可能不會產生任何輸出。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-RemoveCollectFile

類型:Hashtable[]
別名:RemoveCollectFiles
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-RemoveInventoryFileType

類型:Hashtable[]
別名:RemoveInventoryFileTypes
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ReportOption

類型:ReportOptionType
接受的值:None, ProductOnly, FileOnly, FullDetail
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Schedule

類型:IResultObject
別名:InventorySchedule, SoftwareInventorySchedule
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-WhatIf

顯示執行 Cmdlet 時會發生什麼情況。 Cmdlet 不會執行。

類型:SwitchParameter
別名:wi
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

Microsoft.ConfigurationManagement.ManagementProvider.IResultObject

輸出

System.Object