Skip to content

Get MsIdGroupWritebackConfiguration

Github Action edited this page Nov 30, 2023 · 2 revisions

Get-MsIdGroupWritebackConfiguration

Reference

Module: MSIdentityTools

Synopsis

Gets the group writeback configuration for the group ID

Syntax

ObjectId (Default)

Get-MsIdGroupWritebackConfiguration [-GroupId] <string[]> [<CommonParameters>]

GraphGroup

Get-MsIdGroupWritebackConfiguration [-Group] <Object[]> [<CommonParameters>]

Examples

Example 1

Get-MsIdGroupWritebackConfiguration -GroupId <GroupId>

Get Group Writeback for Group ID

Example 2

Get-MsIdGroupWritebackConfiguration -Group <Group>

Get Group Writeback for Group

Example 3

Get-mggroup -filter "groupTypes/any(c:c eq 'Unified')"|Get-MsIdGroupWritebackConfiguration -verbose

Get the WritebackConfiguration for all M365 Groups in the tenant

Parameters

-GroupId

Group Object ID
Type: String[]
Required: true
Default value: None
Accept pipeline input: true (ByValue, ByPropertyName)
Accept wildcard characters: false

-Group

Group Object
Type: Object[]
Required: true
Default value: None
Accept pipeline input: true (ByValue, ByPropertyName)
Accept wildcard characters: false
Clone this wiki locally