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 |
Parameters
none
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
- Version 13.3
- Fixed an issue with SystemInfo.ADSystemInfo function reporting an error about not having initialized COM.
- Version 9.3
- Added SystemInfo.ADSystemInfo function to query Active Directory details for current user.
Blog Entries
- MBS FileMaker Plugin, version 13.3pr1
- Neues vom MBS Plugin 9.3
- Whats new in MBS FileMaker Plugin version 9.3
- Neues MBS FileMaker Plugin 9.3 - Über 5900 Funktionen in einem Plugin
- MBS FileMaker Plugin 9.3 - More than 5900 Functions In One Plugin
- MBS FileMaker Plugin, version 9.3pr2
This function is free to use.
Created 4th June 2019, last changed 19th May 2023