Update windows 10 via Powershell
Updaten via powershell gaat in 3 stappen,
Zorg voor de installatie dat .net 3.5 is geïnstalleerdInstall de moduleinstall-module pswindowsupdateGevolgd door:import-module pswindowsupdate
Kijk welke updates er beschikbaar zijn
Get-WindowsUpdate
Indien ...
Updates voor Windows 7 verkrijgen.
Om toch nog updates te krijgen voor Windows 7 moeten er 2 hotfixen worden gedraait en wel,Voor de X86 versieAls Eerste de Windows6.1-KB3020369-x86.msuen dan de ...
Update FOG Image Server
yum install git
sudo -i
git clone https://github.com/FOGProject/fogproject.git /root/fogproject
cd /root/fogproject/
git checkout dev-branch
git pull
cd bin
./installfog.sh
Navigate to http://IPofYourFOGServer/fog/management ...
Upgrade MariaDB 5.5 to MariaDB 10.0 on CentOS 7
[root@backup02 ~]# mysql -u root -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 391 ...
Update with WSUS without a domain
Create a .reg file
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]"AcceptTrustedPublisherCerts"=dword:00000001"ElevateNonAdmins"=dword:00000001"TargetGroup"="XP Workstations""TargetGroupEnabled"=dword:00000001"WUServer"="http://192.168.1.82:8530""WUStatusServer"="http://192.168.1.82:8530"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]"AUOptions"=dword:00000004"AUPowerManagement"=dword:00000001"AutoInstallMinorUpdates"=dword:00000001"DetectionFrequency"=dword:0000000a"DetectionFrequencyEnabled"=dword:00000001"IncludeRecommendedUpdates"=dword:00000001"NoAUAsDefaultShutdownOption"=dword:00000001"NoAUShutdownOption"=dword:00000001"NoAutoRebootWithLoggedOnUsers"=dword:00000001"NoAutoUpdate"=dword:00000000"RebootRelaunchTimeout"=dword:0000000a"RebootRelaunchTimeoutEnabled"=dword:00000001"RescheduleWaitTime"=dword:0000000a"RescheduleWaitTimeEnabled"=dword:00000001"ScheduledInstallDay"=dword:00000000"ScheduledInstallTime"=dword:00000003"UseWUServer"=dword:00000001
To remove the content from the registry
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
...
USB Install Astaro Firewall (UTM)
Creating Your Own Sophos UTM Bootable USB Installation Drive
Installing Sophos UTM from a boot CD is straightforward and works well. The only problem with this ...
Uptime Kuma config for Docker Containers
Step-1: 1. goto portainer2. open uptime kuma container in docker3. Click on "Duplicate/Edit" under "Actions"4. goto advanced container settings - Select "Volumes" Tab5. Click on "+map ...