Wiki ICT

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

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

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  

Meer lezen

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

Meer lezen