Edit

Share via


Get-VivaModuleFeature

This cmdlet is available only in the Exchange Online PowerShell module version 3.2.0 or later. For more information, see About the Exchange Online PowerShell module.

Use the Get-VivaModuleFeature cmdlet to view the features in a Viva module that support feature access controls. This cmdlet provides details about the features, including the feature identifiers and descriptions.

For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax.

Syntax

Default (Default)

Get-VivaModuleFeature
    -ModuleId <String>
    [[-FeatureId] <String>]
    [-ResultSize <Unlimited>]
    [<CommonParameters>]

Description

Use the Get-VivaModuleFeature cmdlet to view the features in a Viva module that support feature access controls.

You can view all features in a particular Viva module that support feature access controls. To view a specific feature, you can include the FeatureId parameter.

You need to use the Connect-ExchangeOnline cmdlet to authenticate.

This cmdlet requires the .NET Framework 4.7.2 or later.

Examples

Example 1

Get-VivaModuleFeature -ModuleId VivaInsights

This example returns all features in Viva Insights that support feature access controls.

Example 2

Get-VivaModuleFeature -ModuleId VivaInsights -FeatureId Reflection

This example returns the details of the Reflection feature in Viva Insights.

Parameters

-FeatureId

Applicable: Exchange Online

The FeatureId parameter specifies the specific feature in the Viva module that you want to view.

You can view details about all the features in a Viva module that support feature access controls by running the cmdlet without the FeatureId parameter. These details include the identifiers of all features in a Viva module that support feature access controls.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Positional
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ModuleId

Applicable: Exchange Online

The ModuleId parameter specifies the Viva module of the features that you want to view.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ResultSize

Applicable: Exchange Online

This parameter is reserved for internal Microsoft use.

Parameter properties

Type:Unlimited
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.