Astaro UTM 9 Resetting IP Count





Als je een melding krijgt dat je het aantal gelicenseerde ip's bent overschreden kun je dit wissen d.m.v. een van ...
Microsoft Omzeilen van TPM 2.0-check Windows 11








Microsoft recommends against installing Windows 11 on a device that does not meet the Windows 11 minimum system requirements. If you ...
Microsoft / Exchange How to change Exchange 2010 Outbound Email port from 25 to 587





Get-SendConnector | fl port
Port: 25
Set-SendConnector –Identity “Your Send Connector Name” -Port 587
Port: 587

 ...
VMware Add user with commandline





Add usernet user test test123 /add
 
Add user to group administratorsnet localgroup administrators test /add
 
Delete usernet user test /del
 
Enable usernet user ...
Microsoft Add user with commandline





Add usernet user test test123 /add
 
Add user to group administratorsnet localgroup administrators test /add
 
Delete usernet user test /del
 
Disable usernet user ...
Microsoft / WSUS How to Configure Client Side Targeting in WSUS





In this post, we will see how to configure client side targeting in WSUS. In the previous posts we have ...
Microsoft / WSUS 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] 


 ...
CentOS How to reset root and user passwords mariadb





If you have an existing data directory and wish to reset the root and user passwords, and to create a ...
Microsoft Netwerk gegevens opvragen met WMI





Geeft weer interface met een Ip connectieGet-WmiObject -Class Win32_NetworkAdapterConfiguration -Filter IPEnabled=TRUE
Geeft weer de IP adressen op de hostGet-WmiObject -Class Win32_NetworkAdapterConfiguration ...
Microsoft Configureer NTP settings via de Registry





Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters]"NtpServer"="vul hier in de FQDN,0x1""Type"="NTP"

 ...
VMware Plaats desktop iconen op server versies





Open een command prompt als administrator,vul in het volgende commandodesk.cpl ,5
 
 

 ...
Microsoft Plaats desktop iconen op server versies





Open een command prompt als administrator,vul in het volgende commandodesk.cpl ,5
 
 

 ...
Microsoft Forceer de installatie van het MSU-pakket






Wanneer u een MSU-bestand probeert te installeren, ontvangt u het volgende foutbericht:
• De update is niet van toepassing op uw ...
Microsoft Backup data with robocopy





robocopy C:\docs D:\Docs /e /copy:DAT /mt /zrobocopy C:\Backup D:\Backup /e /copy:DAT /mt /zrobocopy C:\Scripts D:\Scripts /e /copy:DAT /mt /z

 ...
VMware Reset System Configuration ESXI host with PowerCLI





Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:$False $creds = Get-Credential -Message "Enter credentials for Lockdown Exception User" $vmhosts = @() 101..109 ...