Archive for February, 2010

Entertainment: Dub FX 04/18/2009 'Made'

2

Workshop on Windows Server 2008 R2

0

At the request of listeners workshops Windows Server 2008 R2, which ran in ABC Data Centre for Education in Katowice put to download your presentation . Feel free also to monitor my blog, where in the coming days will appear in descriptions of a sample of technologies and their applications.

Restore deleted objects in Active Directory

0

The time has come to describe several new features Windows Server 2008 R2. Today, the first of them in the trash or AD directory service or Active Directory Recycle Bin. Its purpose is to simplify the recovery of deleted objects that previously were performed by modifying the attribute IsDeleted or backup.

The first step is to incorporate the AD Recycle Bin, by the command (for example skalski.info domain):

Enable-ADOptionalFeature-Identity 'CN = Recycle Bin Feature, CN = Optional Features, CN = Directory Service, CN = Windows NT, CN = Services, CN = Configuration, DC = Skalski, DC = info'-Scope ForestOrConfigurationSet-Target 'Skalski . info '

ad recbin 300x148

Further work with the basket to find the deleted object and the command to restore it:

Get-ADObject-Filter {displayName-eq "Kamil Skalski"}-IncludeDeletedObjects | Restore-ADObject

ad recbin2 300x148

Migrating to IIS 7.5

2

Ended 24 interval associated with the migration blog to a new hosting company, while it is a transition from the solution of the Apache to IIS 7.5. Sorry for the inconvenience.

More color in XP Mode

0

Working in XP Mode is the default 16-bit color depth, which can cause problems with some applications. It is associated with the default limit on the number of colors in a remote desktop connection (remote desktop). Increasing the number of colors is possible by turning off the integration of components, resulting in a lack of access such as a shared clipboard and transfer disks - but allows you to work in 32bit color depth. The second method is to modify the parameters of a terminal session, allowing the integration components are included and the number of colors increases to 24bit.

Changes can be made in any of the two keys:

HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Microsoft \ Windows NT \ Terminal Services

or

HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Terminal Server \ WinStations \ RDP-Tcp

should be added or if there colorDepth modify the entry (dword) value of 4, which allows you to work at High (24bit).

Unfortunately at the moment it is not possible to include 32bit color depth integration of components during operation.

Bitlocker vs Admin Share

2

Recently quite often talk about security of encrypted data, one of the interesting aspects of the threads is the automatic sharing of encrypted disks through the administrative shares. For example, a portable hard disk has been encrypted with BitLocker To Go, when connected to a computer, it is automatically made available as an example, x $. Once decrypted, any person with powers can browse through the contents of \ \ servername \ x $. To exclude such an event (such as Windows 7) is required to add a new DWORD key (32-bit) called AutoShareWks with the value 0 in the path Computer \ HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ LanmanServer \ Parameters.Powyższa operation permanently disable the administrative shares .

Up