(O365) Delegation of Mailbox Access Rights to another user using PowerShell Commands:

Delegation of MailBox Access Rights allows users to designate another user to send mail on their behalf. For example, the service administrator can modify a user’s mailbox settings to grant “send as” permissions to administrative assistants or to enable full mailbox access for third-party applications, such as archiving applications and fax servers.Exchange Online allows service administrators to set and configure sharing
and delegate access by enabling the following mailbox permission settings:
•Full Mailbox access
•Send As access
•Send on Behalf access

Full Mailbox Access

Using full mailbox access, a user can log on to another user’s mailbox and act as the mailbox owner. This strategy is frequently used to manage resource mailboxes because resource mailboxes must be accessed by a group of users.

Send As Access

Send As permissions allow users to act as the mailbox owner for another user when sending mail. When mail is sent by a user with Send As permissions, the mail is sent from the mailbox owner and does not indicate to recipients that it was sent by a delegate and not the mailbox owner. If a user has Full Mailbox Access permissions, they may also have Send As permissions for the mailbox.

Send on Behalf Of Access

Send on Behalf Of access is similar to Send As access except that when the delegate user sends mail for the mailbox owner, the From field of the message will read “Sent on behalf of mailbox owner by delegate user.”

The Send on Behalf Of parameter sets delegate access for the specified mailboxes, and enables the default Microsoft Outlook settings for delegates, including default folder permissions and meeting request behavior.

Configure Mailbox Permissions and Access

To enable mailbox sharing and delegate access for of your Exchange Online
users, run the

Add-MSOnlineMailPermission PowerShell
cmdlet. For more information about how to run the
Add-MSOnlineMailPermission cmdlet, see Add-MSOnlineMailPermission.

Additional permissions can then be configured by using Outlook. See Allow a Delegate to Send Mail on
Your Behalf for more information about how to set mailbox permissions in
Outlook.

Use the following commands to set your credential variable:

$cred = Get-Credential

When you execute the above command, you’ll be prompted for your Office 365 credentials.

Then create a new PowerShell Session object with this command:

$s = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $cred -Authentication Basic -AllowRedirection

You’ll get a warning about being redirected, don’t worry that is what the -AllowRedirection command is for.

Next, import the cmdlets to your local shell session:

$importresults= Import-PSSession $s

Once you are there you can run the Get-Command like the following to see all the available commands:

Get-Command -Module $importresults | Out-Host –Paging

Then run the following commands to provide permissions at the mailbox level:

Add-MailboxPermission “MailboxYouWant2Delegate” -user upn@company.com -Accessright FullAccess

Taken from Microsoft Blog

How to get Scanner’s emailing after moving to Office365

Many small businesses have printers that will scan to e-mail, phone systems that will send e-mail status updates, and really a number of other e-mail enabled devices.  When converting to a cloud based e-mail system, like Office 365, sometimes these devices cannot be configured to send e-mail over encrypted links to the cloud.  Office 365 required an SMTP connection that supports TLS encryption and many legacy devices or applications don’t support this.

The solution is to install an onsite SMTP relay that supports an encrypted connection.  Fortuneately, Windows Server supports an SMTP relay for Office 365.Before you can configure the relay, you must know the exact mail server addresses to use in Office 365.  To determine those, follow this article from Mike’s blog

Sharepoint Apps – Integrates into Outlook (Freeware)

harmon.ie for SharePoint is an Outlook sidebar that drives document and social adoption of SharePoint without changing user behavior, by providing every business user easy, full-featured access to SharePoint from the convenience of the email client.

As a client-side application, harmon.ie for SharePoint integrates with Microsoft SharePoint 2007, SharePoint 2010, and SharePoint Online as well as the entire Office 2010 and Office 365 product suites.

With harmon.ie for SharePoint, every business user is able to:

– Eliminate document chaos – ‘Drag and Drop’ access to SharePoint enables users to publish documents and e-mail messages directly from their e-mail client
– Prevent data leakage – Email recipients access only documents for which they are authorized in SharePoint, because users send links to SharePoint documents, not attachments.
– Boost productivity significantly- Users perform typical SharePoint tasks 6 times faster since all project-related resources, including SharePoint, Lync or OCS, and e-mail are all available within a single window.
– Increase visibility and project transparency – Users follow their favorite SharePoint libraries and automatically receive updates of project-related SharePoint activities.
– Drive adoption of SharePoint social networks – Users build their enterprise social network by adding colleagues from a list of ‘suggested colleagues’ which is built from existing communication patterns. Users easily organize their network into project teams.

With harmon.ie, all collaboration takes place within the email client window; one window, within a single context.

Download it here today.

New Fortinet App for Iphone released.

Fortinet have released a brand spanking new app for their customer base which can allow users to search the entire Fortinet product portfolio directly from your iPhone. The most interesting feature allowing you to find the FortiGate best suited to your companies needs called the ForiGate Configurator.
This allows you to view and consider the range in your own time and then consult an partner when you are ready.
The application also provides a real time security centre that can sort by region which would allow you to warn other users of particular threats to look out for circulating in your area. It is a nicly styled and simple to use app with a few interesting features. This format is probably the simplest layout of the product range should you be considering Fortinet for your organisation.

You can download it here: http://itunes.apple.com/us/app/fortinet/id468061343

How to Install and Configure Fortinet FortiClient IPSec VPN Software

http://PCRoger.com – This short video shows how to install and configure Fortinet FortiClient IPSec VPN software for remote connectivity to your corporate (or home!) network when a Fortigate firewall is used.

IPSec VPN’s are very secure and can allow a remote PC to have all the advantages to being on the host network – albeit at a reduced speed.