Skip to content
McAvatar.com

McAvatar.com

  • Home
  • Stuff I like

Category: Microsoft

Tools for LabTech/ConnectWise Automate

This site has several interesting tools designed to improve working with ConnectWise Automate.

  • PowerShell Module
  • Script to deploy ScreenConnect/ConnectWise Control on Macs. (Great for when the native installer fails!)

If their main site is down, they host their projects on GitHub.

Author Steve MortonPosted on December 11, 2017January 21, 2019Categories Automate, ConnectWise, Control, Mac, Manage, PowerShell

Resolving Windows Update issues with DISM or System Update Readiness

To fix Windows Update issues, Windows 8 and newer have the built-in DISM command. Windows 7 has a System Update Readiness tool that can be downloaded.

This page has information on both tools.

Author Steve MortonPosted on November 30, 2017Categories Windows

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

Posts pagination

Previous page Page 1 Page 2 Page 3 Next page

Recent Posts

  • Apple Vision Pro, Glasses, and You
  • How to use Apple HomePod with multiple people.
  • Lego Computers
  • Cleaning Apple Products
  • Use 1Password to fill and save on your iPhone and iPad

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
  • VisionOS
  • Win7
  • Windows
  • Windows 10
  • WordPress
  • YouTube
  • Home
  • Stuff I like
McAvatar.com Proudly powered by WordPress