Wiki ICT

  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 […]

Meer lezen

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 […]

Meer lezen

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 […]

Meer lezen

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 […]

Meer lezen

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 […]

Meer lezen

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 […]

Meer lezen

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 […]

Meer lezen

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 […]

Meer lezen