Attivando .NET framework 3.5 con Windows Server 2012 /2012R2 si può ottenere questo errore. Errore 0x800f0906 Soluzione: Per installare manualmente .NET 3.5 si deve abilitare una Policy di sistema che permette di specificare manualmente il percorso dei sorgenti dal CD di installazione di Windows 1. Montare la ISO di Windows Server 2012R2, oppure inserire il […]
Tag: Server
Rebuild SYSVOL and NETLOGON share
Procedura: keep a backup of SYSVOL & NETLOGON on working DC. Log on to working Domain Controller and Stop the File Replication Service Then open Registry editor (Regedit) and go to: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NtFrs\Parameters\Backup/Restore\Process at Startup Modify BurFlags attribute value to D4 Start File Replication Service Wait for File Replication event ID 13516 Now log in to […]
Filesystem NTFS nomi file in percorsi di lunghi.
Modificare chiave di registro come segue: In Regedit browse to this folder HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem and set the following value to 0 NtfsDisable8dot3NameCreation
Rimuovere Schede di rete Obsolete dal sistema
Ecco come rimuovere vecchi drivers di rete da windows server. Dal prompt dei comandi eseguire: set devmgr_show_nonpresent_devices=1 poi eseguire dal prompt dei comandi: devmgmt.msc in questo modo appare la finestra gestione periferiche Abilitare la visualizzazione dei componenti nascosti A questo punto nelle schede di rete appariranno anche quelle vecchie che possono essere disinstallate. bye
Esportare configurazione dhcp verso un nuovo server
We have migrated our DHCP database from Windows 2003 to a new Windows 2012 server, just by using netsh commands, without any problems. – Install the DHCP Server role on the new 2012 Server, but don’t Authorize it. – On the Windows 2003 DHCP Server, open CMD and type: netsh dhcp server export C:\dhcp.txt all […]
Sbs2003 CAL dowgrade da sbs2008 / sbs2011
If you have acquired SBS 2008 CALs from the Volume Licensing (VL) channel, you will be given SBS 2003 CAL keys at the time of acquisition; these keys can then be used for downgrade SBS 2008 CALs to SBS 2003 (R2). For those of you who have acquired SBS 2011 CALs from channels other than […]
Windows Server 2012 Attivazione
Open an elevated CMD prompt and run the following command, as shown below: slmgr.vbs /ipk product key You will receive a pop-up window from Windows Script Host indicating the product key has been installed successfully.