Skip to content
McAvatar.com

McAvatar.com

  • Home
  • Stuff I like

Category: General

How to send a Test Fax

Need to test the fax machine you just installed or configured?

The free faxZERO service worked well for me! Go to the faxZERO website and send a free fax.

Author Steve MortonPosted on October 22, 2017Categories General

Resume ordered list numbering in WordPress

In the Text view, change the code for the ol tag:

Original: <ol>
New: <ol start="4">

Change the numeral to 4 or whatever number you need.

Source

Author Steve MortonPosted on October 13, 2017October 13, 2017Categories General, WordPress

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

What is /var/folders ?

Check out this helpful guide to the contents of /var/folders in macOS.

Author Steve MortonPosted on April 21, 2017Categories General

Posts pagination

Previous page Page 1 Page 2 Page 3 Page 4 … Page 6 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