{"id":3906,"date":"2021-10-25T08:00:00","date_gmt":"2021-10-25T05:00:00","guid":{"rendered":"https:\/\/www.dataplatform.gr\/?p=3906"},"modified":"2022-07-18T00:23:31","modified_gmt":"2022-07-17T21:23:31","slug":"pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s","status":"publish","type":"post","link":"https:\/\/www.dataplatform.gr\/en\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\/","title":{"rendered":"How do we create a Group Managed Service in Active Directory to pick up the SQL Server service without using a password"},"content":{"rendered":"<p>To <strong>SQL Server<\/strong> we have to change the user that &quot;raises&quot; the SQL Server service from the Windows default to someone with specific rights that belongs to the Active Directory Domain. In this article we will see how we can create one <strong>Group Managed Service<\/strong> which will allow us to control these accounts en masse and not have the need to use a password for each one. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The installation<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">The actions required on the Active Directory Domain Controller<\/h4>\n\n\n\n<p>To create the Security Group we connect to the server that has the Active Directory Controller, go to <em><strong>Active Directory Users and Computers<\/strong><\/em>, right click on <strong><em>domain<\/em><\/strong>, <strong><em>New<\/em><\/strong>, <em><strong>Group<\/strong><\/em>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"642\" height=\"524\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-03.png\" alt=\"\" class=\"wp-image-3909\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-03.png 642w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-03-300x245.png 300w\" sizes=\"auto, (max-width: 642px) 100vw, 642px\" \/><figcaption>01<\/figcaption><\/figure>\n\n\n\n<p>We assign a name to the Group:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"424\" height=\"371\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-04.png\" alt=\"\" class=\"wp-image-3910\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-04.png 424w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-04-300x263.png 300w\" sizes=\"auto, (max-width: 424px) 100vw, 424px\" \/><figcaption>02<\/figcaption><\/figure>\n\n\n\n<p>Then we choose right click on the Group we made, <strong><em>Members<\/em><\/strong>, <em><strong>Add\u2026<\/strong><\/em>, as object type we define Computers, as location the Domain, the names of the servers that the managed services will use and finally we choose <strong><em>Check Names<\/em><\/strong>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"563\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-05-1024x563.png\" alt=\"\" class=\"wp-image-3911\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-05-1024x563.png 1024w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-05-300x165.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-05-768x422.png 768w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-05.png 1145w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption>03<\/figcaption><\/figure>\n\n\n\n<p>Next we need to make a key for the distribution service (KDS). We will be able to use this key after 10 hours. For the key to be created and to be effective immediately, run the following command at <strong>PowerShell<\/strong>:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"powershell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">Add-KdsRootKey -EffectiveTime ((Get-Date).AddHours(-10))<\/pre>\n\n\n\n<p>To see that it was created normally, run the following:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"powershell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">Get-KdsRootKey<\/pre>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>AttributeOfWrongFormat :\nKeyValue               : {197, 92, 95, 225...}\nEffectiveTime          : 5\/10\/2021 4:03:28 \u03c0\u03bc\nCreationTime           : 5\/10\/2021 2:03:28 \u03bc\u03bc\nIsFormatValid          : True\nDomainController       : CN=WS3,OU=Domain Controllers,DC=dataplatform,DC=local\nServerConfiguration    : Microsoft.KeyDistributionService.Cmdlets.KdsServerConfiguration\nKeyId                  : beffa3be-d2e1-989b-d545-03706e73906e\nVersionNumber          : 1<\/code><\/pre>\n\n\n\n<p>To create the <em>Group Managed Service<\/em> run the following command setting:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>name: The name we want the managed service to have.<\/li><li>DNSHostName: The DNS hostname.<\/li><li>PrincipalsAllowedToRetrieveManagedPassword: The name of the Group we created.<\/li><\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"powershell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">New-ADServiceAccount -name sqlserverserv -DNSHostName ws3.dataplatform.local -PrincipalsAllowedToRetrieveManagedPassword DBA<\/pre>\n\n\n\n<p>Also so that we don&#039;t receive messages about his registration <strong>Service Principal Name (SPN)<\/strong> we should allow the service account to be able to register itself with the following command:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"powershell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">dsacls (Get-ADServiceAccount -Identity sqlserverserv ).DistinguishedName \/G \"SELF:RPWP;servicePrincipalName\" <\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"> The actions required on the SQL Servers servers<\/h4>\n\n\n\n<p>To begin with, we should connect to the SQL Servers and install the feature <strong>AD DS and AD LDS Tools<\/strong>. To do this we go to <strong><em>Server Manager<\/em><\/strong> and we choose <strong><em>Add roles and features<\/em><\/strong>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"630\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/wsag-01-1024x630.png\" alt=\"\" class=\"wp-image-3846\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/wsag-01-1024x630.png 1024w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/wsag-01-300x185.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/wsag-01-768x473.png 768w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/wsag-01.png 1178w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption>04<\/figcaption><\/figure>\n\n\n\n<p>Then on the tab <strong><em>Features <\/em><\/strong>below the selection <em><strong>Remote Server Administration Tools<\/strong><\/em> and <strong><em>Role Administration Tools<\/em><\/strong> we will find to choose it <strong><em><strong>AD DS and AD LDS Tools<\/strong> <\/em><\/strong>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"777\" height=\"551\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-02.png\" alt=\"\" class=\"wp-image-3915\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-02.png 777w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-02-300x213.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-02-768x545.png 768w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-02-340x240.png 340w\" sizes=\"auto, (max-width: 777px) 100vw, 777px\" \/><\/figure>\n\n\n\n<p>After the installation is complete we run the following command in PowerShell specifying its name <strong>Managed Service<\/strong> which we made before:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"powershell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">Install-ADServiceAccount sqlserverserv <\/pre>\n\n\n\n<p>To test if it works, run the following:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"powershell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">Test-ADServiceAccount sqlserverserv <\/pre>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>True<\/code><\/pre>\n\n\n\n<p>Now it is ready and we have to go to change it in the SQL Server service.<\/p>\n\n\n\n<p>Let&#039;s go to <strong><em>SQL Server Configuration Manager<\/em><\/strong> , select SQL Server Service, right click on SQL Server, select the tab <strong><em>Log On<\/em><\/strong>, <em><strong>This account<\/strong><\/em>, <em><strong>Browse<\/strong><\/em>, as Object Type we define <em><strong>Service Account<\/strong><\/em>, as Location we define <strong><em>Entire Directory<\/em><\/strong> and put the name of the server <strong><em>Check Names<\/em><\/strong>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"558\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-11-1024x558.png\" alt=\"\" class=\"wp-image-3912\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-11-1024x558.png 1024w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-11-300x163.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-11-768x418.png 768w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-11.png 1283w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption>06<\/figcaption><\/figure>\n\n\n\n<p>After restarting the service, we will see that it has received the new managed service successfully:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"829\" height=\"190\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-12.png\" alt=\"\" class=\"wp-image-3913\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-12.png 829w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-12-300x69.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/10\/gms-12-768x176.png 768w\" sizes=\"auto, (max-width: 829px) 100vw, 829px\" \/><figcaption>07<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Sources:<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/docs.microsoft.com\/en-us\/windows-server\/security\/group-managed-service-accounts\/group-managed-service-accounts-overview\" target=\"_blank\" rel=\"noreferrer noopener\">Group Managed Service Accounts Overview<\/a><\/li><li><a href=\"https:\/\/docs.microsoft.com\/en-us\/powershell\/module\/activedirectory\/new-adserviceaccount?view=windowsserver2019-ps\" target=\"_blank\" rel=\"noreferrer noopener\">New-ADServiceAccount<\/a><\/li><li><a href=\"https:\/\/www.sqlshack.com\/configure-managed-service-accounts-for-sql-server-always-on-availability-groups\/\" target=\"_blank\" rel=\"noreferrer noopener\">Configure Managed Service Accounts for SQL Server Always On Availability Groups<\/a><\/li><\/ul>","protected":false},"excerpt":{"rendered":"<p>In SQL Server, we must change the user that &quot;starts&quot; the SQL Server service from the Windows default to someone with specific rights that belongs to the Active Directory Domain. In this article we will see how we can create a Group Managed Service that will allow us to control these accounts en masse and [...]<\/p>","protected":false},"author":1,"featured_media":702,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11,15,33],"tags":[52,29,159,23,30,6,158],"class_list":["post-3906","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-databases","category-ms-sqlserver","category-ms-windows","tag-active-directory","tag-databases","tag-managed-service","tag-microsoft","tag-rdbms","tag-sqlserver","tag-windows-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u03a0\u03ce\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bc\u03b5 \u03ad\u03bd\u03b1 Group Managed Service \u03c3\u03c4\u03bf Active Directory \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03b7\u03ba\u03ce\u03bd\u03b5\u03b9 \u03c4\u03bf service \u03c4\u03bf\u03c5 SQL Server \u03c7\u03c9\u03c1\u03af\u03c2 \u03c4\u03b7 \u03c7\u03c1\u03ae\u03c3\u03b7 password - DataPlatform.gr<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dataplatform.gr\/en\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u03a0\u03ce\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bc\u03b5 \u03ad\u03bd\u03b1 Group Managed Service \u03c3\u03c4\u03bf Active Directory \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03b7\u03ba\u03ce\u03bd\u03b5\u03b9 \u03c4\u03bf service \u03c4\u03bf\u03c5 SQL Server \u03c7\u03c9\u03c1\u03af\u03c2 \u03c4\u03b7 \u03c7\u03c1\u03ae\u03c3\u03b7 password - DataPlatform.gr\" \/>\n<meta property=\"og:description\" content=\"\u03a3\u03c4\u03bf\u03bd SQL Server \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03b6\u03bf\u03c5\u03bc\u03b5 \u03c4\u03bf\u03bd \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03c0\u03bf\u03c5 &#8220;\u03c3\u03b7\u03ba\u03ce\u03bd\u03b5\u03b9&#8221; \u03c4\u03bf SQL Server service \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd default \u03c4\u03c9\u03bd Windows \u03c3\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03bd \u03bc\u03b5 \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b1 \u03b4\u03b9\u03ba\u03b1\u03b9\u03cc\u03bc\u03b1\u03c4\u03b1 \u03c0\u03bf\u03c5 \u03b1\u03bd\u03ae\u03ba\u03b5\u03b9 \u03c3\u03c4\u03bf Active Directory Domain. \u03a3\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03ac\u03c1\u03b8\u03c1\u03bf \u03b8\u03b1 \u03b4\u03bf\u03cd\u03bc\u03b5 \u03c0\u03c9\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03bf\u03c5\u03bc\u03b5 \u03ad\u03bd\u03b1 Group Managed Service \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03bc\u03b1\u03c2 \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5\u03bc\u03b5 \u03bc\u03b1\u03b6\u03b9\u03ba\u03ac \u03b1\u03c5\u03c4\u03bf\u03cd\u03c2 \u03c4\u03bf\u03c5\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd\u03c2 \u03ba\u03b1\u03b9 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dataplatform.gr\/en\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\/\" \/>\n<meta property=\"og:site_name\" content=\"DataPlatform.gr\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/dataplatform.gr\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-25T05:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-17T21:23:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_sqlserver.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Stratos Matzouranis\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Stratos Matzouranis\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\\\/\"},\"author\":{\"name\":\"Stratos Matzouranis\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/person\\\/e87bf4fd02b65cb6aa0942f87245bbaf\"},\"headline\":\"\u03a0\u03ce\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bc\u03b5 \u03ad\u03bd\u03b1 Group Managed Service \u03c3\u03c4\u03bf Active Directory \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03b7\u03ba\u03ce\u03bd\u03b5\u03b9 \u03c4\u03bf service \u03c4\u03bf\u03c5 SQL Server \u03c7\u03c9\u03c1\u03af\u03c2 \u03c4\u03b7 \u03c7\u03c1\u03ae\u03c3\u03b7 password\",\"datePublished\":\"2021-10-25T05:00:00+00:00\",\"dateModified\":\"2022-07-17T21:23:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\\\/\"},\"wordCount\":162,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_sqlserver.png\",\"keywords\":[\"Active Directory\",\"Databases\",\"Managed Service\",\"Microsoft\",\"RDBMS\",\"SQL Server\",\"Windows Server\"],\"articleSection\":[\"Databases\",\"Microsoft SQL Server\",\"Microsoft Windows\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dataplatform.gr\\\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\\\/\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\\\/\",\"name\":\"\u03a0\u03ce\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bc\u03b5 \u03ad\u03bd\u03b1 Group Managed Service \u03c3\u03c4\u03bf Active Directory \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03b7\u03ba\u03ce\u03bd\u03b5\u03b9 \u03c4\u03bf service \u03c4\u03bf\u03c5 SQL Server \u03c7\u03c9\u03c1\u03af\u03c2 \u03c4\u03b7 \u03c7\u03c1\u03ae\u03c3\u03b7 password - DataPlatform.gr\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_sqlserver.png\",\"datePublished\":\"2021-10-25T05:00:00+00:00\",\"dateModified\":\"2022-07-17T21:23:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dataplatform.gr\\\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_sqlserver.png\",\"contentUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_sqlserver.png\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae\",\"item\":\"https:\\\/\\\/www.dataplatform.gr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Databases\",\"item\":\"https:\\\/\\\/www.dataplatform.gr\\\/category\\\/databases\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Microsoft SQL Server\",\"item\":\"https:\\\/\\\/www.dataplatform.gr\\\/category\\\/databases\\\/ms-sqlserver\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"\u03a0\u03ce\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bc\u03b5 \u03ad\u03bd\u03b1 Group Managed Service \u03c3\u03c4\u03bf Active Directory \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03b7\u03ba\u03ce\u03bd\u03b5\u03b9 \u03c4\u03bf service \u03c4\u03bf\u03c5 SQL Server \u03c7\u03c9\u03c1\u03af\u03c2 \u03c4\u03b7 \u03c7\u03c1\u03ae\u03c3\u03b7 password\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#website\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/\",\"name\":\"dataplatform.gr - Sky is not the limit!\",\"description\":\"\u0398\u03b5\u03c9\u03c1\u03af\u03b1, \u03bf\u03b4\u03b7\u03b3\u03bf\u03af \u03ba\u03b1\u03b9 \u03c3\u03ba\u03ad\u03c8\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03bf\u03c5\u03bb\u03b5\u03b9\u03ac \u03c3\u03b1\u03c2 \u03c0\u03b9\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03c0\u03b9\u03bf \u03b5\u03cd\u03ba\u03bf\u03bb\u03b1 \u03c0\u03ac\u03bd\u03c9 \u03c3\u03c4\u03b9\u03c2 \u03b2\u03ac\u03c3\u03b5\u03b9\u03c2 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd, \u03c3\u03c4\u03b7\u03bd SQL, \u03c3\u03c4\u03bf Business Intelligence \u03ba\u03b1\u03b9 \u03c3\u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03b3\u03b5\u03bd\u03b9\u03ba\u03cc\u03c4\u03b5\u03c1\u03b1.\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dataplatform.gr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#organization\",\"name\":\"dataplatform.gr\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_logo_wbacki.png\",\"contentUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_logo_wbacki.png\",\"width\":322,\"height\":139,\"caption\":\"dataplatform.gr\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/dataplatform.gr\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/dataplatform-gr\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/person\\\/e87bf4fd02b65cb6aa0942f87245bbaf\",\"name\":\"Stratos Matzouranis\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g\",\"caption\":\"Stratos Matzouranis\"},\"sameAs\":[\"https:\\\/\\\/www.dataplatform.gr\"],\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/en\\\/author\\\/stratos-matzouranis\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u03a0\u03ce\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bc\u03b5 \u03ad\u03bd\u03b1 Group Managed Service \u03c3\u03c4\u03bf Active Directory \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03b7\u03ba\u03ce\u03bd\u03b5\u03b9 \u03c4\u03bf service \u03c4\u03bf\u03c5 SQL Server \u03c7\u03c9\u03c1\u03af\u03c2 \u03c4\u03b7 \u03c7\u03c1\u03ae\u03c3\u03b7 password - DataPlatform.gr","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dataplatform.gr\/en\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\/","og_locale":"en_US","og_type":"article","og_title":"\u03a0\u03ce\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bc\u03b5 \u03ad\u03bd\u03b1 Group Managed Service \u03c3\u03c4\u03bf Active Directory \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03b7\u03ba\u03ce\u03bd\u03b5\u03b9 \u03c4\u03bf service \u03c4\u03bf\u03c5 SQL Server \u03c7\u03c9\u03c1\u03af\u03c2 \u03c4\u03b7 \u03c7\u03c1\u03ae\u03c3\u03b7 password - DataPlatform.gr","og_description":"\u03a3\u03c4\u03bf\u03bd SQL Server \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03b6\u03bf\u03c5\u03bc\u03b5 \u03c4\u03bf\u03bd \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03c0\u03bf\u03c5 &#8220;\u03c3\u03b7\u03ba\u03ce\u03bd\u03b5\u03b9&#8221; \u03c4\u03bf SQL Server service \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd default \u03c4\u03c9\u03bd Windows \u03c3\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03bd \u03bc\u03b5 \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b1 \u03b4\u03b9\u03ba\u03b1\u03b9\u03cc\u03bc\u03b1\u03c4\u03b1 \u03c0\u03bf\u03c5 \u03b1\u03bd\u03ae\u03ba\u03b5\u03b9 \u03c3\u03c4\u03bf Active Directory Domain. \u03a3\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03ac\u03c1\u03b8\u03c1\u03bf \u03b8\u03b1 \u03b4\u03bf\u03cd\u03bc\u03b5 \u03c0\u03c9\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03bf\u03c5\u03bc\u03b5 \u03ad\u03bd\u03b1 Group Managed Service \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03bc\u03b1\u03c2 \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5\u03bc\u03b5 \u03bc\u03b1\u03b6\u03b9\u03ba\u03ac \u03b1\u03c5\u03c4\u03bf\u03cd\u03c2 \u03c4\u03bf\u03c5\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd\u03c2 \u03ba\u03b1\u03b9 [&hellip;]","og_url":"https:\/\/www.dataplatform.gr\/en\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\/","og_site_name":"DataPlatform.gr","article_publisher":"https:\/\/www.facebook.com\/dataplatform.gr\/","article_published_time":"2021-10-25T05:00:00+00:00","article_modified_time":"2022-07-17T21:23:31+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_sqlserver.png","type":"image\/png"}],"author":"Stratos Matzouranis","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Stratos Matzouranis","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dataplatform.gr\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\/#article","isPartOf":{"@id":"https:\/\/www.dataplatform.gr\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\/"},"author":{"name":"Stratos Matzouranis","@id":"https:\/\/www.dataplatform.gr\/#\/schema\/person\/e87bf4fd02b65cb6aa0942f87245bbaf"},"headline":"\u03a0\u03ce\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bc\u03b5 \u03ad\u03bd\u03b1 Group Managed Service \u03c3\u03c4\u03bf Active Directory \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03b7\u03ba\u03ce\u03bd\u03b5\u03b9 \u03c4\u03bf service \u03c4\u03bf\u03c5 SQL Server \u03c7\u03c9\u03c1\u03af\u03c2 \u03c4\u03b7 \u03c7\u03c1\u03ae\u03c3\u03b7 password","datePublished":"2021-10-25T05:00:00+00:00","dateModified":"2022-07-17T21:23:31+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dataplatform.gr\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\/"},"wordCount":162,"commentCount":0,"publisher":{"@id":"https:\/\/www.dataplatform.gr\/#organization"},"image":{"@id":"https:\/\/www.dataplatform.gr\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_sqlserver.png","keywords":["Active Directory","Databases","Managed Service","Microsoft","RDBMS","SQL Server","Windows Server"],"articleSection":["Databases","Microsoft SQL Server","Microsoft Windows"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dataplatform.gr\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dataplatform.gr\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\/","url":"https:\/\/www.dataplatform.gr\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\/","name":"\u03a0\u03ce\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bc\u03b5 \u03ad\u03bd\u03b1 Group Managed Service \u03c3\u03c4\u03bf Active Directory \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03b7\u03ba\u03ce\u03bd\u03b5\u03b9 \u03c4\u03bf service \u03c4\u03bf\u03c5 SQL Server \u03c7\u03c9\u03c1\u03af\u03c2 \u03c4\u03b7 \u03c7\u03c1\u03ae\u03c3\u03b7 password - DataPlatform.gr","isPartOf":{"@id":"https:\/\/www.dataplatform.gr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dataplatform.gr\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\/#primaryimage"},"image":{"@id":"https:\/\/www.dataplatform.gr\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_sqlserver.png","datePublished":"2021-10-25T05:00:00+00:00","dateModified":"2022-07-17T21:23:31+00:00","breadcrumb":{"@id":"https:\/\/www.dataplatform.gr\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dataplatform.gr\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dataplatform.gr\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\/#primaryimage","url":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_sqlserver.png","contentUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_sqlserver.png","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/www.dataplatform.gr\/pos-ftiachnoyme-ena-group-managed-service-sto-active-directory-gia-na-s\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae","item":"https:\/\/www.dataplatform.gr\/"},{"@type":"ListItem","position":2,"name":"Databases","item":"https:\/\/www.dataplatform.gr\/category\/databases\/"},{"@type":"ListItem","position":3,"name":"Microsoft SQL Server","item":"https:\/\/www.dataplatform.gr\/category\/databases\/ms-sqlserver\/"},{"@type":"ListItem","position":4,"name":"\u03a0\u03ce\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bc\u03b5 \u03ad\u03bd\u03b1 Group Managed Service \u03c3\u03c4\u03bf Active Directory \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03b7\u03ba\u03ce\u03bd\u03b5\u03b9 \u03c4\u03bf service \u03c4\u03bf\u03c5 SQL Server \u03c7\u03c9\u03c1\u03af\u03c2 \u03c4\u03b7 \u03c7\u03c1\u03ae\u03c3\u03b7 password"}]},{"@type":"WebSite","@id":"https:\/\/www.dataplatform.gr\/#website","url":"https:\/\/www.dataplatform.gr\/","name":"dataplatform.gr - Sky is not the limit!","description":"\u0398\u03b5\u03c9\u03c1\u03af\u03b1, \u03bf\u03b4\u03b7\u03b3\u03bf\u03af \u03ba\u03b1\u03b9 \u03c3\u03ba\u03ad\u03c8\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03bf\u03c5\u03bb\u03b5\u03b9\u03ac \u03c3\u03b1\u03c2 \u03c0\u03b9\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03c0\u03b9\u03bf \u03b5\u03cd\u03ba\u03bf\u03bb\u03b1 \u03c0\u03ac\u03bd\u03c9 \u03c3\u03c4\u03b9\u03c2 \u03b2\u03ac\u03c3\u03b5\u03b9\u03c2 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd, \u03c3\u03c4\u03b7\u03bd SQL, \u03c3\u03c4\u03bf Business Intelligence \u03ba\u03b1\u03b9 \u03c3\u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03b3\u03b5\u03bd\u03b9\u03ba\u03cc\u03c4\u03b5\u03c1\u03b1.","publisher":{"@id":"https:\/\/www.dataplatform.gr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dataplatform.gr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.dataplatform.gr\/#organization","name":"dataplatform.gr","url":"https:\/\/www.dataplatform.gr\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dataplatform.gr\/#\/schema\/logo\/image\/","url":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_logo_wbacki.png","contentUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_logo_wbacki.png","width":322,"height":139,"caption":"dataplatform.gr"},"image":{"@id":"https:\/\/www.dataplatform.gr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/dataplatform.gr\/","https:\/\/www.linkedin.com\/company\/dataplatform-gr\/"]},{"@type":"Person","@id":"https:\/\/www.dataplatform.gr\/#\/schema\/person\/e87bf4fd02b65cb6aa0942f87245bbaf","name":"Stratos Matzouranis","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g","caption":"Stratos Matzouranis"},"sameAs":["https:\/\/www.dataplatform.gr"],"url":"https:\/\/www.dataplatform.gr\/en\/author\/stratos-matzouranis\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/posts\/3906","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/comments?post=3906"}],"version-history":[{"count":0,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/posts\/3906\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/media\/702"}],"wp:attachment":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/media?parent=3906"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/categories?post=3906"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/tags?post=3906"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}