Skip to content
  • Blog stories
  • Wiki
  • About
  • Events
IdefixWiki IdefixWiki
IdefixWiki IdefixWiki
  • Blog stories
  • Wiki
  • About
  • Events
IdefixWikiUncategorized

Import PST file to exchange mailbox from Powershell

New-MailboxImportRequest –Mailbox bruker –FilePath \servermappenavn.pst
Julian RasmussenNov 24, 2011
IdefixWikiUncategorized

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...
Julian RasmussenNov 23, 2011
IdefixWikiUncategorized

Get SMTP Adresses from Exchange 2007/2010 With Powershell

Get-Mailbox | select -expand EmailAddresses | %{$_.SmtpAddress}
Julian RasmussenNov 23, 2011
IdefixWikiMicrosoft

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....
rasmussen.julian@gmail.comSep 7, 2011
IdefixWikiUncategorized

Resolving eventid 12293 – KMS problem

1. Log on to your DNS server and open the DNS manager. 2. Navigate to the Forward Lookup...
Julian RasmussenSep 6, 2011
IdefixWikiUncategorized

Set recovery model to simple

Short 2 liner to set the recovery mode to simple on all databases: Use master select ‘ALTER DATABASE...
Julian RasmussenJun 20, 2011
IdefixWikiUncategorized

Get SMTP log in Powershell

In powershell (Excahnge Management Shell), use the following command: Get-MessageTrackingLog
Julian RasmussenMay 26, 2011
IdefixWikiUncategorized

Install Telnet on Windows 7 / Windows 2008 Server

pkgmgr /iu:”TelnetClient”
Julian RasmussenMay 25, 2011
IdefixWikiUncategorized

Delete old backup files SQL script

The following script deletes .bak files older than 7 days from F:SharesBackup2Disk DECLARE @DeleteDate datetime SET @DeleteDate =...
Julian RasmussenApr 27, 2011
1617181920
  • Blog stories
  • Wiki
  • About
  • Events

Copyright © 2023 - IdefixWiki