Use a ferramenta VEEAMs: link
Ele é totalmente caracterizado por 30 dias, por isso, quando estiver pronto. Tenha em mente que o LDAP / AD para 2011 é o Active Directory 2008 R2 (ADSI / etc.), por isso não é realmente uma versão funky, é um verdadeiro servidor AD R2 de 2008 - o SBS 2011 não é muito diferente do Server 2008R2 respeita assim quando você procurar ferramentas para fazer qualquer tipo de utilitário basta olhar para isso como o sistema operacional.
Você também pode fazer uma recuperação ATTR com o Powershell:
link
* Este script é útil se você tiver corrupção resultante de seu HDD:
Executando localmente de um controlador de domínio ...
# Dot source a reference to the function library
. .\AD_Snapshot_Functions.ps1
# Create a new snapshot and view it in the list
New-ADSnapshot
Show-ADSnapshot | Out-GridView
Show-ADSnapshot -WMI | Out-GridView
# Mount the database
Get-Help Mount-ADDatabase -Full
Mount-ADDatabase -Last -LDAPPort 33389
# Notice the snapshot list now shows which one is mounted
Show-ADSnapshot | Out-GridView
Show-ADSnapshot -WMI | Out-GridView
# View a user in both copies of the database
Get-ADUser Guest -Properties Description -Server localhost:33389
Get-ADUser Guest -Properties Description -Server localhost
# Repair a single attribute for a single account
Get-ADUser Guest -Server localhost |
Repair-ADAttribute -Property Description -LDAPPort 33389
# Repair multiple attributes for multiple users
Get-ADUser -Filter {name -like "G*"} |
Repair-ADAttribute -Property Department,Description -LDAPPort 33389
# Finish cleanly
Dismount-ADDatabase
My question is this: how can we backup users and groups from the
currently running server (it's still running with a bad drive for now)
so that we can restore them when we reinstall SBS? We need a way to
backup all user information, group membership, and to make sure that
all user SIDs and RIDs remain the same so that any permissions that
are setup on our Windows clients don't need to be reconfigured (from
what I understand, that's how that works).
Use a estação de trabalho para a peça de backup se a VEEAM não for sua xícara de chá.
link
Em seguida, use o conversor:
link
P2V seu SBS Server para ele (verifique se você tem espaço) e realizar toda a sua recuperação do hipervisor tipo 2.