Auteur: maikel

In corporate segment one of the advantages of BitLocker Drive Encryption technology is the ability to store the Bitlocker recovery keys for encrypted drives in the Active Directory Domain Services (AD DS). BitLocker recovery key is a 48 and/or 256-bit sequence, which is generated during BitLocker installation. When number of the computers in company network […]

Meer lezen

Backing up ESXi host configuration data ESXi Command Line To synchronize the configuration changed with persistent storage, run this command: vim-cmd hostsvc/firmware/sync_config To backup the configuration data for an ESXi host, run this command: vim-cmd hostsvc/firmware/backup_config Note: The command should output a URL in which a web browser may be used to download the file. […]

Meer lezen

A. To get a list of the running services enter the command net start (you can add > \[filename\] to the end to make it output to a file,i.e. net start > services.lst). You can then try to shutdown each ofthem by entering the command net stop “<service name>” ,e.g. netstop “spooler”. Some services will […]

Meer lezen

1 maak GPO aan 2 Link deze aan users OU waar de users in staan. 3 GPO: user configuration, preferences, windows settings, files. 4 maak een share aan waar alle servers bij kunnen. \\192.168.10.200\share\Normal.dotm ( voorbeeld ) 5 Source files:  \\192.168.10.200\share\Normal.dotm ( voorbeeld ) 6 Destination File: %userprofile%\AppData\Roaming\Microsoft\Templates\Normal.dotm ( voorbeeld ) 7 ga naar item […]

Meer lezen

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

How to Fix Keyboard Typing Multiple Letters on Windows 10 “My keyboard types letter twice!” You may come across the “keyboard typing multiple letters” or “keyboard repeating the same characters” problem after some Windows 10 updates. The Windows 10 PC keyboard automatically types into a repeated letter after you finish your typing, and then you […]

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