oms operations management suite
8 TopicsError when running Enable-OrganizationCustomization
Customer is on a Business Basic trial license and 1 paid Business Standard license. The tenant is dehydrated. They are runnig the above command and getting a long error message (replaced the numbers with X). There's no complex environment involved. Any suggestions on what might be causing this and how to fix it? Write-ErrorMessage : Ex88D115|Microsoft.Exchange.Management.Deployment.ScriptExecutionException|The following error was generated when " Set-Organization $RoleOrganizationHierarchicalPath ` -TargetServicePlan $TargetServicePlan ` -IsUpdatingServicePlan $true ` -DomainController $RoleDomainController; " was run: "System.Management.Automation.ActionPreferenceStopException: The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: An Active Directory error 0xFFFFFFFE occurred when trying to check the suitability of server 'MWXPRXXAXXDCXXX.NAMPR1XXAXXX.PROD.OUTLOOK.COM'. Error: 'Unsuitable although no exception raised' at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input) at System.Management.Automation.PowerShell.Worker.ConstructPipelineAndDoWork(Runspace rs, Boolean performSyncInvoke) at System.Management.Automation.PowerShell.Worker.CreateRunspaceIfNeededAndDoWork(Runspace rsToUse, Boolean isSync) at System.Management.Automation.PowerShell.CoreInvokeHelper[TInput,TOutput](PSDataCollection`1 input, PSDataCollection`1 output, PSInvocationSettings settings) at System.Management.Automation.PowerShell.CoreInvoke[TInput,TOutput](PSDataCollection`1 input, PSDataCollection`1 output, PSInvocationSettings settings) at Microsoft.Exchange.Management.LocalPowerShellConnection.LocalPowerShell.Execute() at Microsoft.Exchange.Management.Deployment.ComponentInfoBasedTask.InternalExecuteScript(String script, Boolean handleError, Int32 subSteps, LocalizedString statusDescription, String scriptIdentifier)". At C:\Users\brian\AppData\Local\Temp\tmpEXO_eqpoocpi.m2l\tmpEXO_eqpoocpi.m2l.psm1:1204 char:13 + Write-ErrorMessage $ErrorObject + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Enable-OrganizationCustomization], ScriptExecutionException + FullyQualifiedErrorId : [Server=DS7PRxxMBxxxx,RequestId=0af33b70-f6e4-f04c-e579-4827fd3d1835,TimeStamp=Fri, 17 M ay 2024 11:57:25 GMT],Write-ErrorMessage568Views0likes2CommentsOMS Custom Dashbaord
Hello Friends, Not sure if its been posted earlier in any group, As the Old OMS portal being deprecated i no longer create custom dashboard. I want to know what will be best approach to create custom dashboard for different user groups and countries. 1) OMS integration with Power BI or any other recommendation?Solved3.1KViews0likes2CommentsReal time metric monitoring solution
Hello Community, I work in a team which manages monitoring for our on-prem Linux environment. We have been asked to manage the monitoring for the cloud-based solution that our internal BU's are progressing with. We have noticed a massive lag in the threshold being triggered to the time we receive an alert. In some cases, it took over 9 hrs and that was just a basic heartbeat search query which was checking every 5min for the last 4hrs which should have generated an alert. My question to the community is what other solutions have you turned to which have helped you overcome this latency issue? We are in an industry where real-time is a must, as we are in the financial sector where time lost is money lost money. any suggestions or feedback is welcomed. thanks J3.5KViews0likes5Commentsonly | Export-csv is having an issue exporting the data, the rest of the PS works fine
i run the below against a CSV file and works fine on exchange online PS, foreach($m in $mailboxes) {Get-MailboxStatistics $m.Identity.ToString() |select Identity, displayname, LastLogonTime, itemcount, totalitemsize; Start-Sleep -Milliseconds 500} however when i add the Export-csv switch it only gets one user info exported, the last user in the list i tried altering the line in many ways something is wrong while exporting the results only , the results are retrieved successfully on-screen when the command is fired without the Export parameter foreach($m in $mailboxes) {Get-MailboxStatistics $m.Identity.ToString() |select Identity, displayname, LastLogonTime, itemcount, totalitemsize; Start-Sleep -Milliseconds 500 -Export-csv d:\123.csv}Solved8.3KViews0likes4CommentsUpdate Management Not Assessing Connected Computers
I recently migrated my workspace from one subscription to another. I removed and re-created my automation account and re-added the solution, but it is only pulling in newly added computers. I have 60 connnected data sources (windows servers) but only 8 have been assessed. Any suggestions?1.6KViews0likes0Comments