< Back

New-ManagedAppRegistrationObject

Sat Jan 18, 2020 12:35 pm

NAME New-ManagedAppRegistrationObject



SYNOPSIS

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





SYNTAX

New-ManagedAppRegistrationObject [-appIdentifier <object>] [-applicationVersion <string>] [-appliedPolicies

<object[]>] [-createdDateTime <DateTimeOffset>] [-deviceName <string>] [-deviceTag <string>] [-deviceType

<string>] [-flaggedReasons <string[]>] [-intendedPolicies <object[]>] [-lastSyncDateTime <DateTimeOffset>]

[-managementSdkVersion <string>] [-operations <object[]>] [-platformVersion <string>] [-userId <string>] [-version

<string>] [<CommonParameters>]



New-ManagedAppRegistrationObject -androidManagedAppRegistration <SwitchParameter> [-appIdentifier <object>]

[-applicationVersion <string>] [-appliedPolicies <object[]>] [-createdDateTime <DateTimeOffset>] [-deviceName

<string>] [-deviceTag <string>] [-deviceType <string>] [-flaggedReasons <string[]>] [-intendedPolicies <object[]>]

[-lastSyncDateTime <DateTimeOffset>] [-managementSdkVersion <string>] [-operations <object[]>] [-platformVersion

<string>] [-userId <string>] [-version <string>] [<CommonParameters>]



New-ManagedAppRegistrationObject -iosManagedAppRegistration <SwitchParameter> [-appIdentifier <object>]

[-applicationVersion <string>] [-appliedPolicies <object[]>] [-createdDateTime <DateTimeOffset>] [-deviceName

<string>] [-deviceTag <string>] [-deviceType <string>] [-flaggedReasons <string[]>] [-intendedPolicies <object[]>]

[-lastSyncDateTime <DateTimeOffset>] [-managementSdkVersion <string>] [-operations <object[]>] [-platformVersion

<string>] [-userId <string>] [-version <string>] [<CommonParameters>]





DESCRIPTION

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



The ManagedAppEntity is the base entity type for all other entity types under app management workflow.



The ManagedAppRegistration resource represents the details of an app, with management capability, used by a member

of the organization.





PARAMETERS

-createdDateTime <DateTimeOffset>

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



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



Date and time of creation



Required? false

Position? named

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

Accept pipeline input? false

Accept wildcard characters? false



-lastSyncDateTime <DateTimeOffset>

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



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



Date and time of last the app synced with management service.



Required? false

Position? named

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

Accept pipeline input? false

Accept wildcard characters? false



-applicationVersion <string>

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



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



App version



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-managementSdkVersion <string>

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



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



App management SDK version



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-platformVersion <string>

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



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



Operating System version



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-deviceType <string>

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



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



Host device type



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-deviceTag <string>

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



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



App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate

apps in all conditions.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-deviceName <string>

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



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



Host device name



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-flaggedReasons <string[]>

The "flaggedReasons" property, of type "microsoft.graph.managedAppFlaggedReason".



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



Zero or more reasons an app registration is flagged. E.g. app running on rooted device



Valid values: 'none', 'rootedDevice'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-userId <string>

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



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



The user Id to who this app registration belongs.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-appIdentifier <object>

The "appIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".



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



The app package Identifier



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-version <string>

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



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



Version of the entity.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-appliedPolicies <object[]>

The "appliedPolicies" property, of type "microsoft.graph.managedAppPolicy".



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



Zero or more policys already applied on the registered app when it last synchronized with managment service.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-intendedPolicies <object[]>

The "intendedPolicies" property, of type "microsoft.graph.managedAppPolicy".



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



Zero or more policies admin intended for the app as of now.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-operations <object[]>

The "operations" property, of type "microsoft.graph.managedAppOperation".



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



Zero or more long running operations triggered on the app registration.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-androidManagedAppRegistration <SwitchParameter>

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

"microsoft.graph.androidManagedAppRegistration" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-iosManagedAppRegistration <SwitchParameter>

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

"microsoft.graph.iosManagedAppRegistration" type.



Required? true

Position? named

Default value False

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