< Back

Get-DrmmAccount

Mon Jan 13, 2020 8:58 am

NAME Get-DrmmAccount



SYNOPSIS

Fetches the authenticated user's account data.





SYNTAX

Get-DrmmAccount [<CommonParameters>]





DESCRIPTION

Returns account settings, descriptor and account device status.



Account {

currency (string, optional),

descriptor (Account Descriptor, optional),

devicesStatus (AccountDevicesStatus, optional),

id (integer, optional),

name (string, optional),

uid (string, optional)

}

Account Descriptor {

bilingEmail (string, optional),

deviceLimit (integer, optional),

timeZone (string, optional)

}

AccountDevicesStatus {

numberOfDevices (integer, optional),

numberOfManagedDevices (integer, optional),

numberOfOfflineDevices (integer, optional),

numberOfOnDemandDevices (integer, optional),

numberOfOnlineDevices (integer, optional)

}





PARAMETERS

<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