Get-MgAuditLogSignIn
Get signIns from auditLogs
Syntax
Get-MgAuditLogSignIn
[-ExpandProperty <String[]>]
[-Property <String[]>]
[-Filter <String>]
[-Search <String>]
[-Skip <Int32>]
[-Sort <String[]>]
[-Top <Int32>]
[-PageSize <Int32>]
[-All]
[-CountVariable <String>]
[<CommonParameters>]
Get-MgAuditLogSignIn
-SignInId <String>
[-ExpandProperty <String[]>]
[-Property <String[]>]
[<CommonParameters>]
Get-MgAuditLogSignIn
-InputObject <IReportsIdentity>
[-ExpandProperty <String[]>]
[-Property <String[]>]
[<CommonParameters>]
Description
Get signIns from auditLogs
Examples
Example 1: Using the Get-MgAuditLogSignIn Cmdlet
Import-Module Microsoft.Graph.Reports
Get-MgAuditLogSignIn -SignInId $signInId
This example shows how to use the Get-MgAuditLogSignIn Cmdlet. To learn about permissions for this resource, see the permissions reference.
Example 2: Using the Get-MgAuditLogSignIn Cmdlet
Import-Module Microsoft.Graph.Reports
Get-MgAuditLogSignIn -Filter "startsWith(appDisplayName,'Graph')" -Top 10
This example shows how to use the Get-MgAuditLogSignIn Cmdlet. To learn about permissions for this resource, see the permissions reference.
Example 3: Using the Get-MgAuditLogSignIn Cmdlet
Import-Module Microsoft.Graph.Reports
Get-MgAuditLogSignIn
This example shows how to use the Get-MgAuditLogSignIn Cmdlet. To learn about permissions for this resource, see the permissions reference.
Parameters
-All
List all pages.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-CountVariable
Specifies a count of the total number of items in a collection. By default, this variable will be set in the global scope.
Type: | String |
Aliases: | CV |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ExpandProperty
Expand related entities
Type: | String[] |
Aliases: | Expand |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Filter
Filter items by property values
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Identity Parameter To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table.
Type: | IReportsIdentity |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-PageSize
Sets the page size of results.
Type: | Int32 |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Property
Select properties to be returned
Type: | String[] |
Aliases: | Select |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Search
Search items by search phrases
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SignInId
The unique identifier of signIn
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Skip
Skip the first n items
Type: | Int32 |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Sort
Order items by property values
Type: | String[] |
Aliases: | OrderBy |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Top
Show only the first n items
Type: | Int32 |
Aliases: | Limit |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Microsoft.Graph.PowerShell.Models.IReportsIdentity
Outputs
Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSignIn
Notes
ALIASES
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.
INPUTOBJECT <IReportsIdentity>
: Identity Parameter
[ApplicationSignInDetailedSummaryId <String>]
: The unique identifier of applicationSignInDetailedSummary[CredentialUserRegistrationDetailsId <String>]
: The unique identifier of credentialUserRegistrationDetails[Date <DateTime?>]
: Usage: date={date}[DeviceManagementCachedReportConfigurationId <String>]
: The unique identifier of deviceManagementCachedReportConfiguration[DeviceManagementExportJobId <String>]
: The unique identifier of deviceManagementExportJob[DirectoryAuditId <String>]
: The unique identifier of directoryAudit[EndDateTime <DateTime?>]
: Usage: endDateTime={endDateTime}[Filter <String>]
: Usage: filter='{filter}'[GroupId <String>]
: Usage: groupId='{groupId}'[IncludedUserRoles <String>]
: Usage: includedUserRoles='{includedUserRoles}'[IncludedUserTypes <String>]
: Usage: includedUserTypes='{includedUserTypes}'[Period <String>]
: Usage: period='{period}'[PrintUsageByPrinterId <String>]
: The unique identifier of printUsageByPrinter[PrintUsageByUserId <String>]
: The unique identifier of printUsageByUser[PrintUsageId <String>]
: The unique identifier of printUsage[PrinterId <String>]
: Usage: printerId='{printerId}'[ProvisioningObjectSummaryId <String>]
: The unique identifier of provisioningObjectSummary[SignInId <String>]
: The unique identifier of signIn[Skip <Int32?>]
: Usage: skip={skip}[SkipToken <String>]
: Usage: skipToken='{skipToken}'[StartDateTime <DateTime?>]
: Usage: startDateTime={startDateTime}[Top <Int32?>]
: Usage: top={top}[UserCredentialUsageDetailsId <String>]
: The unique identifier of userCredentialUsageDetails[UserId <String>]
: Usage: userId='{userId}'[UserRegistrationDetailsId <String>]
: The unique identifier of userRegistrationDetails