RSAT significa:
Remote
Server
Administation
Tool
-
Cosa serve RSAT?
RSAT attiva per agli admin di sistema che permette di eseguire snap-ins e tools da un windows 11/10/7 per gestire da remoto le Features, ruoli e ruoli di servizio dei server Windows. prima dovevano loggarsi nel server specifico che dovevano gestire. Ma, grazie all'interfaccia utente di RSAT è diventato più semplice. Visto che semplifica l'amministrazione dei server di windows, possono salvare tempo sia in gestione del server, manutenzione e ottimizzazione. -
Cosa serve questo RSAT-install.ps1?
Questo file consente di installare questi Tools di Windows anche se siamo offline.
- Creare una cartella con nome
Temp
nel disco locale del pc; - Scaricare dal Volume licesing di Microsoft il file
Language and Optional Features ISO
; - Spostare il file appena scaricato nella cartella
Temp
e schiacciare il pulsante "monta"; - Entrare nell'unità appena scaricata;
- Spostare la cartella
LanguagesAndOptionalFeatures
sotto la cartellatemp
; - Spostare il File
RSAT-install.ps1
dentro la cartellaLanguagesAndOptionalFeatures
; - Aprire Windows Powershell in modalità amministratore;
- Usare i seguenti comandi in ordine:
cd c:\Temp
cd LanguagesAndOptionalFeatures
cd .\RSAT-install.ps1
- I tools sono finalmente scaricati!
RSAT means:
Remote
Server
Administration
Tool
What's RSAT for?
RSAT enables system admins to run snap-ins and tools from a Windows 11/10/7 SP1 PC to remotely manage Windows Server features, roles and role services. Previously, they had to individually log in to the specific server they wanted to manage. But, with RSAT's graphical user interface-based tools and snap-ins, any admin can easily manage multiple servers remotely. Since it simplifies the administration of Windows Server, they can save both time and effort in server management, maintenance and optimization.
What's this RSAT-install.ps1?
This file let install these Windows Tools even if we're offline.
- Create a Directory by name
Temp
inside the local disc; - Install from Volume licesing by Microsoft the
Language and Optional Features ISO
file; - Move the file just downloaded inside the
Temp
Directory and press the "mount" option.; - Enter in the unity you just installed;
- Move the
LanguagesAndOptionalFeatures
under theTemp
Directory; - Move the
RSAT-install.ps1
inside theLanguagesAndOptionalFeatures
; - Open Windows Powershell as Administrator;
- Use the folowing commands in order:
cd c:\Temp
cd LanguagesAndOptionalFeatures
cd .\RSAT-install.ps1
- The tools are finally installed!
Credits: Erik Carina (RSI)