Navigate to – HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\vpnva
Change the display name
from:
@oem15.inf,%vpnva_Desc%;Cisco AnyConnect VPN Virtual Miniport Adapter for Windows x64
to:
Cisco AnyConnect VPN Virtual Miniport for Windows x64 (or x86 for 32bit machines)
Monthly Archives: November 2013
Using diskpart to delete all partitions on disk drive
Open a command prompt with administrator rights:
Type:
diskpart (enter)
list disk (enter)
selelct disk # (enter, # is the actual disk number)
delete disk (enter)
If you are sure you want to delete, then type:
clean
Couldn’t Connect to the Source Mailbox
Error after entering the New-MailboxExportRequest parameters:
Couldn’t connect to the source mailbox.
+ CategoryInfo : NotSpecified: (0:Int32) [New-MailboxExportRequest], RemotePermanentException
+ FullyQualifiedErrorId : 4E7EDE9C,Microsoft.Exchange.Management.RecipientTasks.NewMailboxExportRequest
Exchange 2010 relies of MAPI when performiny any mailbox export. I had to enable MAPI.
New-MailboxExportRequest command missing
In order to run the ‘New-MailboxExportRequest’ command, you need to run the following first:
New-ManagementRoleAssignment –Role “Mailbox Import Export” –User “DOMAIN\USER”
The ‘New-MailboxExportRequest’ command works after restarting the shell.
New-MailboxExportRequest -Mailbox USER -FilePath “\\SERVER\SHARE\USER.pst”