AD Defragmentatie (Server 2012)

Stop de ADDS Service ntdsutil activate instance ntds files compact to c: copy “c:ntds.dit” “c:WindowsNTDSntds.dit” del c:WindowsNTDS*.log Start de ADDS Service  


HP EVA P6000 Service

Bij CVE ga naar de fieldservice page: -> https://localhost:2372/fieldservice en log in. Kies de juiste EVA. Klik op: Open Command line interface Kies uit de dropdown box : FCS show config. En klik on execute. Op de management server staat in: C:program files(x86)hewlett packardsanworkselement manager for storageworks hsvcacheWWWN van EVAfcs_show_config.txt


Startmenu in Windows 8 or not?

I have heard that lots off people are missing the startmenu in Windows 8. I don’t miss it because I normally use the “Run” to enter my command/application and I have pinned my mosy used apps in the taskbar. What I do recommend to my customers is to start using […]


Profile Permissions

NTFS Permissions for Roaming Profile Parent Folder User Account    : Minimum Permissions Required Creator Owner    : Full Control, Subfolders and Files Only Administrator    : Full Control (Microsoft actually recommends none but it simplifies things if you give admins full control) Security group of users needing to put data on share   […]


Send mail through telnet

hello smtp.server.nl mail from:<test@domain.nl> rcpt to:<to@domain.nl> data subject: This is a test mail to: to@domain.nl This is the text of my test mail. . quit


vSphere 5.1 static MAC

Failed to start VM After upgrading an ESX cluster from vSphere 5.0 to vSphere 5.1 a VM failed to reboot.. Instead, an error message was issued: Failed to start the virtual machine. Module DevicePowerOn power on failed. Could not set up “macAddress” for ethernet0. Invalid MAC address specified. 00:0C:29:A0:B0:1D is […]


Exchange 2010 reconnect archive mailbox

Find (disconnected) mailbox: Get-MailboxServer | Get-MailboxStatistics | where { $_.DisconnectDate } | fl DisplayName, DisconnectDate Recconnect mailbox: Get-MailboxDatabase | Get-MailboxStatistics | Where-Object {$_.DisconnectDate –and $_.DisplayName –eq “Personal Archive – Tinnus Est”} | Connect-Mailbox –user T.Est –archive


Windows Icons: Full list with details, locations & images

Good qual­ity icons and images, espe­cially ones with an alpha trans­par­ency can be time con­sum­ing to make, and are often also hard to find.  One source of lots of high qual­ity icons in a range of sizes is Win­dows.  Win­dows 7 includes lots of icons which can be use­ful as […]


Creating AD computer accounts from a CSV

This is an updated script that creates computer accounts in Active Directory. This script uses a comma separated values file as an input instead of two text files. ‘**************************************Heading********************************* ‘create.vbs ‘ ‘Jason Hofferle ’04/12/2007 ‘ ‘Script to create AD computer accounts from file ‘****************************************************************************** option explicit   ‘************************************************************************** ‘Variable Declarations […]


Command Line Commands for Control Panel Applets

List of Control Panel Commands in Windows 8, 7, Vista, and XP Sometimes it’s easier, or maybe even necessary, to open a Control Panel applet from a command line in Windows. Each Control Panel applet can be opened by executing a command, you just have to know what that command is. […]