Azure Active Directory Enterprise Applications - VALID UNTIL

Delroy McKenzie (IT Services) 26 Reputation points
2020-08-24T14:35:28.51+00:00

Enterprise Applications - i have just done a report of Enterprise applications in out tenancy, this was carried out using a PowerShell script (attached) to produce a CSV. The CSV contained contained the following fields

Application Name
ApplicationId
Publisher
Homepage
ObjectId
Enabled
Authorized By
Permissions
Valid until

All seems to make sense, except 'Valid Until' - anyone have an idea what this means. ?

There are a number of applications, that valid until date has passed, so i assume these have expired and no longer function. Therefore, if true, the plan will be to remove.

Thanks.

19926-app-permissions-inventory.txt

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,569 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Dominique Pollard 46 Reputation points
    2020-08-24T21:53:58.37+00:00

    "Valid until" was set by the script as the name of a note property of an AD object. The link below describes it in detail.

    -NotePropertyName

    Specifies the note property name.

    Use this parameter with the NotePropertyValue parameter. This parameter is optional.

    This parameter was introduced in Windows PowerShell 3.0

    https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/add-member?view=powershell-6

    Mark as answered if you find this post helpful

    1 person found this answer helpful.
    0 comments No comments