New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance
Create new navigation property to userExperienceAnalyticsDeviceStartupProcessPerformance for deviceManagement
Note
To view the beta release of this cmdlet, view New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance
Syntax
New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance
[-ResponseHeadersVariable <String>]
[-AdditionalProperties <Hashtable>]
[-DeviceCount <Int64>]
[-Id <String>]
[-MedianImpactInMS <Int64>]
[-ProcessName <String>]
[-ProductName <String>]
[-Publisher <String>]
[-TotalImpactInMS <Int64>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance
-BodyParameter <IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Create new navigation property to userExperienceAnalyticsDeviceStartupProcessPerformance for deviceManagement
Parameters
-AdditionalProperties
Additional Parameters
Type: | Hashtable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-BodyParameter
The user experience analytics device startup process performance. To construct, see NOTES section for BODYPARAMETER properties and create a hash table.
Type: | IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DeviceCount
The count of devices which initiated this process on startup. Supports: $filter, $select, $OrderBy. Read-only.
Type: | Int64 |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Headers
Optional headers that will be added to the request.
Type: | IDictionary |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Id
The unique identifier for an entity. Read-only.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-MedianImpactInMS
The median impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only.
Type: | Int64 |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ProcessName
The name of the startup process. Examples: outlook, excel. Supports: $select, $OrderBy. Read-only.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ProductName
The product name of the startup process. Examples: Microsoft Outlook, Microsoft Excel. Supports: $select, $OrderBy. Read-only.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ProgressAction
{{ Fill ProgressAction Description }}
Type: | ActionPreference |
Aliases: | proga |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Publisher
The publisher of the startup process. Examples: Microsoft Corporation, Contoso Corp. Supports: $select, $OrderBy. Read-only.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResponseHeadersVariable
Optional Response Headers Variable.
Type: | String |
Aliases: | RHV |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-TotalImpactInMS
The total impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only.
Type: | Int64 |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance
System.Collections.IDictionary
Outputs
Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance
Notes
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
BODYPARAMETER <IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance>
: The user experience analytics device startup process performance.
[(Any) <Object>]
: This indicates any property can be added to this object.[Id <String>]
: The unique identifier for an entity. Read-only.[DeviceCount <Int64?>]
: The count of devices which initiated this process on startup. Supports: $filter, $select, $OrderBy. Read-only.[MedianImpactInMS <Int64?>]
: The median impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only.[ProcessName <String>]
: The name of the startup process. Examples: outlook, excel. Supports: $select, $OrderBy. Read-only.[ProductName <String>]
: The product name of the startup process. Examples: Microsoft Outlook, Microsoft Excel. Supports: $select, $OrderBy. Read-only.[Publisher <String>]
: The publisher of the startup process. Examples: Microsoft Corporation, Contoso Corp. Supports: $select, $OrderBy. Read-only.[TotalImpactInMS <Int64?>]
: The total impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only.