< Back

New-HostSecurityStateObject

Sat Jan 18, 2020 12:31 pm

NAME New-HostSecurityStateObject



SYNOPSIS

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





SYNTAX

New-HostSecurityStateObject [-fqdn <string>] [-isAzureAdJoined <bool>] [-isAzureAdRegistered <bool>]

[-isHybridAzureDomainJoined <bool>] [-netBiosName <string>] [-os <string>] [-privateIpAddress <string>]

[-publicIpAddress <string>] [-riskScore <string>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-fqdn <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-isAzureAdJoined <bool>

The "isAzureAdJoined" property, of type "Edm.Boolean".



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-isAzureAdRegistered <bool>

The "isAzureAdRegistered" property, of type "Edm.Boolean".



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-isHybridAzureDomainJoined <bool>

The "isHybridAzureDomainJoined" property, of type "Edm.Boolean".



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-netBiosName <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-os <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-privateIpAddress <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-publicIpAddress <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-riskScore <string>

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



This property is on the "microsoft.graph.hostSecurityState" 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