{"id":1669,"date":"2020-10-22T08:51:29","date_gmt":"2020-10-22T06:51:29","guid":{"rendered":"https:\/\/blog.mhasin.eu\/?p=1669"},"modified":"2020-10-22T10:54:23","modified_gmt":"2020-10-22T08:54:23","slug":"ad-example","status":"publish","type":"post","link":"https:\/\/blog.mhasin.eu\/?p=1669","title":{"rendered":"AD example"},"content":{"rendered":"\n<p>active directory recycle bin<\/p>\n\n\n\n<p>time limited group membership<\/p>\n\n\n\n<p>backup comandline + veeam<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>vycitanie casu systemu windows active directory PDC emulator<\/p>\n\n\n\n<p>w32tm \/query \/status \/verbose<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"582\" src=\"https:\/\/blog.mhasin.eu\/wp-content\/uploads\/2020\/10\/obrazok-3-1024x582.png\" alt=\"\" class=\"wp-image-1670\" srcset=\"https:\/\/blog.mhasin.eu\/wp-content\/uploads\/2020\/10\/obrazok-3-1024x582.png 1024w, https:\/\/blog.mhasin.eu\/wp-content\/uploads\/2020\/10\/obrazok-3-300x171.png 300w, https:\/\/blog.mhasin.eu\/wp-content\/uploads\/2020\/10\/obrazok-3-768x437.png 768w, https:\/\/blog.mhasin.eu\/wp-content\/uploads\/2020\/10\/obrazok-3.png 1192w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Set time NTP server<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>w32tm.exe \/config \/syncfromflags:manual \/manualpeerlist:131.107.13.100,0x8 \/reliable:yes \/update<\/code><\/pre>\n\n\n\n<p>Zistenie informacie cez regedit<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>HKLM\\System\\CurrentControlSet\\Services\\W32Time\\Parameters<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"916\" height=\"330\" src=\"https:\/\/blog.mhasin.eu\/wp-content\/uploads\/2020\/10\/obrazok-4.png\" alt=\"\" class=\"wp-image-1673\" srcset=\"https:\/\/blog.mhasin.eu\/wp-content\/uploads\/2020\/10\/obrazok-4.png 916w, https:\/\/blog.mhasin.eu\/wp-content\/uploads\/2020\/10\/obrazok-4-300x108.png 300w, https:\/\/blog.mhasin.eu\/wp-content\/uploads\/2020\/10\/obrazok-4-768x277.png 768w\" sizes=\"auto, (max-width: 916px) 100vw, 916px\" \/><\/figure>\n\n\n\n<p>TYPE NTP &#8211; synchronizuje sa s NTP<\/p>\n\n\n\n<p>TYPE NT5DC &#8211; synchornizacia z active directory <\/p>\n\n\n\n<p>Referencia:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;docs.microsoft.com\/en-us\/services-hub\/health\/remediation-steps-ad\/configure-the-root-pdc-with-an-authoritative-time-source-and-avoid-widespread-time-skew<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>AD backup<\/p>\n\n\n\n<p>Zobrazenie casu zaloh:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>repadmin \/showbackup<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"836\" height=\"289\" src=\"https:\/\/blog.mhasin.eu\/wp-content\/uploads\/2020\/10\/obrazok-5.png\" alt=\"\" class=\"wp-image-1677\" srcset=\"https:\/\/blog.mhasin.eu\/wp-content\/uploads\/2020\/10\/obrazok-5.png 836w, https:\/\/blog.mhasin.eu\/wp-content\/uploads\/2020\/10\/obrazok-5-300x104.png 300w, https:\/\/blog.mhasin.eu\/wp-content\/uploads\/2020\/10\/obrazok-5-768x265.png 768w\" sizes=\"auto, (max-width: 836px) 100vw, 836px\" \/><\/figure>\n\n\n\n<p>Zobrazenie statusu backup:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>repadmin \/showbackup *<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"708\" height=\"448\" src=\"https:\/\/blog.mhasin.eu\/wp-content\/uploads\/2020\/10\/obrazok-6.png\" alt=\"\" class=\"wp-image-1678\" srcset=\"https:\/\/blog.mhasin.eu\/wp-content\/uploads\/2020\/10\/obrazok-6.png 708w, https:\/\/blog.mhasin.eu\/wp-content\/uploads\/2020\/10\/obrazok-6-300x190.png 300w\" sizes=\"auto, (max-width: 708px) 100vw, 708px\" \/><\/figure>\n\n\n\n<p>Instalacia bckup<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Add-Windowsfeature Windows-Server-Backup \u2013Includeallsubfeature<\/code><\/pre>\n\n\n\n<p>Nastavenie zalohy:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Import-Module ServerManager\n&#91;string]$date = get-date -f 'yyyy-MM-dd'\n$path=\u201d\\\\adfs\\bck\\\u201d\n$TargetUNC=$path+$date\n$TestTargetUNC= Test-Path -Path $TargetUNC\nif (!($TestTargetUNC)){\nNew-Item -Path $TargetUNC -ItemType directory\n}\n$WBadmin_cmd = \"wbadmin start backup -backuptarget:$path -include:C:\\Windows\\NTDS\\ntds.dit -quiet\"\nInvoke-Expression $WBadmin_cmd\n<\/code><\/pre>\n\n\n\n<p>Je potrebne externy share.!!<\/p>\n<div class=\"pdf24Plugin-cp\"> \t<form name=\"pdf24Form0\" method=\"post\" action=\"https:\/\/doc2pdf.pdf24.org\/wordpress.php\" target=\"pdf24PopWin\" onsubmit=\"var pdf24Win = window.open('about:blank', 'pdf24PopWin', 'resizable=yes,scrollbars=yes,width=600,height=250,left='+(screen.width\/2-300)+',top='+(screen.height\/3-125)+''); pdf24Win.focus(); if(typeof pdf24OnCreatePDF === 'function'){void(pdf24OnCreatePDF(this,pdf24Win));}\"> \t\t<input type=\"hidden\" name=\"blogCharset\" value=\"Cw1x07UAAA==\" \/><input type=\"hidden\" name=\"blogPosts\" value=\"MwQA\" \/><input type=\"hidden\" name=\"blogUrl\" value=\"yygpKSi20tdPyslP18vNSCzOzNNLLQUA\" \/><input type=\"hidden\" name=\"blogName\" value=\"c\/LxdwcA\" \/><input type=\"hidden\" name=\"blogValueEncoding\" value=\"gzdeflate base64\" \/><input type=\"hidden\" name=\"postId_0\" value=\"MzQzswQA\" \/><input type=\"hidden\" name=\"postTitle_0\" value=\"c3RRSK1IzC3ISQUA\" \/><input type=\"hidden\" name=\"postLink_0\" value=\"yygpKSi20tdPyslP18vNSCzOzNNLLdW3L7A1NDOzBAA=\" \/><input type=\"hidden\" name=\"postAuthor_0\" value=\"y00syfcwNAIA\" \/><input type=\"hidden\" name=\"postDateTime_0\" value=\"MzIwMtA1NNA1MlIwsLAyNLAysgQA\" \/><input type=\"hidden\" name=\"postContent_0\" value=\"vZf\/bts2EMf\/91Nc1aBN19CSbMd2nLpAmxRYtiUIlgzFCg8DLZ4tNpKokpR\/DQP6Dvt7L9cn2YlyaxUxmgDO6j9MUTrenY6fL0k1XuQveWTlDEFIjZFVegnULqMEYSyzF37+skE\/MrMyRUhkKi0KmGpV5JBiOkZtYpnX7MY8uqFnkUp5JhKZITyHGSJPazbbL2fLSFqeSYSImwLM0lhMC5jLTKi5gVt5Xp6eABkknHo1N\/N2y6bgfyiQbHxjuS0M+DPUY2Xwi91ETgtNkRJuzNCb52ycqOiGyZRPEYxcIUu4nqL38oVMp5AoLmQ2HXoJXy09EBipqs\/NMos8ylHYeOiFQavjQYxyGtuhd9hveWB0NPRia3Mz8H2KMW2mMTcya2LhU9RIZRYz6xd5GcL4raAV+GHgq7HmK3XD2qz0uSBXzTybesATcuzV0nYJs7DbC1wsg\/bhwkHZmR\/ALv7aQbAIe6FzR9c7eut1+4tOu+e80fVu3qpXDI9ac8\/NOBWUF1YdwH7KF8xN6cCVIF88ozaYUbiq64FP4FYIfcbuCi04jVxcX4JBTcBtoNxCGhFU0lU2FbJNXCD4lDX5JW6Jq4lW6SThUzMgLRU8Ab9qc0SdSGMHYTtshkGvGbapCQ6CRR98jYnk4wQHSyTsi1xwS9S7MJTPJt935ABLsclsonTKo1J3uCL1T1FIe+\/cf\/z5l\/PRldPq6KTQmkp+QpXXKqGKjK6oEDJCM3rbbl1TdUaXXPMULS0bt5P6XzR5FHY3kmy3g50l2blLie2HUKKLApT8Tox3Kv0F\/QfRX8fpr9Xb6O8bwqHUa7pxvW2yuf798o2TzJPH\/VYYHkM5ebFWmVwV72nWOZjycW19X484pNX\/qzFK0xjCmMPq9l5RG\/8rTpAoJcPBvSGvavbkcad37P6EikwzlZFWRk1skzY7HzNWGN+seWdxMfZjJEhiUmRKiuJWqoyRTHLDuFjrnArBbIxMK2VZLiIqno0ZzxjVk16ItsPyPVi5rjCjCh0hPRSMz5QUZaHRUOZcrA1ucL5N6dt321enUG3VtXvv3Ezjly14xRMV379KGnMuUpnR6hWr+Wfv30Xl\/XZN5a3+0c4qP7xL5b2HULmLApT8Tro8XKu88yAqP6xU3j28j8op9ZrKXW+bymtgVQeyYg3fbnDBD98Jr17Q3+DV6fR3xqt7F179h8CrW01hsNtBqVvhdRR8wesbQFCwGhCutw2Is4w4SNxqPf56EboDg1dCsLfVF8EEiSQyX3fZlTt0sdcVGp8+\/nOWRUkhaBFOTDFeW29bIC84JTNzdLoVb3l\/Ks\/SXGnLzpUo6IupyuCcZzSJuvHk8VF4bKwmnv7YK49hMIQpWuYu2QSeLunHzs+ZEE8bezkn0D59\/Hc04mJiRlSVEfUae9clrfa3i5OhM3nuPNFtNHbzCMouu6TnUP1vhjXkBPYf7X894NmzvxoXOGdndGq7NQLc7etlXttAG3839t6+dgL8M0oFvYlHGnR6pNppu5YzsKq1ztfAZQxMVvMwOBmM1nM1urg+vRplVpgmnTWBfSgkWq9xls3UDbI3Cyq7MbRfQj1oY9vc\/YSQK6txTB+auKBzZbYEE3ONzUeP3Cz+Bw==\" \/> \t\t<a href=\"https:\/\/www.pdf24.org\" target=\"_blank\" title=\"www.pdf24.org\" rel=\"nofollow\"><img src=\"https:\/\/blog.mhasin.eu\/wp-content\/plugins\/pdf24-post-to-pdf\/img\/pdf_32x32.png\" alt=\"\" border=\"0\" height=\"32\" \/><\/a> \t\t<span class=\"pdf24Plugin-cp-space\">&nbsp;&nbsp;<\/span> \t\t<span class=\"pdf24Plugin-cp-text\">Send article as PDF<\/span> \t\t<span class=\"pdf24Plugin-cp-space\">&nbsp;&nbsp;<\/span> \t\t<input class=\"pdf24Plugin-cp-input\" style=\"margin: 0px;\" type=\"text\" name=\"sendEmailTo\" placeholder=\"Enter email address\" \/> \t\t<input class=\"pdf24Plugin-cp-submit\" style=\"margin: 0px;\" type=\"submit\" value=\"Send\" \/> \t<\/form> <\/div>","protected":false},"excerpt":{"rendered":"active directory recycle bin time limited group membership backup comandline + veeam vycitanie casu systemu windows active directory PDC emulator w32tm \/query \/status \/verbose Set time NTP server Zistenie informacie cez regedit TYPE NTP &#8211; synchronizuje sa s NTP TYPE NT5DC &#8211; synchornizacia z active directory Referencia: AD backup Zobrazenie casu zaloh: Zobrazenie statusu backup: Instalacia bckup Nastavenie zalohy: Je potrebne externy share.!! &nbsp;&nbsp; Send article as PDF &nbsp;&nbsp;\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"arc_restricted_post":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1669","post","type-post","status-publish","format-standard","hentry","category-nezaradene"],"_links":{"self":[{"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/posts\/1669","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1669"}],"version-history":[{"count":7,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/posts\/1669\/revisions"}],"predecessor-version":[{"id":1681,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/posts\/1669\/revisions\/1681"}],"wp:attachment":[{"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1669"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1669"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1669"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}