Get-VivaModuleFeature

This cmdlet is available only in the Exchange Online PowerShell module v3.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

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

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.

Type:String
Position:Positional
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Exchange Online

-ModuleId

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

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Exchange Online

-ResultSize

This parameter is reserved for internal Microsoft use.

Type:Unlimited
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Exchange Online