Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Adds the unit to the unassigned WSUS group, letting the unit be linked to (another) apropriate dynamic WSUS group.

Syntax

(blue star) CMS_AddUnitToWSUSUnAssignedGroup() As Boolean

(blue star) [bool]CMS_AddUnitToWSUSUnAssignedGroup

Parameters

none

Return value

(blue star) Boolean, TRUE if function completed successfully.

(blue star) Boolean, TRUE if function completed successfully.

Example

(blue star) VBScript
Code Block
languagevb
If bStatus Then bStatus = CMS_AddUnitToWSUSUnAssignedGroup()
(blue star) PowerShell
Code Block
languagepowershell
CMS_AddUnitToWSUSUnAssignedGroup

Scripting Guidelines