mirror of
https://github.com/Set-OutlookSignatures/Set-OutlookSignatures.git
synced 2026-04-26 10:45:52 +03:00
[GH-ISSUE #26] $CURRENTUSERTELEPHONE$ not being populated from graph #6
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Set-OutlookSignatures-Set-OutlookSignatures#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vitorpereira on GitHub (Dec 19, 2021).
Original GitHub issue: https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/issues/26
Originally assigned to: @vitorpereira, @GruberMarkus on GitHub.
Using v2.4.0 and
CURRENTUSERTELEPHONEis not being populated using -graphonly $true. Checked using graph explorer and can see the value for the test user as per below. No errors when running."businessPhones": [
"+44 1234567890 x123"
]
@GruberMarkus commented on GitHub (Dec 19, 2021):
Thanks for finding and reporting this error!
Please test if changing a line in '.\docs\default graph config.ps1' solves the problem in your environment, too:
Old line: telephonenumber = 'businessPhones[0]'
new line: telephonenumber = 'businessPhones'
If you confirm the fix, I will release v2.4.1 as fast as I can.
@vitorpereira commented on GitHub (Dec 19, 2021):
I've done that and from the messages I see when running it, I'm now getting values for
CURRENTMAILBOXMANAGERTELEPHONE,CURRENTMAILBOXTELEPHONEandCURRENTUSERMANAGERTELEPHONEbut not forCURRENTUSERTELEPHONE.@GruberMarkus commented on GitHub (Dec 19, 2021):
It's working fine in my cloud environment:
CURRENTMAILBOXMANAGERTELEPHONE: ManagerOfficePhoneCURRENTMAILBOXTELEPHONE: OfficePhoneCURRENTUSERMANAGERTELEPHONE: ManagerOfficePhoneCURRENTUSERTELEPHONE: OfficePhonePlease save the full output of Set-OutlookSignatures as text file and add it to this issue for further analysis.
@GruberMarkus commented on GitHub (Dec 21, 2021):
Hi Vitor,
any updates from you side?
It's working fine in my cloud environment:
CURRENTMAILBOXMANAGERTELEPHONE: ManagerOfficePhoneCURRENTMAILBOXTELEPHONE: OfficePhoneCURRENTUSERMANAGERTELEPHONE: ManagerOfficePhoneCURRENTUSERTELEPHONE: OfficePhone@GruberMarkus commented on GitHub (Dec 22, 2021):
Hi Vitor,
v2.5.0-beta1 has just been released. It contains some new features and a fix for the problem in this issue.
Please let me know if this beta solves the problem (if yes, I will close this issue).
@GruberMarkus commented on GitHub (Dec 24, 2021):
Hi @vitorpereira,
Merry Christmas!
v2.5.0-beta1 has been released, containing a fix for the problem in this issue.
Please let me know if I can close this issue as solved.
@GruberMarkus commented on GitHub (Jan 3, 2022):
Closing, as this bug has been confirmed and solved in v2.5.0-beta1.
The original issue creator, @vitorpereira, is unavailable since 15 days. He can re-open this issue any time should he finds that the bug has not been solved to his expectation.