Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
SystemInfo.ADSystemInfo
Queries Active Directory information.
| Component | Version | macOS | Windows | Linux | Server | FileMaker 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.
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
Blog Entries
- 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
Release notes
- Version 9.3
- Added SystemInfo.ADSystemInfo function to query Active Directory details for current user.
Created 4th June 2019, last changed 18th October 2019
System.Sleep - SystemInfo.AppUsageStatistics
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins