You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: memdocs/configmgr/core/get-started/2022/includes/2202/13040432.md
+59-1Lines changed: 59 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,64 @@ These release notes summarize changes to the Configuration Manager PowerShell cm
16
16
17
17
For more information about PowerShell for Configuration Manager, see [Get started with Configuration Manager cmdlets](/powershell/sccm/overview).
18
18
19
-
### New cmdlets
19
+
### Deprecated cmdlets
20
+
21
+
The following cmdlets for asset intelligence are deprecated and may be removed in a future release:
22
+
23
+
- Add-CMAssetIntelligenceSynchronizationPoint
24
+
- Get-CMAssetIntelligenceProxy
25
+
- Get-CMAssetIntelligenceSynchronizationPoint
26
+
- Remove-CMAssetIntelligenceSynchronizationPoint
27
+
- Send-CMAssetIntelligenceCatalogUpdateRequest
28
+
- Set-CMAssetIntelligenceSynchronizationPoint
29
+
- Sync-CMAssetIntelligenceCatalog
20
30
21
31
### Modified cmdlets
32
+
33
+
#### Add-CMSoftwareUpdatePoint
34
+
35
+
For more information, see [Add-CMSoftwareUpdatePoint](/powershell/module/configurationmanager/Add-CMSoftwareUpdatePoint).
36
+
37
+
**Non-breaking changes**
38
+
39
+
Added new parameter **Wledbat** to support LEDBAT configuration for software update points.
40
+
41
+
#### New-CMBoundary
42
+
43
+
For more information, see [New-CMBoundary](/powershell/module/configurationmanager/New-CMBoundary).
44
+
45
+
**Non-breaking changes**
46
+
47
+
Updated value validation for VPN boundary.
48
+
49
+
#### New-CMPackage
50
+
51
+
For more information, see [New-CMPackage](/powershell/module/configurationmanager/New-CMPackage).
52
+
53
+
**Non-breaking changes**
54
+
55
+
Added parameter **IconLocationFile** to use a custom icon from the specified file. For more information, see [Custom icon support for task sequences and packages](../../technical-preview-2201.md#bkmk_tsico).
56
+
57
+
#### Set-CMBoundary
58
+
59
+
For more information, see [Set-CMBoundary](/powershell/module/configurationmanager/Set-CMBoundary).
60
+
61
+
**Non-breaking changes**
62
+
63
+
Updated value validation for VPN boundary.
64
+
65
+
#### Set-CMPackage
66
+
67
+
For more information, see [Set-CMPackage](/powershell/module/configurationmanager/Set-CMPackage).
68
+
69
+
**Non-breaking changes**
70
+
71
+
Added parameter **IconLocationFile** to use a custom icon from the specified file. For more information, see [Custom icon support for task sequences and packages](../../technical-preview-2201.md#bkmk_tsico).
72
+
73
+
#### Set-CMSoftwareUpdatePoint
74
+
75
+
For more information, see [Set-CMSoftwareUpdatePoint](/powershell/module/configurationmanager/Set-CMSoftwareUpdatePoint).
76
+
77
+
**Non-breaking changes**
78
+
79
+
Added new parameter **Wledbat** to support LEDBAT configuration for software update points.
0 commit comments