< Back

New-SecureScoreObject

Sat Jan 18, 2020 1:35 pm

NAME New-SecureScoreObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.secureScore" (or one of its derived types).





SYNTAX

New-SecureScoreObject [-activeUserCount <int>] [-averageComparativeScores <object[]>] [-azureTenantId <string>]

[-controlScores <object[]>] [-createdDateTime <DateTimeOffset>] [-currentScore <double>] [-enabledServices

<string[]>] [-licensedUserCount <int>] [-maxScore <double>] [-vendorInformation <object>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.secureScore" (or one of its derived types).





PARAMETERS

-activeUserCount <int>

The "activeUserCount" property, of type "Edm.Int32".



This property is on the "microsoft.graph.secureScore" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-averageComparativeScores <object[]>

The "averageComparativeScores" property, of type "microsoft.graph.averageComparativeScore".



This property is on the "microsoft.graph.secureScore" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-azureTenantId <string>

The "azureTenantId" property, of type "Edm.String".



This property is on the "microsoft.graph.secureScore" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-controlScores <object[]>

The "controlScores" property, of type "microsoft.graph.controlScore".



This property is on the "microsoft.graph.secureScore" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-createdDateTime <DateTimeOffset>

The "createdDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.secureScore" type.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-currentScore <double>

The "currentScore" property, of type "Edm.Double".



This property is on the "microsoft.graph.secureScore" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-enabledServices <string[]>

The "enabledServices" property, of type "Edm.String".



This property is on the "microsoft.graph.secureScore" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-licensedUserCount <int>

The "licensedUserCount" property, of type "Edm.Int32".



This property is on the "microsoft.graph.secureScore" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-maxScore <double>

The "maxScore" property, of type "Edm.Double".



This property is on the "microsoft.graph.secureScore" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-vendorInformation <object>

The "vendorInformation" property, of type "microsoft.graph.securityVendorInformation".



This property is on the "microsoft.graph.secureScore" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS