Remove-CCMGroupMember

Remove-CCMGroupMember

Remove-CCMGroupMember

Remove a member from a Central Management Group

Syntax

Remove-CCMGroupMember `
  -Group <String> `
  -Member <String> `
  [-WhatIf] `
  [-Confirm] [<CommonParameters>]

Description

Remove a member from a Central Management Group

Aliases

None

Examples

EXAMPLE 1

Remove-CCMGroupMember -Group TestLab -Member TestPC1

Inputs

None

Outputs

None

Parameters

-Group <String>

The group you want to remove a member from

PropertyValue
Aliases
Required?true
Position?1
Default Value
Accept Pipeline Input?false

-Member <String>

The member you want to remove

PropertyValue
Aliases
Required?true
Position?2
Default Value
Accept Pipeline Input?false

-WhatIf

PropertyValue
Aliaseswi
Required?false
Position?named
Default Value
Accept Pipeline Input?false

-Confirm

PropertyValue
Aliasescf
Required?false
Position?named
Default Value
Accept Pipeline Input?false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters https://go.microsoft.com/fwlink/p/?LinkID=113216 .

Function Reference

NOTE

This documentation has been automatically generated from Import-Module "ChocoCCM" -Force; Get-Help Remove-CCMGroupMember -Full.