Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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
If bStatus Then bStatus = CMS_AddUnitToWSUSUnAssignedGroup()
(blue star) PowerShell
CMS_AddUnitToWSUSUnAssignedGroup

Scripting Guidelines

  • No labels