Geavanceerd zoeken

171 zoekresultaten

Pagina1 van de 171 zoekresultaten


  • Commandline update van VMware patches
    esxcli software vib install --depot=/vmfs/volumes/datastore/ESXi550-201410001.zip ...

  • VMware Tools installeren op Centos
     In de Sphere Client: Install/update VMware ToolsOp de VM console op de command line,mkdir /cdrommount de virtuele cdrom van stap ...

  • Install VMware tools on Windows Server Core 2012R2
    Install/upgrade VMWare toolsDan op de commandlineD:\.\setup64.exe /S /v"/qn REBOOT=Y"indien nodigshutdown -r -t 1 ...

  • VMware tools may not install on Windows after upgrade VMware
    VMware Tools may not install on a Windows guest operating system after upgrading to a newer version of ESX/ESXi (1012693) ...

  • WINSXS folder cleanup
    Voor Windows 7 en Windows 2008 R2 wordt het volgende commando gebruikt:The following command will remove files needed for uninstallation ...

  • Keyboard shortcuts on a RDP session
    CTRL+ALT+END : Open the Microsoft Windows NT Security dialog box (CTRL+ALT+DEL)ALT+PAGE UP : Switch between programs from left to right ...

  • Check Servicepack SQL
    Als je de build van een SQL server wilt controleren voor bv welk servicepack erop staat kun je dit nakijken ...

  • Check Exchange Server Build Numer
    Exchange servers tot versie 2010 >>>Klik hier<<<Exchange servers versie 2013 en nieuwer >>>Klik hier<<< ...

  • Remove windows 7 productkey
    In the elevated command prompt, copy and paste the command below and press enterslmgr.vbs /upkRemove productkey Windows 7 RegistryIn the ...

  • Partitie vergroten van Server 2003 met Extpart
    Download Extpart van de Dell Site Als je deze uitpakt wordt hij geinstalleerd in C:\dell\ExtPartIn de directory staan dan 2 ...

  • Lijst van Windows versies
    Voor een lijst van de Windows versie's >>>Klik hier<<< ...

  • Hoe zet ik OEM informatie in Windows
    Maak een regkey aan met de onderstaande info,Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation]"Manufacturer"="Asus""SupportHours"="9 - 5""SupportURL"="www.support.nl""Model"="Cooler Master""SupportPhone"="1234567890""Logo"="C:\logo\logo.jpg"Pas de gegevens naar wens aan. ...

  • Restart Exchange 2010 services met Powershell
    Stop-Service MSExchangeABStop-Service MSExchangeADTopologyStop-Service MSExchangeAntispamUpdateStop-Service MSExchangeEdgeSyncStop-Service MSExchangeFBAStop-Service MSExchangeFDSStop-Service MSExchangeISStop-Service MSExchangeMailboxAssistantsStop-Service MSExchangeMailboxReplicationStop-Service MSExchangeMailSubmissionStop-Service MSExchangeProtectedServiceHostStop-Service MSExchangeReplStop-Service MSExchangeRPCStop-Service MSExchangeSAStop-Service MSExchangeSearchStop-Service MSExchangeServiceHostStop-Service MSExchangeThrottlingStop-Service MSExchangeTransportStop-Service MSExchangeTransportLogSearchStarten ...

  • Move WSUS Content
    You can move the content to another drive/location using the wsusutil.exe, find this utility in C:\Program Files\Update Services\Tools Command: wsusutil.exe movecontent ...

  • Vergroot de download limit SBS2011 pop3 connector
    From the Exchange Powershell run the following This command will display the current sizeGet-ReceiveConnector | select identity, maxmessagesizeThis will set ...

  • How to change Exchange 2013-2016 urls
    $confirmation = Read-Host "Are you Sure You Want To Proceed:"if ($confirmation -eq 'y') proceed$domain = Read-Host "Voer hier domein naam"Get-OutlookAnywhere ...

  • Install MSE on a Windows Server
    Download MSE >>>klik hier voor download<<<Set Compatiblity mode on Windows 7Launch file with commandlineC:\Temp\mseinstall.exe /disableoslimit ...

  • Website omleiden van http naar https
    plaats onderstaande tekst in het .htaccess bestand in de root van je website.... RewriteEngine On RewriteCond %{HTTPS} offRewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\Comodo\DCV)?$RewriteCond ...

  • Server herstart opzoeken in de eventviewer.
    Start eventviewer op de server,   ...

  • How to create a PKCS#12 (PFX) file on a Windows server
    Solution Part 1: Create a "certificates" snap-in using the MMC: Microsoft IIS Version 6.0   Click Start > Run In the search ...