App don’t appear as Available in the Company Portal
Applications don't appear as Available in the Intune Company Portal app on Windows 10 This article fixes an issue in which the Intune Company Portal apps aren't displayed as Available on a…
Applications don't appear as Available in the Intune Company Portal app on Windows 10 This article fixes an issue in which the Intune Company Portal apps aren't displayed as Available on a…
Einen Windows 10 Autologin einrichten Generell sollte wo immer es möglich ist, mindestens ein Kennwort bei der Anmeldung verlangt werden und die Anmeldung richtig abgesichert werden. In oben genannten Umgebung…
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…