Ero sivun ”Server Core/en” versioiden välillä
(Ak: Uusi sivu: In sconfig you can define the following settings by giving a number in the menu and pressing ENTER:) |
(Ak: Uusi sivu: #Domain or workgroup #Changing the computer name #Making users Administrators #Configuring remote access #Windows Update settings #Download and install updates #Enable remote deskt...) |
||
Rivi 17: | Rivi 17: | ||
In sconfig you can define the following settings by giving a number in the menu and pressing ENTER: | In sconfig you can define the following settings by giving a number in the menu and pressing ENTER: | ||
− | # | + | #Domain or workgroup |
− | # | + | #Changing the computer name |
− | # | + | #Making users Administrators |
− | # | + | #Configuring remote access |
− | #Windows Update | + | #Windows Update settings |
− | # | + | #Download and install updates |
− | # | + | #Enable remote desktop |
− | #[[Server_Core#Verkkoasetukset| | + | #[[Server_Core#Verkkoasetukset|Network configuration]] |
− | #[[Server_Core#Aika_ja_p.C3.A4iv.C3.A4m.C3.A4.C3.A4r.C3.A4_asetukset| | + | #[[Server_Core#Aika_ja_p.C3.A4iv.C3.A4m.C3.A4.C3.A4r.C3.A4_asetukset|Date and time settings]] |
#GEIP | #GEIP | ||
− | #Windows | + | #Windows activation |
− | # | + | #Log out |
− | # | + | #Restart |
− | # | + | #Turn off |
− | # | + | #Leave sconfig |
<gallery> | <gallery> |
Versio 11. helmikuuta 2015 kello 11.17
Windows Server 2012 R2 Server Core is the command line version of Windows Server. It is not recommended to use this is you are a beginner.
In our instruction we mostly use Powershell commands.
Powershell is started with the command:
powershell
Sisällysluettelo
Basic settings
Server Core has a simple command by the name:
sconfig
In sconfig you can define the following settings by giving a number in the menu and pressing ENTER:
- Domain or workgroup
- Changing the computer name
- Making users Administrators
- Configuring remote access
- Windows Update settings
- Download and install updates
- Enable remote desktop
- Network configuration
- Date and time settings
- GEIP
- Windows activation
- Log out
- Restart
- Turn off
- Leave sconfig
Komentorivi-ikkunaan pääset aina takaisin CTRL + ALT + DEL komennolla ja suorittamalla (File -> Run) cmd ja powershelliin, suorittamalla powershell.
Näppäimistön asetukset
Avaa sijaintiasetukset ja määritä kaikki suomeksi (finnish).
intl.cpl
Käynnistä uudelleen
Avaa CTRL + ALT + DEL kirjautumisen jälkeen ja vaihda oikealta alakulmasta näppäimistöasetus suomeksi.
Aika ja päivämäärä asetukset
Avaa
timedate.cpl
Verkkoasetukset
Tietokoneesi IP-osoite asetukset näet komentokehotteella:
ipconfig /all
PowerShell komennolla:
Get-NetIPAddress
IP-osoitteen muuttaminen
sconfigista on yksinkertaista muuttaa IP-osoitteita.
- IP-osoitteen, aliverkonpeitteen ja oletusyhdyskäytävän asetukset
- DNS-palvelinten asetukset
- Tyhjennä DNS-palvelinten asetukset
- Palaa takaisin päävalikkoon
Help
Get-Help komennolla voit hakea apua ominaisuuksiin, rooleihin ja komentoihin.
Get-Help XXX
Get-Help sconfig
Get-Command komennolla saat komentolistauksia
Get-Command *XXX*
Get-Command *-ad* - Active Directory komennot listana
Roolit ja ominaisuudet
Roolien ja ominaisuuksien asentaminen
Listaa roolit ja ominaisuudet:
Get-WindowsFeature
Asenna rooli tai ominaisuus:
Install-WindowsFeature rooli/ominaisuus
Asenna useita rooleja ja ominaisuuksia samaanaikaisesti:
Install-WindowsFeature
rooli/asennus1
rooli/asennus2
Tyhjän rivin jälkeen paina ENTER, niin kone alkaa asentamaan rooleja ja / tai ominaisuuksia.