Resize disk in windows server 2003
To extend a disk in windows 2003 use diskpart. To use Diskpart.exe, follow these steps: Open a command...
List users and size of mailbox in Exchange 2007 and 2010 with Powershell
Get-Mailbox | Get-MailboxStatistics | select-object DisplayName, {$_.TotalItemSize.Value.ToMB()}
Install Nagios NPRE client on Windows
download the client from: http://nsclient.org/nscp/downloads (choose the *.zip file) and extract it to c:program files%foldername% Install the service from...
Find emails with Powershell commandlets
Get-MessageTrackingLog -start “12/18/2011 08:00” -Sender user@domain.com | Format-List sender, Recipients, timestamp, MessageSubject Get-MessageTrackingLog -MessageSubject Testsubject
Import PST file to exchange mailbox from Powershell
New-MailboxImportRequest –Mailbox bruker –FilePath \servermappenavn.pst
Get SMTP adresses with CSVDE (commandline) in Exchange 2003
This one gives you username and primary Email address csvde -f users.csv -r “(&(objectCategory=Person)(objectClass=user))” -l “sAMaccountname,mail” This...
Get SMTP Adresses from Exchange 2007/2010 With Powershell
Get-Mailbox | select -expand EmailAddresses | %{$_.SmtpAddress}
how to remove hidden devices after p2v/v2v
How to remove old NIC`s. CPU etc. after P2V or V2V. 1. set devmgr_show_nonpresent_device-1 devmgmt.msc 2. devmgmt.msc 3....
Resolving eventid 12293 – KMS problem
1. Log on to your DNS server and open the DNS manager. 2. Navigate to the Forward Lookup...