Posts

365 Sharepoint and OneDrive locked out recovery

Image
 If you implemented a security policy in Sharepoint/OneDrive to limit access based on IP addresses not done via conditional access policies. Then you cant get in again! Download and run SharePoint Online Management Shell from  here . Open up Powershell as an Administrator and run below commands. Connect-SPOService -url   https://your domain here-admin.sharepoint.com Log onto Office 365 with Global Admin Set-SPOTenant -IPAddressEnforcement $false Set-SPOTenant -ConditionalAccessPolicy AllowFullAccess Log off and back on and retest access to 365

365 Outlook Signatures on this device vs email account

Image
Office Suite Signatures shows a dropdown with your email address and "signatures on this device" This is caused by "Roaming Signatures" If your are one of those people that has a lot of signatures on your device you may want to disable the drop down. Here is the fix via the registry. Logged on as the user with the issue (which you may need to make a local admin temporarily if not already to edit the registry ) run Regedit and browse to: HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Setup\ Create a new DWORD (32-bit) Name it "DisableRoamingSignaturesTemporaryToggle" and set value to "1" Close Regedit and reopen Outlook and confirm Roaming Signatures are disabled. Note: Do not forget to set the user back to a local user as necessary and logoff or reboot.

ADMT - WRN1:7814 A unique match was not found

ADMT  received the following error when merging accounts from 2 domains. I found that the domains being from different countries had different letters/accents.  The destination domain had Standard American characters for the usernames for example: Jeroma Cotec However on the source domain was: Jérôma Cotéç That caused the error above. We renamed the source domain user to standard US characters and the user merged with no issues. Jeroma Cotec

Server 2022 - SMTP Server Install and Customize to avoid IIS 6 MMC crash

Image
 NOTE: SMTP service is depreciated in Server 2022 however it still works if modified as listed below. To install SMTP services and not other unneeded IIS tools on Server 2022 Open Powershell as administrator and run Install-WindowsFeature -Name SMTP-Server Set-Service SMTPSVC -StartupType Automatic Net Stop SMTPSVC Net Stop IISADMIN Make a Backup Copy of  “C:\Windows\System32\inetsrv\MetaBase.xml” Copy “C:\Windows\System32\inetsrv\MetaBase.xml” to Documents and Edit Find: <IIsSmtpServer Location =“/LM/SmtpSvc/1” Add (Settings are alphabetical): RelayIpList=“” Save File Replace “C:\Windows\System32\inetsrv\MetaBase.xml” with edit copy Net Start IISAdmin Net Start SMTPSVC After configuring your SMTP server: To test SMTP flow install Telnet via Powershell: Install-WindowsFeature -Name Telnet-Client telnet smtp.clientdomain.com 25   (or IP) EHLO yourdomain.com MAIL FROM: internalsender@clientdomain.com RCPT TO: externalrecipient@testdomain.com DATA From: internalsende...

Office Suite 32/64 Determining version with CMD

Image
  Open CMD Prompt as an administrator and browse to the following folder If this folder exists you are likely running 32 bit: cd c:\Program Files (x86)\Microsoft Office\Office16\ If this folder exists you are likely running 64 bit: cd c:\Program Files\Microsoft Office\Office16\ From either folder run the following command: cscript ospp.vbs /dstatus It will then show you the Office version information: Credit: https://learn.microsoft.com/en-us/microsoft-365/troubleshoot/licensing/determine-office-license-type?tabs=windows

Shared Printer Installation Fails - Error 740

Image
When installing the printer even as an administrator on the PC it fails to complete with error 740  Open up a command prompt as an administrator then run the following command to open up the "add a device" printer installation wizard: rundll32 printui.dll,PrintUIEntry /il Select the printer and the installation should complete properly with elevated credentials.

365 Azure AD Synchronization Permissions – Insufficient access rights 8344

Image
  In Azure AD Sync you get the following 8344 Insufficient access rights to perform the operation on one or multiple accounts: Go to ADUC and right click on your domain to open Properties. Go the Security Tab and confirm the account that is used for synchronization has the following permissions: If still having the issue, I have found that if your sub OU or users are blocking inheritance that can also block the permissions from applying to the lower OU’s. Here is an example of proper setting in an sub OU. Note it says “Disable Inheritance” indicating inherence is properly enabled: Note: Inheritance may be disabled for another reason so please confirm with your Administrative team before revising. Worse case you can manually add those permissions without enabling inheritence.   The same can happen to an individual user. In this case Inheritance is disabled thus the option displayed to “Enable Inheritance” :