Tag: PowerShell

Enabling and Managing the Active Directory Recycle Bin

So, you have upgraded all your DCs in the forest to Windows Server 2008 R2 and raised the domain and forest functional levels to Windows Server 2008 R2. Congratulations! Now what? Yes, you have to enable the AD Recycle Bin manually by running the following PowerShell commands: Import-Module ActiveDirectory Enable-ADOptionalFeature –Identity ‘CN=Recycle Bin Feature,CN=Optional Features,CN=Directory …

Continue reading