Benutzer in Ubuntu erstellen
Wenn Sie ein Konto für eine andere Person einrichten wollen, ist es sinnvoll wenn der Benutzer Zugriff auf ein eigenes Verzeichnis für sich hat. Je nach Standardkonfiguration des Betriebssystems kann…
Wenn Sie ein Konto für eine andere Person einrichten wollen, ist es sinnvoll wenn der Benutzer Zugriff auf ein eigenes Verzeichnis für sich hat. Je nach Standardkonfiguration des Betriebssystems kann…
Finden Sie die IP-Adresse Ihres Ubuntu-Geräts: Terminal öffnen und eingeben: ifconfig SSH Verbindung erstellen: wenn ssh nicht installiert ist, dann hier ist das Befehl zu installieren: sudo apt-get install openssh…
The Settings are stored in Registry under: HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces
<# Creates a Scheduled Task and copies all needed files to the client .DESCRIPTION This script creates a scheduled task and copies the needed files to the client…
# Create a ConfigManager Client Health Evaluation Taskplaner. # will be run once #$TaskStartTime = [datetime]::Now.AddDays(1) $TaskStartTime = [datetime]::Now.AddMinutes(10) $Trigger= New-ScheduledTaskTrigger -At $TaskStartTime -Once $User= "NT AUTHORITY\SYSTEM" # # Now…
There are situations where you need to simulate a second monitor being connected to your system. This is mostly needed for remote control applications or USB type monitors such as…
Using Group Policies Configure policies on Terminal Server: Open gpedit.msc applet.Navigate to Computer Configuration -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Security.Enable Require use of…
Es gibt verschiedene Anwendungsfälle in denen man ein Passwort, wenn möglich sicher, in einem Powershell Script speichern muss. Beispielsweise wenn es sich dabei um ein Automatisierungsscript handelt, welches per Task…
Link: https://www.windows-noob.com/forums/topic/8682-strange-issues-with-application-deployment-evaluation-cycle/ On some of our clients the Application Deployment Evaluation Cycle have stopped evaluate for some reason. AppDiscovery.log, AppEnforce.log and AppIntentEval.log can be untouched for weeks..And if I manualy run…
IT Aktuell https://www.windowspro.de/ https://www.deskmodder.de/blog/ https://www.computerweekly.com/de https://techcommunity.microsoft.com/t5/windows-server-news-and-best/introducing-windows-server-2025/ba-p/4026374 https://learn.microsoft.com/en-us/windows-server/get-started/whats-new-windows-server-insiders-preview https://techcommunity.microsoft.com/t5/storage-at-microsoft/storage-in-windows-server-2025-from-the-server-summit/ba-p/4099901 https://techuisitive.com/ E-Mail Hacking Prüfen Hasso-Plattner-Institut: www.sec.hpi.de/ilc/Have I Been Pwned: https://haveibeenpwned.com/ Powershell Scripts: https://sylvioh.wordpress.com/2015/05/11/passwortsicherheit-in-powershell-skripten/ https://www.script-example.com/powershell-password https://www.netz-weise-it.training/weisheiten/kennwoerter-speichern-und-abfragen-mit-powershell-1.html https://heinz-otto.blogspot.com/2020/01/passworter-in-powershell-scripts.html Generate and export Certificates for Windows…