2017/11/15

Active Directory Recycle Bin and Recovery


來源:
http://msexchangeteam.in/how-to-enable-active-directory-recycle-bin-in-windows-server-2012-2/
http://msexchangeteam.in/how-to-restore-deleted-active-directory-user-object-in-windows-server-2012-domains-2/

enable Recycle bin
Figure 1.1 : Start – Select Active Directory Administrative Center.

Figure 1.2 : Option to select.
In figure 1.2 select Local Domain and in the Tasks Pane select Enable Recycle Bin as shown above.


Recovery


or PowerShell script
Example 2 Get-ADObject -Filter  {samaccountname -eq 「amit」}  -IncluderDeletedObjects | Restore-ADObject

沒有留言:

windows 無法拖動文件

原因:未知 症狀:windows點任何文件,都無法拖動到其他地方  解決方式: 來源: https://answers.microsoft.com/en-us/windows/forum/all/drag-and-drop-stopped-working/b73e4938-ca2...