Category Archive: Windows 2008 R2

Jun
06

Windows Server 2008 R2 Active Directory Recycle Bin

Windows 2008 R2 ile beraber gelen bu özelliğin aktif hale getirmek kullanılan Powershell komutu; Enable-ADOptionalFeature -Identity ‘CN=Recycle Bin Feature,CN=Optional Features,CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration,DC=domain,DC=com’ -Scope ForestOrConfigurationSet -Target ‘domain.com’ Silinen bir objeyi Restore etmek kullanılan powershell komutu; Get-ADObject -Filter {samAccountName -eq `user1`} -IncludeDeletedObjects | Restore-AdObj Yukarıdaki komut kullanılarak silinen “user1″ isimli kullanıcı restore edilecektir. Silinen birden çok objeyi …

Continue reading »

May
27

Windows Server 2008 R2 and Windows Server 2008 Netsh Technical Reference

Network shell (netsh) is a command-line utility that allows you to configure settings and display the status of various network communications server roles and components after they are installed on computers running Windows Server® 2008 R2, and Windows Server® 2008. You can run Netsh commands manually by typing commands at the netsh command prompt, as …

Continue reading »

Apr
15

Ocs 2007 R2′nin Windows 2008 R2 Desteği

Office Communications Server 2007 R2 ‘nin Windows Server 2008 R2 ortamında çalışmasına Microsoft tarafından destek verilmeye başlanmış olup bu konu için aşağıdaki 2 makale yayınlanmıştır. 982021  Supportability is available for Office Communications Server 2007 R2 member server role on a Windows Server 2008 R2 operating system http://support.microsoft.com/default.aspx?scid=kb;EN-US;982021 982020  Office Communications Server 2007 R2, OCS 2007 or …

Continue reading »