User Profile
StefanFried
Steel Contributor
Joined 8 years ago
User Widgets
Recent Discussions
Basic Auth - Reporting WebService (reports.office365.com )
hi community.. i need some help in understanding the following situation. In 2020, Microsoft will disable Basic Auth in Exchange Online. I would assume that this would affect also the reportingwebservice....right ? https://docs.microsoft.com/en-us/previous-versions/office/developer/o365-enterprise-developers/jj984328(v=office.15) until now i use basic auth to pull messagetrace data via the following call.... e.ghttps://reports.office365.com/ecp/reportingwebservice/reporting.svc/MessageTrace?$format=json so far so good. today i have created in my lab a policy which blocks ALL basic auth in exchange online and have assigned it to the user account i use for the rest call. AllowBasicAuthActiveSync : False AllowBasicAuthAutodiscover : False AllowBasicAuthImap : False AllowBasicAuthMapi : False AllowBasicAuthOfflineAddressBook : False AllowBasicAuthOutlookService : False AllowBasicAuthPop : False AllowBasicAuthReportingWebServices : False AllowBasicAuthRest : False AllowBasicAuthRpc : False AllowBasicAuthSmtp : False AllowBasicAuthWebServices : False AllowBasicAuthPowershell : False HOWEVER, i'm still able to pull the report via basic auth. why ? 🙂 Questions: - What's the reason ? - If basic auth really can't be used anymore for this reporting service, HOW can i access the messagetrace information in an automatic way...so what alternatives do i have ? (i need just message trace information and not mailing data via graph where i would need to access every single mailbox) thank you stefan12KViews1like7CommentsPSTN Call Statistics - API
hi i'm heavily looking for a way to retrieve PSTN data in an automatic way. I can't find anything in terms of Graph HOWEVER i have seen a vendor which can pull this data "somehow". So i'm wondering how they can do that. https://docs.microsoft.com/en-us/microsoftteams/teams-analytics-and-reports/pstn-usage-report https://docs.microsoft.com/en-us/microsoftteams/teams-analytics-and-reports/pstn-minute-pools-report thank you6.2KViews2likes13CommentsPrivate channels without using exchange online
to be honest, i'm not sure if i should laugh or cry. I would like to explain you a situation i have at the moment and i bet that i need to open a ticket at microsoft, but MAYBE some of you can explain me the real reason behind of the problem I have users who do not have an exchange online account. Whenever they get added to a private channel, the private channel is NOT visible in the Teams Client whereas in the Mobile client they SEE the private channel where they can write messages and interact with the others. But that's not all: these users can not even create any private channels although everyone is allowed from a policy point of view. I have done a bit of a research and read that for the compliance part, all the messages within private channels are kept within the individual mail boxes of the private channel members. Could this be the reason for this strange situation ? i'm wondering how this compliance works for GUEST users. I mean they do not necessarily have exchange online not either. thank you2.5KViews1like4CommentsAdd row into table - cell reference get moved after adding it
following issue: i have an excel with several sheets. (excel is located on onedrive) sheet 1 contains a table which get populated with data coming from MS flow (add a row into table) Sheet 2 references to cells on Sheet 1 --> e.g. =Sheet_1!$B$287 the problem is ,that whenever flow addsa row, the reference on sheet 2 get changed to =Sheet_1!$B$288 so how can i add flow data to an excelsheet and at the same time reference to these cells within other sheets ? thank you stefanMS Flow logging - monitoring
I haven't found any techcommunity article which answers any of the following questions...so i hope you have some answers for me :) (btw: i'm new to this MS Flow World) Is there any big picture for an Admin to see all existing MS Flows inside of an Org ? With Get-AdminFlow i can pull all the existing MS Flows. That is a nice list but it does not show me the content (conditions, actions and the structure of the flow itself) Are there any Logs which each MS Flow creates during/and after each run ? (successful, not successful, ..) Logs which can be collected somehow ? thank you stefanAPI and/or PowerShell for managing MS Stream
good morning folks I'm unsure if this question has ever been posted (at least i couldn't find any entry here). I would like to know if there are cmdlets available for retrieving statistical MS Stream Data? for instance getting data like --> how many videos have been uploaded...individual size info...tenant storage size...etc..etc In regards to API i have read that MS is working on that later this year without giving any ETA :( thank you stefanReports Reader Admin Role irrelevant?
hi folks I've found out that the delegated permissions (azure AD app) do not work as documented or the O365 Admin role "Reports Reader" is irrelevant at least in case of "Usage reports". I've created a Native Azure AD Application where I've set delegated permissions for "Read all usage reports" within MS graph According to the documentation providedhere the effective permissions of an application should be "the least privileged intersection of the delegated permissions the app has been granted (via consent) and the privileges of the currently signed-in user" I thought that the user (which should use this application in order to access usage reports) needs to have at least the Reports Reader Role...but in fact this is not necessary :( My Testcase: I send a token request for graph api for a user without any special privileges (normal user without any admin roles!) You see in the screenshot below that this user got the Scope Reports.Read.All ! So in my opinion this means, that EVERY user can access all the usage Reports. And in fact an ordinary user can pull the reports :) Questions: - is this intended ? I don't think so :) - if yes, whats the reason for having Admin Role ? - or do i misunderstood here something ? thank you stefan5.8KViews0likes4CommentsCopy Azure AD application
i have configured an Azure AD Application with different API Access configuration. Now I would need to create/register 1-n additional Azure AD applications with the same settings. Is there a way to automate this ? PowerShell ? Copy Settings ? thank you17KViews2likes3CommentsSkype Session Details - Finished Sessions
I would like to retrieve every 15min via "Get-CsUserSession" ONLY the sessions which have been finished. (every 15minutes because i don't want to pull thousands of session data once a day) Right now i don't have the possibility to do the same because i have to provide a start-time (mandatory parameter while using this cmdlet) which means that if the skype user session doesn't end within start time and next 15min then I'm unable to see the End-time for the user session. After 15min the collection runs again. Even if the same user session has been ended now, i don't get the session details because my start time has move forward by 15minutes as well. this is the command i use at the moment Get-CsUserSession -User $_.Userprincipalname -StartTime (Get-Date).AddMinutes(-15) (hope you can follow my idea:) So if there is a chance to retrieve ONLY a list of ended user sessions (by not using a start time) i would be very happy!1.1KViews0likes1CommentOfficial documentation for the Skype Web API ?
Question to the Community: What is the reason why Microsoft does not provide an official documentation for the Skype Web API which is being used inside of MS Teams ? Microsoft wants to push customers to use the new Skype for Business Back-end technology but at the same time the API documentation is limited or even not available :) maybe i'm missing something here the only information we've found so far is just this...which is of course something "unofficial": https://skpy.t.allofti.me/protocol/index.html thank you1.8KViews0likes3Comments