User Profile
vicky2019
Copper Contributor
Joined 7 years ago
User Widgets
Recent Discussions
OMS queries update error
Hi Guys, I'm facing error for this query appreciate it if anyone can help me with it ProtectionStatus | summarize (TimeGenerated, Rank) = argmax(TimeGenerated, ThreatStatusRank) by Computer | where ThreatStatusRank > 199 and ThreatStatusRank != 470 this throws me syntax error when I try to run it I have all the solutions created which are required for it.Solved1.5KViews0likes1CommentRe: Team SharePoint data sync between two tenants
Yes Just the files. HAHAHA Okay so, the reason I have two tenants is that I have quite a customer base right now and we have to provide them solutions as well as support so, just to keep things segregated we came up with this set up and I want to implement a automated way to sync up some of my teams channel data. so just in case solutions engineer deletes the channel or ends with project the data will be already present in support side and he/she can just send in a request to close out the project and archive the project deliverable data to support team adam deltinger. and i think I can not pull this off without using third party tool so. ....6.7KViews0likes0CommentsRe: Team SharePoint data sync between two tenants
adam deltinger actually I have a Teams channel and my project is completed now I want to move all the data in my other tenant where I track all irrelevant (which are not required in live project also my support tenant for clients) activities. so I want to implement this practice going forward that whenever any project completed data is zipped and moved to support tenant. and I'll remove the team channel from my Primary tenant. This is what I'm trying to achieve here, so I thought if their is any way I can sync Team share point data in between two tenants.6.7KViews0likes2Commentsupdating my OMS queries
So after Jan 2019 "search" and "union" is not supported in log queries. I have tried updating my all queries but could not find any other workarounds for resolving these errors. here is my query for checking Devices with Signatures Out of Date I need help for tweaking this query so that it runs just as it use to do. search in (ProtectionStatus) * | summarize Rank = max(ProtectionStatusRank) by Computer | limit 500000 | where Rank == "250" // Oql: Type=ProtectionStatus | measure max(ProtectionStatusRank) as Rank by Computer | top 500000 | where Rank:250Solved1.6KViews0likes3Comments
Recent Blog Articles
No content to show