Skip to content

McAvatar.com

  • Home
  • Stuff I like

Category: Microsoft

PowerShell Commands for connecting to Office 365

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

Author Steve MortonPosted on October 13, 2017Categories General, Microsoft, Office365

PowerShell Commands to remove Office 365 users

Remove-MsolUser -UserPrincipalName user@example.com
Remove-MsolUser -UserPrincipalName user@example.com -RemoveFromRecycleBin

Author Steve MortonPosted on October 13, 2017Categories General, Microsoft, Office365

Connect to Office 365 via PowerShell

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

Author Steve MortonPosted on October 13, 2017Categories General, Microsoft, Office365

Removing orphaned local AD accounts from Azure AD

Removing orphaned local AD accounts from Azure AD

Author Steve MortonPosted on October 13, 2017October 13, 2017Categories General, Microsoft, Office365

You can’t manage or remove objects that were synchronized through the Azure Active Directory Sync tool

Source

Author Steve MortonPosted on October 13, 2017Categories General, Microsoft, Office365

Azure AD Connect sync: Configure Filtering

Source

Author Steve MortonPosted on October 13, 2017Categories General, Microsoft, Office365

Object deletions aren’t synchronized to Azure AD when using the Azure Active Directory Sync tool

Source

How to delete an ‘orphaned’ synced account from Office 365 when using Managed Workplace

Author Steve MortonPosted on October 13, 2017October 13, 2017Categories General, Microsoft, Office365

Change font case in Excel

I needed to change the format of some text in Excel 2016 today. Excel doesn’t have the same font controls as Word, so it’s not as intuitive as one would expect.

The process in Excel is to use formulas (in my case, it was UPPER) to create the text you wish to see in the world, then paste those values into their final destination.

Thanks to Andre at GroovyPost for the tutorial!

Author Steve MortonPosted on September 1, 2017September 1, 2017Categories Excel, Office

Making a drop-down list in Excel

If you’re creating a form in Excel, a drop-down list can be super helpful. This page has a great walkthrough for doing just that.

Author Steve MortonPosted on June 3, 2017Categories Office

Enter BIOS on a Windows 10 computer

If you are stuck working on a Windows 10 computer with EFI and need to access the system settings, here’s how.

 

Author Steve MortonPosted on March 28, 2017Categories General, Microsoft, Windows

Posts navigation

Previous page Page 1 Page 2 Page 3 Next page

Recent Posts

  • Editing or Removing callouts in ScreenFlow
  • One date standard to rule them all
  • Fonts and the Mac
  • Combine multiple iOS screenshots into one image
  • Compare two columns for missing values in Excel

Categories

  • 2008 R2
  • 2fa
  • Apple
  • AppleTV
  • Automate
  • Chrome
  • ConnectWise
  • Control
  • Excel
  • Exchange
  • General
  • Google
  • iOS
  • Linux
  • Mac
  • Manage
  • Microsoft
  • Office
  • Office365
  • PowerShell
  • QuickBooks
  • QuickTime
  • Security
  • Server
  • Terminal
  • Tools
  • UNIX
  • Win7
  • Windows
  • Windows 10
  • WordPress
  • YouTube
  • Home
  • Stuff I like
McAvatar.com Proudly powered by WordPress