You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to find any user phone numbers in exports, although phone number seems supported/documented. This applies to mobile, fax and phone. Other contact information seems complete and accurate. Is this a bug? Or do numbers only export when they follow certain conventions, such as (xxx) xxx-xxxx for north america? (Germany has variable length phone numbers).
Microsoft 365 DSC Version
V1.24.313.1
Which workloads are affected
Azure Active Directory (Entra ID)
The DSC configuration
Just
Export-M365DSCConfiguration-Components @("AADUser")
and you should see what I mean.
Verbose logs showing the problem
VERBOSE SCRIPT OUTPUT:
======================|---[25/27] tuser@solopro.workVERBOSE: Attempting connection to {MicrosoftGraph} with:
VERBOSE:
Name Value
---------
TenantId
ApplicationSecret
ManagedIdentity False
ApplicationId
Credential System.Management.Automation.PSCredential
UserPrincipalName tuser@solopro.work
CertificateThumbprint
VERBOSE: Dependencies were already successfully validated.
VERBOSE: Credential was specified. Connecting via User Principal
VERBOSE: Dependencies were already successfully validated.
(no errors)
CONTENTS OF OUTPUT:
=================
AADUser "[email protected]"
{
City ="City";
Country ="Germany";
Credential =$Credscredential;
Department ="Department";
DisplayName ="Test User";
Ensure ="Present";
FirstName ="Firstname";
LastName ="Lastname";
LicenseAssignment =@("SPB");
MemberOf =@();
Office ="Office";
Password = (redacted)
PasswordNeverExpires =$False;
PasswordPolicies ="None";
PostalCode ="Zip";
Roles =@();
State ="Province";
StreetAddress ="Street address";
Title ="Job title";
UsageLocation ="DE";
UserPrincipalName ="tuser@$OrganizationName";
UserType ="Member";
}
ACTUAL CONTACT INFORMATION IN ENTRA:
=====================================
Business phone: "12345"
Mobile phone: "54321"
Fax number: "67890"
Environment Information + PowerShell Version
powershell 5.1.26100.1 Arm64
The text was updated successfully, but these errors were encountered:
Description of the issue
I can't seem to find any user phone numbers in exports, although phone number seems supported/documented. This applies to mobile, fax and phone. Other contact information seems complete and accurate. Is this a bug? Or do numbers only export when they follow certain conventions, such as (xxx) xxx-xxxx for north america? (Germany has variable length phone numbers).
Microsoft 365 DSC Version
V1.24.313.1
Which workloads are affected
Azure Active Directory (Entra ID)
The DSC configuration
Verbose logs showing the problem
Environment Information + PowerShell Version
powershell 5.1.26100.1 Arm64
The text was updated successfully, but these errors were encountered: