If you have already read ‘Tales from a SharePoint upgrade’ blog series part I and part II, this is part III. One of the more popular upgrade scenarios is upgrading from SharePoint on premise to the Office 365 cloud. This upgrade process can also mean a migration of email systems to Exchange Online, creation of […]
Posts Tagged ‘powershell’
Webinar Recap & Replay: Office 365 Best Practices
Yesterday, we hosted a webinar on Best Practices When Migrating to Office 365. During the session, Shalini Pasupneti, a solution architect within Perficient’s Microsoft practice, first polled the audience, and found that more than half were not currently using Office 365. Based on this, she gave a brief overview of what makes up Office 365, […]
Managing Office 365 with Powershell
A recent Office Blog highlights new resources for Managing Office 365 with Windows Powershell. Powershell is an incredibly robust tool for managing your SharePoint, Lync, and Exchange environments. It was released around the 2010 product lines and most of us in the industry remember its predecessor, STSADM, for managing SharePoint 2007. If you are new to Powershell, you’ll find the […]
Perficient’s Top 5 Office 365 Blog Posts of 2013
As 2013 comes to a close, we’re taking a look at our most popular blog posts of the year. It was a big year for the cloud, and specifically, Office 365, which officially launched in 2013. Here are the top five Office 365 posts, in no particular order: Using System Center Automation to Manage Office […]
Webinar Replay: Windows Azure Overview for IT Pros
On Wednesday, we hosted a webinar on Windows Azure. During the session, Adetayo Adegoke, a senior solutions architect at Perficient, gave an overview on Azure, which is Microsoft’s secure, standards compliant, rapidly scalable and globally distributed cloud computing offering. It offers Infrastructure as a Service (IaaS) and Platform as a Service (PaaS) capabilities for a wide […]
Dev/Test in the cloud with Windows Azure
Windows Azure is a great environment for your applications. It can also house applications that aren’t ready to be consumed by your clients whether internal or external to your organization. What makes this more compelling is that as of June you now pay by the minute vs. by the hour for compute as well as […]
Copying distribution groups to cloud for Outlook/OWA management
While directory sync provides a much needed service for Office 365 tenants one pain point that comes up pretty regularly is distribution group management once you’re in the cloud. Sure the groups get synced to the cloud but if you’ve been used to managing the group memberships with Outlook when everyone’s mailbox used to be […]
Changing UPN for Office 365 account between two SSO domains
This is a reminder for some or heads up for new tenants about an issue you might have run across that occurs when you try to change a user’s userPrincipalName in your local AD when using dirsync. If you change the UPN (left side of @) and keep the user in the same domain, dirsync […]
Lync 2010 integration with Exchange Online Hosted Voicemail
I recently came across an issue when one of my peers in the enterprise voice group helped integrate their existing on-premise Lync 2010 environment with hosted voicemail in the cloud. We followed the recommended steps outlined in these series of TechNet articles and other publications and everything seemed to work fine with a few test […]
How to Combine PowerShell Cmdlet Output in a Single CSV File
If you have been working with Office 365, you have probably been extracting mailbox data and exporting it to CSV for various reporting tasks. You may have also gone further and attempted to pipeline data from multiple Cmdlets into Export-CSV. Let’s use the following scriptlet as an example: Now the problem with the previous scriptlet […]
Using PowerShell in Windows Server 2012 to create a simple lab
I’ve been meaning to sit down and spend some time exploring the new Active Directory cmdlets that come with Windows Server 2012 so I decided to use my lab to create some test objects and populate the mailboxes with some messages. My lab setup is very simple: 1 – Windows Server 2012 domain controller 1 […]
Converting a DiskPart script to PowerShell on Windows Server 2012
Windows Server 2012 and PowerShell 3.0 offer thousands of new cmdlets to make any scripter happy. One set of cmdlets had me intrigued when I first heard about them. The cmdlets in the storage module interested me because frequently I would have to deploy a bunch of new Exchange servers and depending on the design […]