{"id":3907,"date":"2024-05-24T12:07:17","date_gmt":"2024-05-24T12:07:17","guid":{"rendered":"https:\/\/www.systools.in\/blog\/?p=3907"},"modified":"2024-05-24T12:07:43","modified_gmt":"2024-05-24T12:07:43","slug":"bulk-add-users-to-active-directory","status":"publish","type":"post","link":"https:\/\/www.systools.in\/blog\/bulk-add-users-to-active-directory\/","title":{"rendered":"Bulk Add Users to Active Directory &#038; Quickly Create AD Accounts"},"content":{"rendered":"<p>It is not easy to bulk add users to the Active Directory. This is because the traditional methods that admins use like the ADUC and the Admin Center, lack any such option. Not to mention, adding users one by one is too slow in the modern work environment which prioritizes agility. Moreover, even the users lose a lot of productive time if their account is not set up on time. Before the bulk addition methods, let&#8217;s go through the known methods to see why they are so slow.<\/p>\n<div class=\"alert alert-warning\">\n<p><strong>Table of Contents<\/strong><\/p>\n<ul>\n<li><a href=\"#adac\"><strong>Use Admin Center to Add Users<\/strong><\/a><\/li>\n<li><strong><a href=\"#aduc\">Create Users in ADUC<\/a>\u00a0<\/strong><\/li>\n<li><a href=\"#cmd\"><strong>Command Line to Add Accounts<\/strong><\/a><\/li>\n<li><a href=\"#powershell\"><strong>Bulk Add Users to the Active Directory<\/strong><\/a><\/li>\n<li><a href=\"#best\"><strong>Best Practices of User Addition<\/strong><\/a><\/li>\n<li><a href=\"#conclusion\"><strong>Conclusion<\/strong><\/a><\/li>\n<\/ul>\n<\/div>\n<h2 id=\"adac\">How to Create a User in an Active Directory Step-by-Step using the Admin Center<\/h2>\n<ul>\n<li>Type Active Directory Admin Center in the Windows Search bar and Open the first result.<\/li>\n<li>Click on the Users option present below the domain name.<\/li>\n<li>Go to the Tasks pane and click New<\/li>\n<li>Select the User option from the popup menu.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3908\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/05\/adac.webp\" alt=\"ADAC\" width=\"1031\" height=\"590\" \/><\/li>\n<li>In the New window that opens fill in all the details and open click OK.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3909\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/05\/adac-2.webp\" alt=\"Press OK\" width=\"789\" height=\"490\" \/><\/li>\n<li>The New User should appear in the Viewing section of ADAC<\/li>\n<\/ul>\n<h2 id=\"aduc\">Use ADUC and Add Users to Active Directory<\/h2>\n<ul>\n<li>Search for Active Directory Users and Computer snap-in.<\/li>\n<li>There are three ways to start user creation in ADUC<\/li>\n<li>The first option is to Click on the Action Tab &gt; New &gt; User.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3911\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/05\/aduc-1.webp\" alt=\"Action Tab\" width=\"963\" height=\"614\" \/><\/li>\n<li>Otherwise, Right Click anywhere on the dashboard &gt; New &gt; User.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3913\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/05\/aduc-1-3.webp\" alt=\"Right Click\" width=\"965\" height=\"614\" \/><\/li>\n<li>The fastest way is to hit the New User icon on the taskbar.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3912\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/05\/aduc-1-2.webp\" alt=\"User icon\" width=\"965\" height=\"615\" \/><\/li>\n<li>Fill in User Details &gt; Next.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3914\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/05\/aduc-2.webp\" alt=\"User Details\" width=\"436\" height=\"377\" \/><\/li>\n<li>\u00a0Setup Password &gt; Next.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3910\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/05\/adac-3.webp\" alt=\"Setup Password\" width=\"437\" height=\"377\" \/><\/li>\n<li>\u00a0Check &gt; Finish.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3915\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/05\/aduc-3.webp\" alt=\"Finish\" width=\"435\" height=\"378\" \/><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3 id=\"cmd\">Create Multiple Users in Active Directory using Command Line<\/h3>\n<p>Press Window + R Key together &gt; Type cmd in the Run Module &gt; Press Enter.<\/p>\n<p>Type:<\/p>\n<pre>dsadd user \"CN=DummyUser1,CN=Users,DC=cu14mail,DC=local\" -samid jdoe -pwd P@ssw0rd<\/pre>\n<p>Press Enter<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3916\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/05\/cmd.webp\" alt=\"cmd\" width=\"871\" height=\"125\" \/><\/p>\n<p>You should see a dsadd succeeded message.<\/p>\n<p>Change the user name and the rest of the details and reuse the same command for the rest of the files.<\/p>\n<p>Despite having the repeatability factor none of the above methods are designed to bulk add users to Active Directory. Although it might be possible to create a batch script and put the dsadd command in it is too complicated. The only practical option for admins if they chose any of the previous methods is to repeat the process till all user&#8217;s accounts are deployed in the AD. Plan carefully otherwise you may need to <a href=\"https:\/\/www.systools.in\/blog\/how-to-disable-multiple-users-in-an-active-directory\/\" target=\"_blank\" rel=\"noopener\">disable multiple users in Active Directory<\/a> again.<\/p>\n<p>One way to skip this manual mayhem is to utilize the PowerShell scripts. So let&#8217;s see how.<\/p>\n<h3 id=\"powershell\">PowerShell Script to Create Multiple Users in AD<\/h3>\n<p>We recommend that you run the following script in an ISE module. Moreover, before using this script ensure that you possess a CSV file in the correct format. The compulsory parameters like the username and password should be present.<\/p>\n<p>After the prerequisites are complete copy and paste the following script.<\/p>\n<pre># Import Active Directory module\r\n\r\nImport-Module ActiveDirectory\r\n\r\n# Function to create a user with error handling\r\n\r\nfunction Create-ADUserInBulk ($userName, $firstName, $lastName, $userPassword, $targetPath) {\r\n\r\n\u00a0\u00a0# Secure password generation (replace with your preferred method)\r\n\r\n\u00a0\u00a0$securePassword = ConvertTo-SecureString $userPassword -AsPlainText -Force\r\n\r\n\u00a0\u00a0New-ADUser -Path $targetPath -Name $userName -GivenName $firstName -Surname $lastName -AccountPassword $securePassword -Enabled $true\r\n\r\n\u00a0\u00a0Write-Host \"User $($userName) created successfully!\"\r\n\r\n}\r\n\r\n# Read user data from a CSV file\r\n\r\n$users = Import-CSV \"C:\\Users\\Administrator\\Desktop\\new-users.csv\"\r\n\r\nforeach ($user in $users) {\r\n\r\n\u00a0\u00a0Create-ADUserInBulk $user.UserName $user.FirstName $user.LastName $user.Password $user.Path\r\n\r\n}<\/pre>\n<p>Write-Host &#8220;Script execution completed.&#8221;<\/p>\n<p>Save it and hit the green run icon.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-3917 size-full\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/05\/powershell.webp\" alt=\"powershell\" width=\"1062\" height=\"627\" \/><\/p>\n<p>The script populates the AD by placing the Users in their correct Organizational Unit.<\/p>\n<h3 id=\"best\">User Addition Best Practices<\/h3>\n<ul>\n<li>Check and report on the user creation process with the help of a professional utility like <b>SysTools Active Directory Reporting Software<\/b>. The tool can give you a user list so admins can <a href=\"https:\/\/www.systools.in\/blog\/reset-user-password-in-active-directory\/\" target=\"_blank\" rel=\"noopener\">reset the user password in Active Directory<\/a> if they want.\n<p class=\"text-center mr-2\"><a class=\"btn btn-lg btn-md-block text-white\" style=\"background: #28a745; color: #fff !important;\" href=\"https:\/\/systoolskart.com\/download\/SYS4A2D6R\/29\" rel=\"nofollow\"> Download Now<\/a> <a class=\"btn btn-lg btn-md-block text-white\" style=\"background: #ff6800; color: #fff !important;\" href=\"https:\/\/systoolskart.com\/buy\/SYS4A2D6R\/29\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Purchase Now<\/a><\/p>\n<\/li>\n<li>Filter out the old user accounts with the duration setting mechanism and get the list of recently added users.<\/li>\n<li>Prepare an automated CSV report and share it with the relevant stakeholders. Also, make sure that the source CSV file containing user data is proper.<\/li>\n<li>Use the tool before running the PowerShell script to avoid reusing the same user name which already exists inside the Active Directory.<\/li>\n<\/ul>\n<h3 id=\"conclusion\">Conclusion<\/h3>\n<p>We now hope admins can bulk add users to Active Directory without much effort. In the course to reveal the PowerShell method, we went through all the basic alternatives of single-user addition. In the end, we told you about the best practices, which include the use of a tool for reporting user additions.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>It is not easy to bulk add users to the Active Directory. This is because the traditional methods that admins use like the ADUC and the Admin Center, lack any <\/p>\n","protected":false},"author":6,"featured_media":3919,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[361],"class_list":["post-3907","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-active-directory"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Bulk Add Users to Active Directory &amp; Quickly Create AD Accounts<\/title>\n<meta name=\"description\" content=\"Admin\u2019s guide to bulk add users to Active Directory environment. Use this multi-user creation tutorial to populate your AD with user accounts.\" \/>\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.systools.in\/blog\/bulk-add-users-to-active-directory\/\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Raj Kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/bulk-add-users-to-active-directory\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/bulk-add-users-to-active-directory\\\/\"},\"author\":{\"name\":\"Raj Kumar\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#\\\/schema\\\/person\\\/38995c504e8e559d45dd2c8b2bba176b\"},\"headline\":\"Bulk Add Users to Active Directory &#038; Quickly Create AD Accounts\",\"datePublished\":\"2024-05-24T12:07:17+00:00\",\"dateModified\":\"2024-05-24T12:07:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/bulk-add-users-to-active-directory\\\/\"},\"wordCount\":698,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/bulk-add-users-to-active-directory\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/bulk-add-users-to-the-active-directory.webp\",\"articleSection\":[\"Active Directory\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.systools.in\\\/blog\\\/bulk-add-users-to-active-directory\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/bulk-add-users-to-active-directory\\\/\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/bulk-add-users-to-active-directory\\\/\",\"name\":\"Bulk Add Users to Active Directory & Quickly Create AD Accounts\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/bulk-add-users-to-active-directory\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/bulk-add-users-to-active-directory\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/bulk-add-users-to-the-active-directory.webp\",\"datePublished\":\"2024-05-24T12:07:17+00:00\",\"dateModified\":\"2024-05-24T12:07:43+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#\\\/schema\\\/person\\\/38995c504e8e559d45dd2c8b2bba176b\"},\"description\":\"Admin\u2019s guide to bulk add users to Active Directory environment. Use this multi-user creation tutorial to populate your AD with user accounts.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/bulk-add-users-to-active-directory\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.systools.in\\\/blog\\\/bulk-add-users-to-active-directory\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/bulk-add-users-to-active-directory\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/bulk-add-users-to-the-active-directory.webp\",\"contentUrl\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/bulk-add-users-to-the-active-directory.webp\",\"width\":637,\"height\":358},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/bulk-add-users-to-active-directory\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bulk Add Users to Active Directory &#038; Quickly Create AD Accounts\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/\",\"name\":\"Informative Blogs Related To Technologies &amp; Data Recovery Solutions\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#\\\/schema\\\/person\\\/38995c504e8e559d45dd2c8b2bba176b\",\"name\":\"Raj Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/39e1c57ad79e81fd7edc787ba298cbd8e96458e624c52e7a35bac32d1b3063f0?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/39e1c57ad79e81fd7edc787ba298cbd8e96458e624c52e7a35bac32d1b3063f0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/39e1c57ad79e81fd7edc787ba298cbd8e96458e624c52e7a35bac32d1b3063f0?s=96&d=mm&r=g\",\"caption\":\"Raj Kumar\"},\"description\":\"A dynamic writer with extensive knowledge of technology aids in closing the gap between the user and technology. Provides simple and dependable solutions to a variety of technical challenges that customers face on a daily basis.\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/author\\\/raj\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Bulk Add Users to Active Directory & Quickly Create AD Accounts","description":"Admin\u2019s guide to bulk add users to Active Directory environment. Use this multi-user creation tutorial to populate your AD with user accounts.","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.systools.in\/blog\/bulk-add-users-to-active-directory\/","twitter_misc":{"Written by":"Raj Kumar","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.systools.in\/blog\/bulk-add-users-to-active-directory\/#article","isPartOf":{"@id":"https:\/\/www.systools.in\/blog\/bulk-add-users-to-active-directory\/"},"author":{"name":"Raj Kumar","@id":"https:\/\/www.systools.in\/blog\/#\/schema\/person\/38995c504e8e559d45dd2c8b2bba176b"},"headline":"Bulk Add Users to Active Directory &#038; Quickly Create AD Accounts","datePublished":"2024-05-24T12:07:17+00:00","dateModified":"2024-05-24T12:07:43+00:00","mainEntityOfPage":{"@id":"https:\/\/www.systools.in\/blog\/bulk-add-users-to-active-directory\/"},"wordCount":698,"commentCount":0,"image":{"@id":"https:\/\/www.systools.in\/blog\/bulk-add-users-to-active-directory\/#primaryimage"},"thumbnailUrl":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/05\/bulk-add-users-to-the-active-directory.webp","articleSection":["Active Directory"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.systools.in\/blog\/bulk-add-users-to-active-directory\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.systools.in\/blog\/bulk-add-users-to-active-directory\/","url":"https:\/\/www.systools.in\/blog\/bulk-add-users-to-active-directory\/","name":"Bulk Add Users to Active Directory & Quickly Create AD Accounts","isPartOf":{"@id":"https:\/\/www.systools.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.systools.in\/blog\/bulk-add-users-to-active-directory\/#primaryimage"},"image":{"@id":"https:\/\/www.systools.in\/blog\/bulk-add-users-to-active-directory\/#primaryimage"},"thumbnailUrl":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/05\/bulk-add-users-to-the-active-directory.webp","datePublished":"2024-05-24T12:07:17+00:00","dateModified":"2024-05-24T12:07:43+00:00","author":{"@id":"https:\/\/www.systools.in\/blog\/#\/schema\/person\/38995c504e8e559d45dd2c8b2bba176b"},"description":"Admin\u2019s guide to bulk add users to Active Directory environment. Use this multi-user creation tutorial to populate your AD with user accounts.","breadcrumb":{"@id":"https:\/\/www.systools.in\/blog\/bulk-add-users-to-active-directory\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.systools.in\/blog\/bulk-add-users-to-active-directory\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.systools.in\/blog\/bulk-add-users-to-active-directory\/#primaryimage","url":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/05\/bulk-add-users-to-the-active-directory.webp","contentUrl":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/05\/bulk-add-users-to-the-active-directory.webp","width":637,"height":358},{"@type":"BreadcrumbList","@id":"https:\/\/www.systools.in\/blog\/bulk-add-users-to-active-directory\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.systools.in\/blog\/"},{"@type":"ListItem","position":2,"name":"Bulk Add Users to Active Directory &#038; Quickly Create AD Accounts"}]},{"@type":"WebSite","@id":"https:\/\/www.systools.in\/blog\/#website","url":"https:\/\/www.systools.in\/blog\/","name":"Informative Blogs Related To Technologies &amp; Data Recovery Solutions","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.systools.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.systools.in\/blog\/#\/schema\/person\/38995c504e8e559d45dd2c8b2bba176b","name":"Raj Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/39e1c57ad79e81fd7edc787ba298cbd8e96458e624c52e7a35bac32d1b3063f0?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/39e1c57ad79e81fd7edc787ba298cbd8e96458e624c52e7a35bac32d1b3063f0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/39e1c57ad79e81fd7edc787ba298cbd8e96458e624c52e7a35bac32d1b3063f0?s=96&d=mm&r=g","caption":"Raj Kumar"},"description":"A dynamic writer with extensive knowledge of technology aids in closing the gap between the user and technology. Provides simple and dependable solutions to a variety of technical challenges that customers face on a daily basis.","url":"https:\/\/www.systools.in\/blog\/author\/raj\/"}]}},"_links":{"self":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/posts\/3907","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/comments?post=3907"}],"version-history":[{"count":0,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/posts\/3907\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/media\/3919"}],"wp:attachment":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/media?parent=3907"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/categories?post=3907"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}