Start stop Openvpn AS from Shell
# cd /usr/local/openvpn_as/scripts ./sacli start ./sacli stop ./sacli restart
# cd /usr/local/openvpn_as/scripts ./sacli start ./sacli stop ./sacli restart
Hi to increase the security for Openvpn AS you can do the follworing. # cd /usr/local/openvpn_as/scripts/# ./sa –keysize=4096 Init
Things to set when you use the LDAP authentication when use openvpn and Windows server 2016 AD. First on Windows install active directory lightweight directory services. Base DN for User Entries: DC=domeinnaam, DC=nl Openvpn and users that only have access when they in the VPN group. Additional LDAP Requirement: (Advanced) memberOf=CN=vpn users, […]
Removing an Office 365 domain the hard way… We should cover all scenarios. Let’s assume that this tenant had the synchronization in place, but it was discontinued and we can’t restore the synchronization to its glory. A good example happened to me when writing this article (the original idea of this article was to manage […]
How to Search for Text Inside of Any File Using Windows Search Justin Garrison @rothgar Updated August 14, 2017, 10:15pm EDT Many of us rely on Windows Search to find files and launch programs, but searching for text within files is limited to specific file types by default. Here’s how you can expand your search to […]
Windows logo + R Regedit Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList WINDOWS 7 – WINDOWS LOADS WITH TEMPORARY PROFILE WINDOWS 7 – WINDOWS LOADS WITH TEMPORARY PROFILE How to restore the correct user profile after Windows starts logging in with a temporary user profile. The first step, if the profile is not completely corrupt, is to rename the […]
For Windows 7 and later users: +Shift+← or → will move the selected window to the monitor in that direction. Now you can see the screen again.
How to refresh data store esxi host server. 1 enable ssh on the host. 2 connect with putty to the host. And edit the config.xml: 3 # vi /etc/vmware/hostd/config.xml And find the datastore section. How to find this in VI? type /<datastore> and press enter. Now you find the line with <datastore> Now to edit […]
nslookup -q=txt yourdomainnaam.com nslookup -type=soa yourdomainnaam.com nslookup Default Server: ns01.upclive.nl Address: 62.179.104.196 > set q=mx > yourdomainnaam.com Server: ns01.upclive.nl Address: 62.179.104.196 Non-authoritative answer: yourdomainnaam.com MX preference = 0, mail exchanger = yourdomainnaam.com.mail.protection.outlook.com
https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/download-winpe–windows-pe https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-create-usb-bootable-drive
Het komt wel eens voor dat je als gebruiker inlogt en de VPN op de anyconnect niet correct staat. Zie wat te doen : 1 Maak verborgen mappen zichtbaar. 2 zie wat te doen : On the client, the xml profile (C:\ProgramData\Cisco\Cisco AnyConnect Secure Mobility Client\Profile) [Win 7] can be seen using those parameters as […]
Steps in a nutshell Create and capture the memory dump associated with the BSOD you are trying to troubleshoot. Install and configure WinDBG and the Symbols path to the correct Symbols folder. Use WinDBG to Debug and analyze the screen dump, and then get to the root cause of the problem. Create memory dump […]
Shortcut Description Alt+D Select address bar (Explorer) Alt+Enter Properties Alt+F4 Close active item or app Alt+Left-Arrow Previous folder (Explorer) Alt+Spacebar Shortcut menu Alt+Tab Switch between apps Alt+Up-Arrow Go up one level (Explorer) Ctrl+A Select all Ctrl+Alt+D Docked mode (Magnifier) Ctrl+Alt+I Invert colors (Magnifier) Ctrl+Alt+L Lens mode (Magnifier) Ctrl+Alt+Tab Switch between apps using arrow keys Ctrl+C […]
LOGIN: $LiveCred = Get-Credential # Now use the credentials admin account O365 $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection Import-PSSession $Session Login: MFA: Connect-ExchangeOnline -UserPrincipalName <e-mail> Agenda rechten opvragen voor gebruiker: $name = Read-Host ‘Voor welke gebruiker vraag je agenda gegevens op?’ Get-MailboxFolderPermission -Identity ${name}:\agenda Get-MailboxFolderPermission -Identity ${name}:\calendar Geef […]
Check all DNS settings. https://www.ultratools.com/tools/dnsLookupResult
Introducing Terminal Services Server Drain Mode First published on CloudBlogs on Jun, 15 2007 When a terminal server needs maintenance, the administrator may want to prevent users from logging onto a server which is about to be taken offline. In Windows Server 2003 there was a command-line tool to disable all remote connections; however, this […]
echo off RUNDLL32 PRINTUI.DLL,PrintUIEntry /y /n “fax” timeout 5 > NUL RUNDLL32 PRINTUI.DLL,PrintUIEntry /y /n “Microsoft XPS Document Writer” exit Save the file in *.bat format. Run this as the user and the printer will switch.
Check DNS records on Windows with nslookup Last updated on: 2016-06-27 Authored by: Rackspace Support You might need to check the status of your DNS records for many reasons. For example, you might need to verify that any updates are correct or to troubleshoot issues accessing a particular service. Windows has a built-in tool for […]
On these websites you can scan the site if they are phishing websites or not. https://safeweb.norton.com/ https://www.urlvoid.com/update/beatzdancestudio.nl/ https://scanurl.net/ And upload files to scan on viruses. https://www.virustotal.com/en/
https://docs.microsoft.com/en-us/deployoffice/deploy-office-365-proplus-by-using-remote-desktop-services
Outlook 2016: agenda’s delen In deze handleiding lees je: in deel A: hoe je de agenda van een collega aan jouw eigen Outlook 2016 kunt toevoegen in deel B: hoe je jouw agenda met iemand anders kunt delen in Outlook 2016 Deel A: De agenda van een collega aan je eigen Outlook 2016 toevoegen Stap […]
You can enable/disable add-ins in the following way; Outlook 2007 Tools-> Trust Center…-> Add-ins. At the “Manage” dropdown list at the bottom select which type of add-ins you would like to enable/disable. Press “Go…” and make the changes. For some add-ins you’ll need to restart Outlook for changes to take effect. Outlook 2010, Outlook 2013 […]
You can find this file in the folder on Windows : C:\Users\username\Documents\Virtual Machines\name virtual machine Edit the file (.vmx) for a delay you need to add the following: bios.bootDelay = “10000” Now when you start the server/desktop it will wait for 10 seconds.
For blocking traffic on your webserver like a DDoS # ufw limit https/tcp # blocking traffic on port 443 # ufw limit http/tcp # blocking traffic on port 80 # ufw limit ssh/tcp # blocking traffic on port 22 After 30 seconds you can access the server again, and see the website and login […]
https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos Introduction This page contains instructions for using OpenVPN project’s own software repositories. For a list of unofficial repositories (e.g. EPEL) please refer to the Unofficial OpenVPN software repositories page. Latest OpenVPN releases are available in the OpenVPN project’s apt repositories. This allow you to use more up-to-date version of OpenVPN than what is typically available in […]
Het bestand getest met Centos 7 is hieronder in de link te downloaden. Download hier het script. openvpn-install https://github.com/Nyr/ https://github.com/Nyr/openvpn-install openvpn-install OpenVPN road warrior installer for Debian, Ubuntu and CentOS. This script will let you setup your own VPN server in no more than a minute, even if you haven’t used OpenVPN before. It has been designed to […]
This servers is running with this pool on pool.ntp.org: Statistieken voor 82.75.190.40 (ntppool.org) pool.ntp.org: Statistieken voor 85.214.96.63 (ntppool.org) Introduction Accurate time keeping is critical for almost any service or software. Emails, loggers, event systems and schedulers, user authentication mechanisms, and services running on distributed platforms all need accurate timestamps to record events in chronological […]
Step 1 — Install the Let’s Encrypt Client Let’s Encrypt certificates are fetched via client software running on your server. The official client is called Certbot, and its developers maintain their own Ubuntu software repository with up-to-date versions. Because Certbot is in such active development it’s worth using this repository to install a newer version […]
show installed packages ubuntu # apt list –installed Nu krijg je alle pakketten te zien ( packages ) die zijn geïnstalleerd op de server.