Browsed by
Tag: Tips

O365 – Tips & Tricks in Powershell

O365 – Tips & Tricks in Powershell

Hello,

For those who are starting to work on O365 using powershell, here below are some short lines to help you.

Prerequisites :

https://technet.microsoft.com/en-us/library/dn975125.aspx

Connect to O365 :

$cred=get-credential -Message "Please provide an O365 admin account"
connect-msolservice -credential $cred
$O365Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $cred -Authentication Basic -AllowRedirection
Import-PSSession $O365Session -AllowClobber

Add a licence to a user :

Ten Basic Troubleshooting Tips for Windows Azure

Ten Basic Troubleshooting Tips for Windows Azure

roualin azure Ten Basic Troubleshooting Tips for Windows AzureThe last few posts I’ve talked a LOT about configuring diagnostics. Much of that comes not because I love pretty graphs, but because I end up working with customers who are troubleshooting problems with applications running on Windows Azure.

Here is MY list of recommendations to help things run a little smoother:

Windows Azure Security Best Practices – Tips, Tools, Coding Best Practices

Windows Azure Security Best Practices – Tips, Tools, Coding Best Practices

roualin azure Windows Azure Security Best Practices – Tips, Tools, Coding Best PracticesWhile writing the series of posts, I kept running into more best practices. So here are a few more items you should consider in securing your Windows Azureapplication.

Here are some tools, coding tips, and best practices:

  • Running on the Operating System
    • Getting the latest security patches
12 Tips to Optimize an Exchange 2007 Infrastructure

12 Tips to Optimize an Exchange 2007 Infrastructure

 

roualin banniere5 12 Tips to Optimize an Exchange 2007 Infrastructure(source : msexchange.org)

Introduction

Let’s face it: it is getting difficult to find tips that can improve overall system performance, when it matters for Exchange Server 2007. This last version of Exchange Server outperforms all its predecessors, since it can now take advantage of the x64 architecture in all its glory.

Erase all previous process

Erase all previous process

roualin powershell_2 Erase all previous processWhen you create a scheduled task, sometimes and old task is still running or already launched even if the task is stopped. To stop all previous process, I created a little function 🙂 :

function stopprocess($processname){

$wpids=$null

$pids=$null

$a=(Get-WmiObject -class win32_process | where{$_.ProcessName -eq $processname})

$a|foreach-object{

Exchange 2007 console tips and tricks

Exchange 2007 console tips and tricks

roualin banniere5 Exchange 2007 console tips and tricksExchange Server 2007 introduced a new GUI management console (Exchange Management Console) to replace the Exchange System Manager (ESM) of previous versions. This earlier blog post The new Exchange 2007 Management Console overview gives an overview of the console. In this blog post I’ll show some tips and tricks of the console.

Exchange Server 2007 Deployment: 10 Tips When Installing

Exchange Server 2007 Deployment: 10 Tips When Installing

(From : http://technet.microsoft.com/en-us/library/aa996011(v=exchg.65).aspx)

roualin banniere5 Exchange Server 2007 Deployment: 10 Tips When InstallingTopic Last Modified: 2006-10-20

With Microsoft Exchange Server 2007, deployment is easier than it’s ever been. Take a look at some of the major improvements to Exchange 2007 Setup:

  • The Setup wizard has a new look! It is easy to use and effortlessly guides you through the installation.
How to whitelist website on AdBlocker?

How to whitelist website on AdBlocker?

  1. 1 Click on the AdBlock Plus icon on the top right corner of your browser
  2. 2 Click on "Enabled on this site" from the AdBlock Plus option
  3. 3 Refresh the page and start browsing the site