Retrieved information
The connector creates Discovery files in the snowpack format .snowpack. The following sections list the fields that are used in the snowpack manifest and what information they are populated with.
Users
Source
| Field in snowpack manifest | Field in SIM configuration |
|---|---|
| SiteName | Global or overridden site name |
| ConfigName | Connector instance name |
| Name | A constant that is set by the connector. Value = "server-discoveryuser-ad" |
Name
| Field in snowpack manifest | Field in Graph API |
|---|---|
| Domain | User -> onPremisesDomainName |
Active Directory User
| Field in snowpack manifest | Field in Graph API |
|---|---|
| ObjectGuid | User -> id |
| ObjectSid | User -> securityIdentifier |
| Email addresses | User -> mail + otherMails |
| GivenName | User -> givenName |
| LastLogonActivity | SignIn -> createdDateTime |
| LastName | User -> surname |
| OrganizationalUnit | Extracted from User -> OnPremisesDistinguishedName |
| UserPrincipalName | User -> userPrincipalName |
| ManagerName | User -> manager -> displayName |
| ManagerEmail | User -> manager -> mail |
| SamAccountName | User -> onPremisesSamAccountName |
| WhenChanged | DirectoryAudit -> activityDateTime |
| WhenCreated | User -> createdDateTime |
Devices
Source
| Field in snowpack manifest | Field in SIM configuration |
|---|---|
| SiteName | Global or overridden site name |
| ConfigName | Connector instance name |
| Name | A constant that is set by the connector. Value = "server-discovery-ad" |
Active Directory
| Field in snowpack manifest | Field in Graph API |
|---|---|
| ObjectGuid | Device -> deviceId |
| DnsHostname | Device -> displayName |
| LastLogonActivity | Device -> approximateLastSignInDateTime |
| Name | Device -> displayName |
| OperatingSystemName | Device -> operatingSystem |
| OperatingSystemVersion | Device -> operatingSystemVersion |
| WhenChanged | DirectoryAudit -> activityDateTime |
| WhenCreated | Device -> registrationDateTime |