mirror of
https://gitlab.com/ch-tbz-it/Stud/m159.git
synced 2024-11-22 01:32:00 +01:00
Add Tools
This commit is contained in:
parent
cee1b5b3b3
commit
73c3e36806
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,5 @@
|
||||
[{000214A0-0000-0000-C000-000000000046}]
|
||||
Prop3=19,11
|
||||
[InternetShortcut]
|
||||
IDList=
|
||||
URL=https://azureforeducation.microsoft.com/devtools
|
@ -0,0 +1,2 @@
|
||||
[InternetShortcut]
|
||||
URL=https://wiki.mikrotik.com/wiki/Manual:CHR_Hyper-V_installation
|
@ -0,0 +1,2 @@
|
||||
[InternetShortcut]
|
||||
URL=https://mikrotik.com/download
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,8 @@
|
||||
Führen Sie folgenden PS-Befehl auf sämtlichen DC's und Clients aus:
|
||||
|
||||
Auf Server:
|
||||
Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online
|
||||
|
||||
Auf Client:
|
||||
Auf dem Client geht der Befehl nur wenn Sie Internet haben.
|
||||
Falls Sie keine Inter auf dem Client haben führen Sie das Batchfile ohne RSAT-Tools aus.
|
@ -0,0 +1,7 @@
|
||||
- Kopieren Sie das File finish.bat auf alle virtuellen Maschinen
|
||||
- Führen Sie die Datei finish.bat (Nicht auf dem Desktop) überall ausser auf dem Core-Server, als Administrator aus
|
||||
- Geben Sie Ihre Gruppennummer (Nur die Zahl) ein. Falls Sie diese nicht wissen, fragen Sie den Lehrer
|
||||
- Es wird pro Server einen Ordner mit Ihrer Gruppennummer, sowie ein Infofile mit dem DC-Name auf jedem Server unter C:\Temp\GruppeX erstellt
|
||||
- Führen Sie die die Ordner von allen DC's zu einem zusammen
|
||||
- Geben Sie diesen Ordner zusammen mit Ihrem Portfolio ab
|
||||
- WICHTIG: Die Abgabe dieser Dateien sind Notenrelevant!
|
@ -0,0 +1,43 @@
|
||||
FOR /F "usebackq" %%i IN (`hostname`) DO SET MYVAR=%%i
|
||||
|
||||
set /p GRUPPENR=Gruppe Eingeben:
|
||||
|
||||
md C:\Temp\Gruppe%GRUPPENR%
|
||||
|
||||
rem msinfo32 /report C:\Temp\Gruppe%GRUPPENR%\infos.txt
|
||||
|
||||
echo\ >> C:\Temp\Gruppe%GRUPPENR%\systeminfos%computername%.txt
|
||||
echo "******************************** HOSTNAME ********************************" >> C:\Temp\Gruppe%GRUPPENR%\systeminfos%computername%.txt
|
||||
|
||||
echo %computername% >> C:\Temp\Gruppe%GRUPPENR%\systeminfos%computername%.txt
|
||||
|
||||
echo\ >> C:\Temp\Gruppe%GRUPPENR%\systeminfos%computername%.txt
|
||||
echo "******************************** DOMAIN CONTROLLERS********************************" >> C:\Temp\Gruppe%GRUPPENR%\systeminfos%computername%.txt
|
||||
|
||||
dsquery server >> C:\Temp\Gruppe%GRUPPENR%\systeminfos%computername%.txt
|
||||
|
||||
dsquery server
|
||||
|
||||
echo\ >> C:\Temp\Gruppe%GRUPPENR%\systeminfos%computername%.txt
|
||||
echo "******************************** IP CONFIG ********************************" >> C:\Temp\Gruppe%GRUPPENR%\systeminfos%computername%.txt
|
||||
|
||||
ipconfig /all >> C:\Temp\Gruppe%GRUPPENR%\systeminfos%computername%.txt
|
||||
|
||||
echo\ >> C:\Temp\Gruppe%GRUPPENR%\systeminfos%computername%.txt
|
||||
echo "******************************** SID ********************************" >> C:\Temp\Gruppe%GRUPPENR%\systeminfos%computername%.txt
|
||||
|
||||
dsquery * -Filter "(name=%MYVAR%)" -attr objectSID >> C:\Temp\Gruppe%GRUPPENR%\systeminfos%computername%.txt
|
||||
|
||||
echo\ >> C:\Temp\Gruppe%GRUPPENR%\systeminfos%computername%.txt
|
||||
echo "******************************** SITES ********************************" >> C:\Temp\Gruppe%GRUPPENR%\systeminfos%computername%.txt
|
||||
|
||||
dsquery site -o rdn >> C:\Temp\Gruppe%GRUPPENR%\systeminfos%computername%.txt
|
||||
|
||||
echo "******************************** FIREWALL-SETTINGS ********************************" >> C:\Temp\Gruppe%GRUPPENR%\systeminfos%computername%.txt
|
||||
|
||||
rem START /W REGEDIT /E "C:\Temp\Gruppe%GRUPPENR%\firewall%computername%.txt" HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules
|
||||
rem REGEDIT /E C:\t.txt "HKEY_CURRENT_USER\Software"
|
||||
|
||||
netsh advfirewall show allprofiles state >> C:\Temp\Gruppe%GRUPPENR%\systeminfos%computername%.txt
|
||||
|
||||
pause
|
Binary file not shown.
@ -0,0 +1,7 @@
|
||||
net stop w32time
|
||||
w32tm /unregister
|
||||
w32tm /register
|
||||
net start w32time
|
||||
net stop w32time
|
||||
net start w32time
|
||||
w32tm /resync /nowait
|
BIN
03_Aufgaben/01_basic/~$_Drucker_mit_GPO_verteilen.docx
Normal file
BIN
03_Aufgaben/01_basic/~$_Drucker_mit_GPO_verteilen.docx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user