New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary

Create new navigation property to macOSSoftwareUpdateAccountSummaries for deviceManagement

Syntax

New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary
   [-ResponseHeadersVariable <String>]
   [-AdditionalProperties <Hashtable>]
   [-CategorySummaries <IMicrosoftGraphMacOSSoftwareUpdateCategorySummary[]>]
   [-DeviceId <String>]
   [-DeviceName <String>]
   [-DisplayName <String>]
   [-FailedUpdateCount <Int32>]
   [-Id <String>]
   [-LastUpdatedDateTime <DateTime>]
   [-OSVersion <String>]
   [-SuccessfulUpdateCount <Int32>]
   [-TotalUpdateCount <Int32>]
   [-UserId <String>]
   [-UserPrincipalName <String>]
   [-Headers <IDictionary>]
   [-ProgressAction <ActionPreference>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary
   -BodyParameter <IMicrosoftGraphMacOSSoftwareUpdateAccountSummary>
   [-ResponseHeadersVariable <String>]
   [-Headers <IDictionary>]
   [-ProgressAction <ActionPreference>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Create new navigation property to macOSSoftwareUpdateAccountSummaries for deviceManagement

Parameters

-AdditionalProperties

Additional Parameters

Type:Hashtable
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-BodyParameter

MacOS software update account summary report for a device and user To construct, see NOTES section for BODYPARAMETER properties and create a hash table.

Type:IMicrosoftGraphMacOSSoftwareUpdateAccountSummary
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-CategorySummaries

Summary of the updates by category. To construct, see NOTES section for CATEGORYSUMMARIES properties and create a hash table.

Type:IMicrosoftGraphMacOSSoftwareUpdateCategorySummary[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
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

-DeviceId

The device ID.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DeviceName

The device name.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DisplayName

The name of the report

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-FailedUpdateCount

Number of failed updates on the device.

Type:Int32
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

-LastUpdatedDateTime

Last date time the report for this device was updated.

Type:DateTime
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-OSVersion

The OS version.

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

-ResponseHeadersVariable

Optional Response Headers Variable.

Type:String
Aliases:RHV
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SuccessfulUpdateCount

Number of successful updates on the device.

Type:Int32
Position:Named
Default value:0
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-TotalUpdateCount

Number of total updates on the device.

Type:Int32
Position:Named
Default value:0
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-UserId

The user ID.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-UserPrincipalName

The user principal name

Type:String
Position:Named
Default value:None
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.Beta.PowerShell.Models.IMicrosoftGraphMacOSSoftwareUpdateAccountSummary

System.Collections.IDictionary

Outputs

Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMacOSSoftwareUpdateAccountSummary

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 <IMicrosoftGraphMacOSSoftwareUpdateAccountSummary>: MacOS software update account summary report for a device and user

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [CategorySummaries <IMicrosoftGraphMacOSSoftwareUpdateCategorySummary- []>]: Summary of the updates by category.
    • [Id <String>]: The unique identifier for an entity. Read-only.
    • [DeviceId <String>]: The device ID.
    • [DisplayName <String>]: The name of the report
    • [FailedUpdateCount <Int32?>]: Number of failed updates on the device
    • [LastUpdatedDateTime <DateTime?>]: Last date time the report for this device was updated.
    • [SuccessfulUpdateCount <Int32?>]: Number of successful updates on the device
    • [TotalUpdateCount <Int32?>]: Number of total updates on the device
    • [UpdateCategory <MacOSSoftwareUpdateCategory?>]: MacOS Software Update Category
    • [UpdateStateSummaries <IMicrosoftGraphMacOSSoftwareUpdateStateSummary- []>]: Summary of the update states.
      • [Id <String>]: The unique identifier for an entity. Read-only.
      • [DisplayName <String>]: Human readable name of the software update
      • [LastUpdatedDateTime <DateTime?>]: Last date time the report for this device and product key was updated.
      • [ProductKey <String>]: Product key of the software update.
      • [State <MacOSSoftwareUpdateState?>]: MacOS Software Update State
      • [UpdateCategory <MacOSSoftwareUpdateCategory?>]: MacOS Software Update Category
      • [UpdateVersion <String>]: Version of the software update
    • [UserId <String>]: The user ID.
  • [DeviceId <String>]: The device ID.
  • [DeviceName <String>]: The device name.
  • [DisplayName <String>]: The name of the report
  • [FailedUpdateCount <Int32?>]: Number of failed updates on the device.
  • [LastUpdatedDateTime <DateTime?>]: Last date time the report for this device was updated.
  • [OSVersion <String>]: The OS version.
  • [SuccessfulUpdateCount <Int32?>]: Number of successful updates on the device.
  • [TotalUpdateCount <Int32?>]: Number of total updates on the device.
  • [UserId <String>]: The user ID.
  • [UserPrincipalName <String>]: The user principal name

CATEGORYSUMMARIES <IMicrosoftGraphMacOSSoftwareUpdateCategorySummary- []>: Summary of the updates by category.

  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [DeviceId <String>]: The device ID.
  • [DisplayName <String>]: The name of the report
  • [FailedUpdateCount <Int32?>]: Number of failed updates on the device
  • [LastUpdatedDateTime <DateTime?>]: Last date time the report for this device was updated.
  • [SuccessfulUpdateCount <Int32?>]: Number of successful updates on the device
  • [TotalUpdateCount <Int32?>]: Number of total updates on the device
  • [UpdateCategory <MacOSSoftwareUpdateCategory?>]: MacOS Software Update Category
  • [UpdateStateSummaries <IMicrosoftGraphMacOSSoftwareUpdateStateSummary- []>]: Summary of the update states.
    • [Id <String>]: The unique identifier for an entity. Read-only.
    • [DisplayName <String>]: Human readable name of the software update
    • [LastUpdatedDateTime <DateTime?>]: Last date time the report for this device and product key was updated.
    • [ProductKey <String>]: Product key of the software update.
    • [State <MacOSSoftwareUpdateState?>]: MacOS Software Update State
    • [UpdateCategory <MacOSSoftwareUpdateCategory?>]: MacOS Software Update Category
    • [UpdateVersion <String>]: Version of the software update
  • [UserId <String>]: The user ID.