Memorise

Archive for the ‘Recovery’ Category

Aruba Resetting Admin Password

Resetting Admin Password This section describes how to reset the password for the default administrator user account (admin) on the managed device. Use this procedure if the administrator user account password is lost or forgotten. 1. Connect a local console to the serial port on the managed device. 2. From the console, login into the managed device as a password recovery […]

Exchange PST Export

Before you can export PST you will need to have mailbox Import/Export role Add to Mailbox Import Export role New-ManagementRoleAssignment -Role “Mailbox Import Export” -User “<user name or alias>” Now you can use the command below to export pst New-MailboxExportRequest -Mailbox <user> -FilePath \\<server FQDN>\<shared folder name>\<PST name>.pst   I have multiple organisation, therefore I need […]