Categorie: Linux

Install/Upgrade to PHP 7.3 – Ubuntu & Debian Tue, 2018-11-06 12:56 I wrote posts about updating Debian & Ubuntu systems to PHP 7.1 and 7.2. It’s time for a similar post for PHP 7.3. PHP 7.3 is expected to be released on December 6, but I have been trying it out for a few months […]

Meer lezen

Log in op O365 via powershell   ———————————————————————————————————————————————————— $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection Import-PSSession $Session   ———————————————————————————————————————————————————— Controleer wie er rechten heeft op een mailbox, deze word automatisch toegevoegd aan de gebruiker. Bijvoorbeeld je vraagt de rechten op voor Lara?   ———————————————————————————————————————————————————— Get-Mailbox | Get-MailboxPermission […]

Meer lezen

Home Topics Reset ESXi 6 Evaluation License (cron script included) Thursday, 17 December 2015 • How-To   • Virtualisation For testing and educational purposes only The ESXi 6 evaluation license is valid for 60 days and a free one can be obtained from VMware at anytime. Resetting the evaluation license provides continual access to all […]

Meer lezen

Microsoft Windows opnieuw installeren Microsoft Windows opnieuw installeren Wilt u het besturingssysteem van uw pc opnieuw installeren? Gebruik de Dell OS Recovery Tool om een USB-stick voor systeemherstel te maken, die u kunt gebruiken om de versie van Windows of Linux die bij uw pc hoort opnieuw te installeren. https://www.dell.com/support/home/nl/nl/nlbsdt1/drivers/osiso/recoverytool   Zo werkt het: Download […]

Meer lezen

How To Reset 120 Day Grace Period on 2012 R2 Server RDS – The Steps Step 1: Connect to your RDS Server as an admin and open regedit. Navigate to the following key: The solution is to delete the REG_BINARY in: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod It’s called a “TimeBomb” … -:) Note: You must first take an ownership and […]

Meer lezen

https://kb.vmware.com/s/article/2143832?lang=en_US updaten per commandline: esxcli software vib update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml       Upgrading ESXi 6.5 automatically from the command line without vSphere /Upgrading ESXi 6.5 automatically from the command line without vSphere The traditional approach to upgrading vSphere and VMware ESXi involves manually downloading the VIB (short for “vSphere Installation Bundle”) and executing the […]

Meer lezen

Solution 3: Fix the issue via an elevated Command Prompt If none of the solutions listed and described above have worked for you, you may just be able to fix this issue through an elevated Command Prompt. In order to do so, you need to: Right-click on the Start Menu button to open the WinX […]

Meer lezen

# First start/run on the computer with PowerShell where to add the new local administrator account. (Start-Process powershell.exe -Credential $(Get-Credential) -NoNewWindow -ArgumentList “Start-Process powershell.exe -Verb runAs $($OpenFileDialog.Filename)”) The new shell is now administrator. Copy and paste all from now in the administrator shell!!! ## copy paste all in the new administrator shell## # show local […]

Meer lezen

Set up an archive and deletion policy for mailboxes in your Office 365 organization ‎12‎/‎11‎/‎2018 16 minutes to read Contributors In this article Before you begin Step 1: Enable archive mailboxes for users Step 2: Create new retention tags for the archive and deletion policies Step 3: Create a new retention policy Step 4: Assign […]

Meer lezen

Show rights with power shell O365   $Credential = Get-Credential $ExchangeSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri “https://outlook.office365.com/powershell-liveid” -Credential $credential -Authentication “Basic” -AllowRedirection Import-PSSession $ExchangeSession Get-Mailbox | Get-MailboxPermission -User user@domain.nl

Meer lezen

How the configuration is saved The Access Server uses 4 databases, and a text file to store its state configuration. It is possible to modify these configurations via the admin web UI interface, sacli command line tool, confdba command line tool, and sqlite/mysql command line utilities. Changing settings should normally always be done either in the […]

Meer lezen

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

Meer lezen

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

Meer lezen

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

Meer lezen