{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "diagram",
  "home_page_url": "https://evotec.xyz/es/tags/diagram",
  "feed_url": "https://evotec.xyz/es/tags/diagram/index.feed.json",
  "description": "Evotec Main Website",
  "items": [
    {
      "id": "https://evotec.xyz/es/blog/creating-office-365-migration-diagram-with-powershell",
      "url": "https://evotec.xyz/es/blog/creating-office-365-migration-diagram-with-powershell",
      "title": "Creating Office 365 Migration Diagram with PowerShell",
      "summary": "A few weeks ago, I posted a concept migration diagram for Office 365 to Twitter and Facebook. Today I thought I would show you how you can do it yourself using PowerShell and PSWriteHTML PowerShell module. When I started working on this, I\u2019ve thought I want to create before and after infrastructure to see how it will look when migration ends. I\u2019ve initially planned to assign myself an Office 365 Visio Plan 2 license and do something manually, thinking it may be just much easier. Unfortunately for me, there were no free Visio licenses in my tenant, and my laziness took over, so I\u2019ve decided to give it a go using PowerShell only.",
      "date_published": "2021-01-03T18:27:05.0000000Z",
      "tags": [
        "diagram",
        "module",
        "office 365",
        "powershell",
        "pswritehtml"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/visually-display-active-directory-nested-group-membership-using-powershell",
      "url": "https://evotec.xyz/es/blog/visually-display-active-directory-nested-group-membership-using-powershell",
      "title": "Visually display Active Directory Nested Group Membership using PowerShell",
      "summary": "In the Active Directory PowerShell module, you have two commands to your disposal that help display group membership. Those are Get-ADGroup and Get-ADGroupMember. The first command contains property Members, which gives you DistinguishedName of all members, and Get-ADGroupMember can provide you either direct members or with Recursive switch all members recursively (skipping groups). Till a few weeks ago, I was a happy user of those commands until I noticed two things. Member property for Get-ADGroup sometimes misses elements for whatever reason.",
      "date_published": "2020-09-02T16:06:48.0000000Z",
      "tags": [
        "Active Directory",
        "adessentials",
        "diagram",
        "get-adgroup",
        "get-adgroupmember",
        "nested groups",
        "powershell",
        "pswritehtml"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/easy-way-to-create-diagrams-using-powershell-and-pswritehtml",
      "url": "https://evotec.xyz/es/blog/easy-way-to-create-diagrams-using-powershell-and-pswritehtml",
      "title": "Easy way to create diagrams using PowerShell and PSWriteHTML",
      "summary": "A few months ago, when I was working on PSWriteWord and PSWriteHTML, I thought to myself that in 2020 if I\u2019ll get time, I\u2019ll try to create PSWriteVisio. While I wasn\u2019t sure I would be able to make it past some concept, it was in my plans for 2020. It\u2019s still 2019 though, and while working on Testimo for Active Directory Healthchecks, I thought it would be nice to have a visual representation of network, forest schema or replication. I couldn\u2019t get this idea out of my head. I thought on using PSGraph from Kevin Marquette to generate image and import that to PSWriteHTML but it was a bit tricky and PSGraph requires external software to work \u2013 and has some additional steps for Windows, Mac or Linux.",
      "date_published": "2019-09-29T15:48:32.0000000Z",
      "tags": [
        "architecture",
        "css",
        "dashimo",
        "diagram",
        "html",
        "js",
        "network",
        "powershell",
        "pswritehtml",
        "reports"
      ]
    }
  ]
}