< Back

New-WindowsDeviceAccountObject

Sat Jan 18, 2020 1:44 pm

NAME New-WindowsDeviceAccountObject



SYNOPSIS

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





SYNTAX

New-WindowsDeviceAccountObject -windowsDeviceAccount <SwitchParameter> [-password <string>] [<CommonParameters>]



New-WindowsDeviceAccountObject -windowsDeviceAzureADAccount <SwitchParameter> [-password <string>]

[-userPrincipalName <string>] [<CommonParameters>]



New-WindowsDeviceAccountObject -windowsDeviceADAccount <SwitchParameter> [-domainName <string>] [-password

<string>] [-userName <string>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-windowsDeviceAccount <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the

"microsoft.graph.windowsDeviceAccount" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-password <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-windowsDeviceAzureADAccount <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the

"microsoft.graph.windowsDeviceAzureADAccount" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-userPrincipalName <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-windowsDeviceADAccount <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the

"microsoft.graph.windowsDeviceADAccount" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-domainName <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-userName <string>

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



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