For the complete documentation index, see llms.txt. This page is also available as Markdown.

Set-RASCostInsightsSettings

NAME

Set-RASCostInsightsSettings

SYNOPSIS

Updates the Cost Insights Settings.

SYNTAX

Set-RASCostInsightsSettings [Enabled (bool)] [Port (uint)] [(CommonParameters)] **

DESCRIPTION

Updates the Cost Insights Settings.

PARAMETERS

Enabled (bool)

Enable or disable RAS Cost Insights.

Port (uint)

Connection Port to the Server hosting RAS Cost Insights database.

(CommonParameters)

INPUTS

-none-

OUTPUTS

-none-

---------- EXAMPLE 1 ----------

Set-RASCostInsightsSettings -Port "server.company.dom"

Modifies the Port hosting RAS Cost Insights database.

Last updated