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
@@ -20,10 +20,10 @@ For more information about PowerShell for Configuration Manager, see [Get starte
20
20
21
21
#### Approve-CMOrchestrationGroupScript
22
22
23
-
This cmdlet would help user to approve orchestration group script.
23
+
Use this cmdlet to approve an orchestration group script. For more information, see [About orchestration groups in Configuration Manager](../../../../../sum/deploy-use/orchestration-groups.md).
This cmdlet would help user to deny orchestration group script.
35
+
Use this cmdlet to deny an orchestration group script. For more information, see [About orchestration groups in Configuration Manager](../../../../../sum/deploy-use/orchestration-groups.md).
This cmdlet would help user to get orchestration group script from specified orchestration group.
47
+
Use this cmdlet to get a script from the specified orchestration group. For more information, see [About orchestration groups in Configuration Manager](../../../../../sum/deploy-use/orchestration-groups.md).
This cmdlet would help user to specify application details and sign in with Azure Active Directory admin credentials to create client application in the Azure Active Directory.
65
+
Use this cmdlet to create a client app registration in Azure Active Directory (Azure AD). When you run this cmdlet, it will prompt you to sign in to your tenant. For more information on this app registration, see [Manually register Azure AD apps for the CMG](../../../../clients/manage/cmg/manually-register-azure-ad-apps.md).
This cmdlet would help user to specify application details and sign in with Azure Active Directory admin credentials to create server application in the Azure Active Directory.
74
+
Use this cmdlet to create a server app registration in Azure AD. When you run this cmdlet, it will prompt you to sign in to your tenant. For more information on this app registration, see [Manually register Azure AD apps for the CMG](../../../../clients/manage/cmg/manually-register-azure-ad-apps.md).
For more information, see [Add-CMManagementPoint](/powershell/module/configurationmanager/Add-CMManagementPoint).
85
+
84
86
**Non-breaking changes**
85
87
86
-
Fixed the function to make the ClientConnectionTypes.InternetAndIntranet as default value when enable cloud gateway to align with UI.
88
+
When you use this cmdlet to enable communication with the cloud management gateway, it now by default configures the management point to support both internet and intranet clients.
87
89
88
90
#### Get-CMObjectSecurityScope
89
91
92
+
For more information, see [Get-CMObjectSecurityScope](/powershell/module/configurationmanager/Get-CMObjectSecurityScope).
93
+
90
94
**Non-breaking changes**
91
95
92
-
Fixed the function to allow user to get the security scope of a specified folder object.
96
+
You can now use this cmdlet to get the security scope of a specified folder object.
93
97
94
98
#### New-CMCloudManagementGateway
95
99
100
+
For more information, see [New-CMCloudManagementGateway](/powershell/module/configurationmanager/New-CMCloudManagementGateway).
101
+
96
102
**Non-breaking changes**
97
103
98
-
Added parameter “VMSSVMSize” and “Version” to support creating a CMG using a Scale Set.
104
+
Added parameters **VMSSVMSize** and **Version** to support creating a cloud management gateway (CMG) using a virtual machine scale set.
99
105
100
106
#### New-CMComplianceRuleRegistryKeyPermission
101
107
108
+
For more information, see [New-CMComplianceRuleRegistryKeyPermission](/powershell/module/configurationmanager/New-CMComplianceRuleRegistryKeyPermission).
109
+
102
110
**Non-breaking changes**
103
111
104
-
Fixed an issue in OperandDataType property when create rule.
112
+
Fixed an issue in **OperandDataType** property when creating a rule.
105
113
106
114
#### Set-CMClientSettingComplianceSetting
107
115
116
+
For more information, see [Set-CMClientSettingComplianceSetting](/powershell/module/configurationmanager/Set-CMClientSettingComplianceSetting).
117
+
108
118
**Non-breaking changes**
109
119
110
-
Added new parameter “ScriptExecutionTimeoutSecs” to allow user to extend the DCM script execution timeout value.
120
+
Added a new parameter **ScriptExecutionTimeoutSecs** to extend the script execution timeout value.
111
121
112
122
#### Set-CMClientSettingComputerRestart
113
123
124
+
For more information, see [Set-CMClientSettingComputerRestart](/powershell/module/configurationmanager/Set-CMClientSettingComputerRestart).
125
+
114
126
**Non-breaking changes**
115
127
116
-
Extended the validation range of the parameter “CountdownMins” and “RebootLogoffNotificationCountdownMins” to align with UI.
117
-
Added new parameter “CountdownIntervalMins” and “ServerRebootLowRight” to align with UI.
118
-
Fixed an property name issue for the parameter “NoRebootEnforcement”.
128
+
-Extended the validation range of the parameters **CountdownMins** and **RebootLogoffNotificationCountdownMins** to align with the console.
129
+
-Added new parameters **CountdownIntervalMins** and **ServerRebootLowRight** to align with the console.
130
+
-Fixed a property name issue for the parameter **NoRebootEnforcement**.
119
131
120
-
### Common Fix
132
+
### Module changes
121
133
122
-
Added folder support for Automatic Deployment Rule in cmdlets:
134
+
The following folder-related cmdlets now support automatic deployment rules:
123
135
124
-
New-CMFolder, Get-CMFolder, Set-CMFolder, Remove-CMFolder, Move-CMObject, Add-CMObjectSecurityScope and Remove-CMObjectSecurityScope.
0 commit comments