- 1. Exchange 2013 - Quota's standaardisere
- (Powershell)
- ... $UseDefault -IssueWarningQuota $iw -ProhibitSendQuota $psq -ProhibitSendReceiveQuota $prq -confirm:$False -ErrorAction SilentlyContinue -WarningAction SilentlyContinue # Write Entry ...
- Gemaakt op 11 april 2015
- 2. Exchange 2007-2013 - Public folders configuratie Back-up
- (Powershell)
- ... = $true ) # This function validates the scripts parameters function ValidateParams { $validInputs = $true $errorString = "" if ($TopPublicFolder -eq "") ...
- Gemaakt op 29 maart 2014
- 3. Verwijderen C:\Windows.old
- (Microsoft Windows)
- ... # Assumes path to sysinternals is in the PATH env variable $ErrorActionPreference = "Inquire" junction.exe -accepteula -s -q C:\windows.old | out-file $env:temp\juncts.txt -force foreach ...
- Gemaakt op 16 februari 2014
- 4. VMware ESX 3 Cluster kapot
- (VMware ESX)
- Tijdens één van mijn opdrachten hadden we een vreemd probleem. VMware kwam met de volgende melding: VMware: Error Message: "The request refers to an object that no longer exists or has never existed" ...
- Gemaakt op 20 oktober 2013
- 5. User informatie dynamisch bijhouden in Microsoft Office
- (VB-Scripting)
- ... wijze steeds bijgewerkt vanuit de Active Directory. Dit script kan bijvioorbeeld gebruikt worden tijdens het aanmelden met RES Workspace Manager, of in een aanmeldscript. Het script: on error ...
- Gemaakt op 18 oktober 2013
- 6. Database fout tijdens installatie Joomla 3.1.5 en MySql
- (MySQL/MariaDB)
- ... met het gevolg.... Een foutmelding: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' USING BTREE ) ...
- Gemaakt op 13 oktober 2013
- 7. Password en account lock informatie uit AD halen
- (VB-Scripting)
- Het script Onderstaande script dumpt een lijst van gebruikers met de gegevens uit de AD..... Het Script: On Error Resume Next Const adBSTR = 8 Const adDouble = 5 Const adVarChar = 200 ...
- Gemaakt op 12 oktober 2013