< Back

New-DomainObject

Sat Jan 18, 2020 12:27 pm

NAME New-DomainObject



SYNOPSIS

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





SYNTAX

New-DomainObject [-authenticationType <string>] [-availabilityStatus <string>] [-domainNameReferences <object[]>]

[-isAdminManaged <bool>] [-isDefault <bool>] [-isInitial <bool>] [-isRoot <bool>] [-isVerified <bool>]

[-passwordNotificationWindowInDays <int>] [-passwordValidityPeriodInDays <int>] [-serviceConfigurationRecords

<object[]>] [-state <object>] [-supportedServices <string[]>] [-verificationDnsRecords <object[]>]

[<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-authenticationType <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-availabilityStatus <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-isAdminManaged <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-isDefault <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-isInitial <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-isRoot <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-isVerified <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-passwordNotificationWindowInDays <int>

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



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-passwordValidityPeriodInDays <int>

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



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-supportedServices <string[]>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-state <object>

The "state" property, of type "microsoft.graph.domainState".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-serviceConfigurationRecords <object[]>

The "serviceConfigurationRecords" property, of type "microsoft.graph.domainDnsRecord".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-verificationDnsRecords <object[]>

The "verificationDnsRecords" property, of type "microsoft.graph.domainDnsRecord".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-domainNameReferences <object[]>

The "domainNameReferences" property, of type "microsoft.graph.directoryObject".



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