Memorise

Archive for December, 2012

Upgrade to 2008 Standard to Enterprise

Upgrade to 2008 Enterprise Syntex: DISM /online /Set-Edition:<Version> /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX Example with trial key: DISM /online /Set-Edition:ServerEnterprise /ProductKey:489J6-VHDMP-X63PK-3K798-CPX3Y To determine the installed version of Windows you can use: DISM /online /Get-CurrentEdition To determine possible versions you can upgrade to: DISM /online /Get-TargetEditions

Use the Shell to re-create the Discovery system mailbox

Use the Shell to re-create the Discovery system mailbox Delete the SystemMailbox{e0dc1c29-89c3-4034-b678-e6c29d823ed9} user account from Active Directory, if it exists. By default, Exchange Server 2013 Setup creates the mailbox in the Users container in Active Directory. For details about how to delete a user account from Active Directory, see Delete a User Account. Prepare Active Directory […]

Robocopy syntex

robocopy “M:\Sourcefolder” “H:\destination” /S /E /COPYALL /ZB /NP /MT:20 /R:3 /W:30 /LOG:”c:\logfolder\failingdrive.log” Mapp Network drives i.e  Z: then open command prompt as Administrator, modify the drive letter and folder location as per requirement then paste them to command prompt window. robocopy “C:\Company Files” “Z:\Company Files” /S /E /COPYALL /ZB /NP /R:3 /W:5 /LOG:”c:\companyfile.log” robocopy “C:\Users […]

Setup Juniper SSG or Netscreen to support IPsec VPN client connectivity with Shrew Soft VPN Client

Introduction This guide provides information that can be used to configure a Juniper SSG or Netscreen device running firmware version 5.4+ to support IPsec VPN client connectivity. The Shrew Soft VPN Client has been tested with Juniper products to ensure interoperability. Overview The configuration example described below will allow an IPsec VPN client to communicate […]