Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

SystemInfo.ADSystemInfo

Queries Active Directory information.

Component Version macOS Windows Linux Server iOS SDK
SystemInfo LDAP 9.3 ❌ No ✅ Yes ❌ No ❌ No ❌ No
MBS( "SystemInfo.ADSystemInfo" { ; IncludeGroups } )   More

Parameters

Parameter Description Example Flags
IncludeGroups Whether to query the groups, if available.
Pass 1 to include groups. Default is 0 to not include them.
1 Optional

Added in version 16.1.

Result

Returns JSON or error.

Description

Queries Active Directory information.
This call may take a second if a query needs to be sent to server.
Returns JSON with details including UserName, ComputerName, SiteName, DomainShortName, DomainDNSName, ForestDNSName, PDCRoleOwner, SchemaRoleOwner, IsNativeMode, DCNam and DCSiteName.
The result is an empty JSON object in case of no Active Directory in use.

Not useful on server as it would query the Active Directory information for the system user running FileMaker Server and not the information for the user calling the script via PSoS. So better use in FileMaker Pro only.

Examples

Query Active Directory details on Windows:

MBS( "SystemInfo.ADSystemInfo" )

Example result:
{ "UserName": "CN=John Doe,OU=2SH User,DC=2SXXX,DC=2S", "ComputerName": "CN=2SMBP16W10,CN=Computers,DC=2SXXX,DC=2S", "SiteName": "Default-First-Site-Name", "DomainShortName": "2SXXX", "DomainDNSName": "2SXXX.2S", "ForestDNSName": "2SXXX.2S", "PDCRoleOwner": "CN=NTDS Settings,CN=2SDCERP,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=2SXXX,DC=2S", "SchemaRoleOwner": "CN=NTDS Settings,CN=2SDCERP,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=2SXXX,DC=2S", "IsNativeMode": true, "DCName": "2SDCSTORAGE.2SXXX.2S", "DCSiteName": "Default-First-Site-Name" }

See also

Release notes

Blog Entries

This function is free to use.

Created 4th June 2019, last changed 13th February 2026


System.Sleep - SystemInfo.AppResourceUsageStatistics