{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "Azure",
  "home_page_url": "https://evotec.xyz/es/categories/azure",
  "feed_url": "https://evotec.xyz/es/categories/azure/index.feed.json",
  "description": "Evotec Main Website",
  "items": [
    {
      "id": "https://evotec.xyz/es/blog/active-directory-health-check-using-microsoft-entra-connect-health-service",
      "url": "https://evotec.xyz/es/blog/active-directory-health-check-using-microsoft-entra-connect-health-service",
      "title": "Active Directory Health Check using Microsoft Entra Connect Health Service",
      "summary": "Active Directory (AD) is crucial in managing identities and resources within an organization. Ensuring its health is pivotal for the seamless operation of various services. Today, I decided to look at Microsoft Entra Connect Health (Azure AD Connect Health) service, which allows monitoring Azure AD Connect, ADFS, and Active Directory. This means that under a single umbrella, you can have an overview of three services health. But is it worth it?",
      "date_published": "2023-10-08T14:36:57.0000000Z",
      "tags": [
        "Active Directory",
        "Azure",
        "azure ad",
        "health checks",
        "microsoft entra",
        "powershell"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/microsoft-fundamental-free-training-starting-february-6th-2023",
      "url": "https://evotec.xyz/es/blog/microsoft-fundamental-free-training-starting-february-6th-2023",
      "title": "Free Microsoft Azure/Office365 Fundamentals Training starting February 6th 2023",
      "summary": "Being a Microsoft MVP has quite a few benefits. You get to be part of unique offers that help you enhance your knowledge even further. Microsoft Learning team decided to provide free training on Microsoft Fundamentals for MVPs and the Microsoft community, so I\u2019m sharing this with you! Starting next week, Microsoft will run each activity from 9 AM to 5 PM Eastern Standard Time (EST) or 15:00 to 23:00 in Europe (CET).",
      "date_published": "2023-02-04T10:03:56.0000000Z",
      "tags": [
        "azure",
        "free",
        "o365",
        "office 365",
        "training"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/configuring-office-365-settings-using-powershell-the-non-supported-way",
      "url": "https://evotec.xyz/es/blog/configuring-office-365-settings-using-powershell-the-non-supported-way",
      "title": "Configuring Office 365 settings using PowerShell \u2013 The non-supported way",
      "summary": "Office 365 is a huge beast. It has so many services that it\u2019s hard to track all of them. It\u2019s even harder if you want to manage Office 365 using PowerShell. Microsoft makes many different PowerShell modules available for you, such as AzureAD, AzureADPreview, ExchangeOnline, MicrosoftTeams, and recently, Microsoft.Graph. But even with so many different modules, there are still tasks that Microsoft won\u2019t let you do from PowerShell. But it doesn\u2019t mean that it\u2019s not possible to do it. I\u2019ve spent some time tracking how Microsoft does things while you click thru the interface and created an O365Essentials PowerShell module that can do it in an automated way.",
      "date_published": "2021-09-26T15:12:35.0000000Z",
      "tags": [
        "Azure",
        "Azure AD",
        "graph api",
        "microsoft graph",
        "microsoft office 365",
        "module",
        "o365essentials",
        "office 365",
        "powershell",
        "powershellgallery"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/getting-azure-health-parsing-html-website-using-psparsehtml",
      "url": "https://evotec.xyz/es/blog/getting-azure-health-parsing-html-website-using-psparsehtml",
      "title": "Getting Azure Health by parsing HTML using PSParseHTML",
      "summary": "Some time ago I\u2019ve wrote PowerShell way to get all information about Office 365 Service Health, and if you were thinking that I would try the same concept for Azure Services you were right. However, I failed. This is because Office 365 Health can be gathered using Microsoft Graph API, and Azure Health information, as far as I know, is not available in the form I wanted it. Azure Status is available as part of Azure Status website. Contrary to Office 365 health you don\u2019t have to login to your Office 365 tenant to read it.",
      "date_published": "2019-12-08T16:38:22.0000000Z",
      "tags": [
        "azure",
        "azure health",
        "powershell",
        "psparsehtml"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/preparing-azure-app-registrations-permissions-for-office-365-health-service",
      "url": "https://evotec.xyz/es/blog/preparing-azure-app-registrations-permissions-for-office-365-health-service",
      "title": "Preparing Azure App Registrations permissions for Office 365 Service Health",
      "summary": "As you may have seen in my other post, there\u2019s a simple, PowerShell way to get Office 365 Health Service data for you to use any way you like it. But before you can use that, you need to register granular permissions on your Office 365 tenant so that that data is provided to you. Here\u2019s a step by step way to do it.",
      "date_published": "2019-04-22T16:25:02.0000000Z",
      "tags": [
        "azure",
        "health",
        "office 365",
        "powershell"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/powershell-way-to-get-all-information-about-office-365-service-health",
      "url": "https://evotec.xyz/es/blog/powershell-way-to-get-all-information-about-office-365-service-health",
      "title": "PowerShell way to get all information about Office 365 Service Health",
      "summary": "Office 365 is an excellent cloud service. But like any service, there\u2019s some infrastructure behind it that has to be cared for. Since this is Cloud, Microsoft does this for you. But any problems Microsoft has to have some impact on your end users. And you may want to have that visibility for your users. Microsoft provides this to Admins when they login to the portal, but while useful you may want to use that data in other ways than those planned by Microsoft.",
      "date_published": "2019-04-22T16:24:43.0000000Z",
      "tags": [
        "Azure",
        "health",
        "office 365",
        "powershell",
        "pswindocumentation"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/accessing-azurevm-with-nla-and-broken-domain-trust-relationship",
      "url": "https://evotec.xyz/es/blog/accessing-azurevm-with-nla-and-broken-domain-trust-relationship",
      "title": "Accessing AzureVM with NLA and broken domain trust relationship",
      "summary": "Hosting your VM\u2019s in Azure Cloud is excellent. You have all those features, professionally managed and virtually limitless. I don\u2019t want to take your time to sell you Azure Services but to share a solution to one of the things I had to solve in Azure and sooner or later you may end up with on. During the test restore for Active Directory and multiple other machines which were much older (or newer) then Active Directory Domain Controller that was restored it turned out one can\u2019t log in to most of the devices. First of all your domain password is already changed, but that can quickly be addressed. Your second and more significant problem is Network Level Authentication (NLA), and your 3rd problem is broken trust relationship.",
      "date_published": "2019-03-28T09:22:42.0000000Z",
      "tags": [
        "Active Directory",
        "ad trust",
        "azure",
        "azure vm",
        "nla",
        "powershell"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/azure-ad-connect-completed-export-errors-permission-issue",
      "url": "https://evotec.xyz/es/blog/azure-ad-connect-completed-export-errors-permission-issue",
      "title": "Azure AD Connect \u2013 Completed-Export-Errors \u2013 Permission-Issue",
      "summary": "During synchronization of Active Directory with Office 365 via Azure AD Connect I was greeted with a list of accounts that have permission-issue. Error message by itself gives you a slight hint, but it doesn\u2019t tell you exactly where to look.",
      "date_published": "2018-11-29T11:15:53.0000000Z",
      "tags": [
        "azure",
        "azure ad",
        "windows"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/azure-agent-where-did-my-space-go",
      "url": "https://evotec.xyz/es/blog/azure-agent-where-did-my-space-go",
      "title": "Azure Agent \u2013 Where did my space go?",
      "summary": "Recently I had a weird case where one of our Azure servers was starting losing space pretty quickly making Pulseway go nuts. As you can assume from the title of this post the cause for this is Azure Agent itself. But before I actually knew that I had to do some digging as it\u2019s not that obvious because Windows Explorer isn\u2019t showing anything worth checking.",
      "date_published": "2018-11-28T16:19:01.0000000Z",
      "tags": [
        "azure",
        "Azure Agent",
        "TreeSize",
        "windows",
        "Windows Azure"
      ]
    }
  ]
}