Microsoft W2016 Mac Not Working For Verification Email

Microsoft W2016 Mac Not Working For Verification Email 9,6/10 9915 votes

And since Office for Mac 2011 is compatible with Office for Windows, you can work on documents with virtually anyone, anywhere.Work well with others. Be on the same page with Office for Mac and Office for Windows, including new features in Office 2010. With Office being used on more than 1 billion Macs and PCs worldwide, you can work with practically anyone you want, how you want, wherever you want-with no worries. Whether you're looking to share files or work together online, now you can do it with complete confidence, knowing that Office for Mac is most compatible with Office for Windows. Macro button html direct microsoft 2011 mac compatibility Microsoft Office 2011 helps you create professional documents and presentations.

Outlook for Mac search returns 'No Results,' and task items are not displayed. Select Product Version. In Microsoft Outlook 2016 for Mac or Office for Mac 2011, you receive a 'No Results' message when you try to search for an email message or apply a filter to a folder, and task items are not displayed in the Tasks folder. 2018-7-3  I guess the real question here is whether or not Outlook 2016 on Win 10 does indeed support MFA or not. The other 365 suite seem to; I removed all of them last night and reinstalled, and upon first use of Word & Excel, they popped up that familiar 365 login dialog, not a Windows dialog, asked for auth plus code and then began working.

-->

Note

If you're not a support agent or IT professional, you'll find more helpful information about Stop error ('blue screen') messages in Troubleshoot blue screen errors.

Microsoft 2016 Mac Not Working For Verification Email Login

What causes Stop errors?

A Stop error is displayed as a blue screen that contains the name of the faulty driver, such as any of the following example drivers:

  • atikmpag.sys
  • igdkmd64.sys
  • nvlddmkm.sys

There is no simple explanation for the cause of Stop errors (also known as blue screen errors or bug check errors). Many different factors can be involved. However, various studies indicate that Stop errors usually are not caused by Microsoft Windows components. Instead, these errors are generally related to malfunctioning hardware drivers or drivers that are installed by third-party software. This includes video cards, wireless network cards, security programs, and so on.

Our analysis of the root causes of crashes indicates the following:

  • 70 percent are caused by third-party driver code
  • 10 percent are caused by hardware issues
  • 5 percent are caused by Microsoft code
  • 15 percent have unknown causes (because the memory is too corrupted to analyze)

General troubleshooting steps

To troubleshoot Stop error messages, follow these general steps:

  1. Review the Stop error code that you find in the event logs. Search online for the specific Stop error codes to see whether there are any known issues, resolutions, or workarounds for the problem.

  2. As a best practice, we recommend that you do the following:

    a. Make sure that you install the latest Windows updates, cumulative updates, and rollup updates. To verify the update status, refer to the appropriate update history for your system:

    • b. Make sure that the BIOS and firmware are up-to-date.

      c. Run any relevant hardware and memory tests.

  3. Run the Machine Memory Dump Collector Windows diagnostic package. This diagnostic tool is used to collect machine memory dump files and check for known solutions.

  4. Run Microsoft Safety Scanner or any other virus detection program that includes checks of the Master Boot Record for infections.

  5. Make sure that there is sufficient free space on the hard disk. The exact requirement varies, but we recommend 10–15 percent free disk space.

  6. Contact the respective hardware or software vendor to update the drivers and applications in the following scenarios:

    • The error message indicates that a specific driver is causing the problem.

    • You are seeing an indication of a service that is starting or stopping before the crash occurred. In this situation, determine whether the service behavior is consistent across all instances of the crash.

    • You have made any software or hardware changes.

      Note

      If there are no updates available from a specific manufacturer, it is recommended that you disable the related service.

      To do this, see How to perform a clean boot in Windows

      You can disable a driver by following the steps in How to temporarily deactivate the kernel mode filter driver in Windows.

      You may also want to consider the option of rolling back changes or reverting to the last-known working state. For more information, see Roll Back a Device Driver to a Previous Version.

Memory dump collection

To configure the system for memory dump files, follow these steps:

  1. Download DumpConfigurator tool.
  2. Extract the .zip file and navigate to Source Code folder.
  3. Run the tool DumpConfigurator.hta, and then select Elevate this HTA.
  4. Select Auto Config Kernel.
  5. Restart the computer for the setting to take effect.
  6. Stop and disable Automatic System Restart Services (ASR) to prevent dump files from being written.
  7. If the server is virtualized, disable auto reboot after the memory dump file is created. This lets you take a snapshot of the server in-state and also if the problem recurs.

The memory dump file is saved at the following locations:

Dump file typeLocation
(none)%SystemRoot%MEMORY.DMP (inactive, or grayed out)
Small memory dump file (256 kb)%SystemRoot%Minidump
Kernel memory dump file%SystemRoot%MEMORY.DMP
Complete memory dump file%SystemRoot%MEMORY.DMP
Automatic memory dump file%SystemRoot%MEMORY.DMP
Active memory dump file%SystemRoot%MEMORY.DMP

You can use the Microsoft DumpChk (Crash Dump File Checker) tool to verify that the memory dump files are not corrupted or invalid. For more information, see the following video:

More information on how to use Dumpchk.exe to check your dump files:

Pagefile Settings

Memory dump analysis

Finding the root cause of the crash may not be easy. Hardware problems are especially difficult to diagnose because they may cause erratic and unpredictable behavior that can manifest itself in various symptoms.

When a Stop error occurs, you should first isolate the problematic components, and then try to cause them to trigger the Stop error again. If you can replicate the problem, you can usually determine the cause.

You can use the tools such as Windows Software Development KIT (SDK) and Symbols to diagnose dump logs. The next section discusses how to use this tool.

Advanced troubleshooting steps

Note

Advanced troubleshooting of crash dumps can be very challenging if you are not experienced with programming and internal Windows mechanisms. We have attempted to provide a brief insight here into some of the techniques used, including some examples. However, to really be effective at troubleshooting a crash dump, you should spend time becoming familiar with advanced debugging techniques. For a video overview, see Advanced Windows Debugging and Debugging Kernel Mode Crashes and Hangs. Also see the advanced references listed below.

Advanced debugging references

Advanced Windows Debugging
Debugging Tools for Windows (WinDbg, KD, CDB, NTSD)

Debugging steps

  1. Verify that the computer is set up to generate a complete memory dump file when a crash occurs. See the steps here for more information.
  2. Locate the memory.dmp file in your Windows directory on the computer that is crashing, and copy that file to another computer.
  3. On the other computer, download the Windows 10 SDK.
  4. Start the install and choose Debugging Tools for Windows. This installs the WinDbg tool.
  5. Open the WinDbg tool and set the symbol path by clicking File and then clicking Symbol File Path.
    a. If the computer is connected to the Internet, enter the Microsoft public symbol server (https://msdl.microsoft.com/download/symbols) and click OK. This is the recommended method.
    b. If the computer is not connected to the Internet, you must specify a local symbol path.
  6. Click on Open Crash Dump, and then open the memory.dmp file that you copied. See the example below.
  7. There should be a link that says !analyze -v under Bugcheck Analysis. Click that link. This will enter the command !analyze -v in the prompt at the bottom of the page.
  8. A detailed bugcheck analysis will appear. See the example below.
  9. Scroll down to the section where it says STACK_TEXT. There will be rows of numbers with each row followed by a colon and some text. That text should tell you what DLL is causing the crash and if applicable what service is crashing the DLL.
  10. See Using the !analyze Extension for details about how to interpret the STACK_TEXT output.

There are many possible causes of a bugcheck and each case is unique. In the example provided above, the important lines that can be identified from the STACK_TEXT are 20, 21, and 22:

(HEX data is removed here and lines are numbered for clarity)

The problem here is with mpssvc which is a component of the Windows Firewall. The problem was repaired by disabling the firewall temporarily and then resetting firewall policies.

Additional examples are provided in the Debugging examples section at the bottom of this article.

Video resources

The following videos illustrate various troubleshooting techniques for analyzing dump files.

Advanced troubleshooting using Driver Verifier

We estimate that about 75 percent of all Stop errors are caused by faulty drivers. The Driver Verifier tool provides several methods to help you troubleshoot. These include running drivers in an isolated memory pool (without sharing memory with other components), generating extreme memory pressure, and validating parameters. If the tool encounters errors in the execution of driver code, it proactively creates an exception to let that part of the code be examined further.

Warning

Driver Verifier consumes lots of CPU and can slow down the computer significantly. You may also experience additional crashes. Verifier disables faulty drivers after a Stop error occurs, and continues to do this until you can successfully restart the system and access the desktop. You can also expect to see several dump files created.

Don’t try to verify all the drivers at one time. This can degrade performance and make the system unusable. This also limits the effectiveness of the tool.

Use the following guidelines when you use Driver Verifier:

2016
  • Test any “suspicious” drivers (drivers that were recently updated or that are known to be problematic).
  • If you continue to experience non-analyzable crashes, try enabling verification on all third-party and unsigned drivers.
  • Enable concurrent verification on groups of 10–20 drivers.
  • Additionally, if the computer cannot boot into the desktop because of Driver Verifier, you can disable the tool by starting in Safe mode. This is because the tool cannot run in Safe mode.

For more information, see Driver Verifier.

Common Windows Stop errors

This section doesn't contain a list of all error codes, but since many error codes have the same potential resolutions, your best bet is to follow the steps below to troubleshoot your error.

The following table lists general troubleshooting procedures for common Stop error codes.

Stop error message and codeMitigation
VIDEO_ENGINE_TIMEOUT_DETECTED or VIDEO_TDR_TIMEOUT_DETECTED
Stop error code 0x00000141, or 0x00000117
Contact the vendor of the listed display driver to get an appropriate update for that driver.
DRIVER_IRQL_NOT_LESS_OR_EQUAL
Stop error code 0x0000000D1
Apply the latest updates for the driver by applying the latest cumulative updates for the system through the Microsoft Update Catalog website.Update an outdated NIC driver. Virtualized VMware systems often run “Intel(R) PRO/1000 MT Network Connection” (e1g6032e.sys). This driver is available at http://downloadcenter.intel.com. Contact the hardware vendor to update the NIC driver for a resolution. For VMware systems, use the VMware integrated NIC driver (types VMXNET or VMXNET2 , VMXNET3 can be used) instead of Intel e1g6032e.sys.
PAGE_FAULT_IN_NONPAGED_AREA
Stop error code 0x000000050
If a driver is identified in the Stop error message, contact the manufacturer for an update.If no updates are available, disable the driver, and monitor the system for stability. Run Chkdsk /f /r to detect and repair disk errors. You must restart the system before the disk scan begins on a system partition. Contact the manufacturer for any diagnostic tools that they may provide for the hard disk subsystem. Try to reinstall any application or service that was recently installed or updated. It's possible that the crash was triggered while the system was starting applications and reading the registry for preference settings. Reinstalling the application can fix corrupted registry keys.If the problem persists, and you have run a recent system state backup, try to restore the registry hives from the backup.
SYSTEM_SERVICE_EXCEPTION
Stop error code c000021a {Fatal System Error} The Windows SubSystem system process terminated unexpectedly with a status of 0xc0000005. The system has been shut down.
Use the System File Checker tool to repair missing or corrupted system files. The System File Checker lets users scan for corruptions in Windows system files and restore corrupted files. For more information, see Use the System File Checker tool.
NTFS_FILE_SYSTEM
Stop error code 0x000000024
This Stop error is commonly caused by corruption in the NTFS file system or bad blocks (sectors) on the hard disk. Corrupted drivers for hard disks (SATA or IDE) can also adversely affect the system's ability to read and write to disk. Run any hardware diagnostics that are provided by the manufacturer of the storage subsystem. Use the scan disk tool to verify that there are no file system errors. To do this, right-click the drive that you want to scan, select Properties, select Tools, and then select the Check now button.We also suggest that you update the NTFS file system driver (Ntfs.sys), and apply the latest cumulative updates for the current operating system that is experiencing the problem.
KMODE_EXCEPTION_NOT_HANDLED
Stop error code 0x0000001E
If a driver is identified in the Stop error message, disable or remove that driver. Disable or remove any drivers or services that were recently added.
If the error occurs during the startup sequence, and the system partition is formatted by using the NTFS file system, you might be able to use Safe mode to disable the driver in Device Manager. To do this, follow these steps:
Go to Settings > Update & security > Recovery. Under Advanced startup, select Restart now. After your PC restarts to the Choose an option screen, select Troubleshoot > Advanced options > Startup Settings > Restart. After the computer restarts, you'll see a list of options. Press 4 or F4 to start the computer in Safe mode. Or, if you intend to use the Internet while in Safe mode, press 5 or F5 for the Safe Mode with Networking option.
DPC_WATCHDOG_VIOLATION
Stop error code 0x00000133
This Stop error code is caused by a faulty driver that does not complete its work within the allotted time frame in certain conditions. To enable us to help mitigate this error, collect the memory dump file from the system, and then use the Windows Debugger to find the faulty driver. If a driver is identified in the Stop error message, disable the driver to isolate the problem. Check with the manufacturer for driver updates. Check the system log in Event Viewer for additional error messages that might help identify the device or driver that is causing Stop error 0x133. Verify that any new hardware that is installed is compatible with the installed version of Windows. For example, you can get information about required hardware at Windows 10 Specifications. If Windows Debugger is installed, and you have access to public symbols, you can load the c:windowsmemory.dmp file into the Debugger, and then refer to Determining the source of Bug Check 0x133 (DPC_WATCHDOG_VIOLATION) errors on Windows Server 2012 to find the problematic driver from the memory dump.
USER_MODE_HEALTH_MONITOR
Stop error code 0x0000009E
This Stop error indicates that a user-mode health check failed in a way that prevents graceful shutdown. Therefore, Windows restores critical services by restarting or enabling application failover to other servers. The Clustering Service incorporates a detection mechanism that may detect unresponsiveness in user-mode components.
This Stop error usually occurs in a clustered environment, and the indicated faulty driver is RHS.exe.Check the event logs for any storage failures to identify the failing process. Try to update the component or process that is indicated in the event logs. You should see the following event recorded:
Event ID: 4870
Source: Microsoft-Windows-FailoverClustering
Description: User mode health monitoring has detected that the system is not being responsive. The Failover cluster virtual adapter has lost contact with the Cluster Server process with a process ID ‘%1’, for ‘%2’ seconds. Recovery action is taken. Review the Cluster logs to identify the process and investigate which items might cause the process to hang.
For more information, see 'Why is my Failover Clustering node blue screening with a Stop 0x0000009E?' Also, see the following Microsoft video What to do if a 9E occurs.

Debugging examples

Example 1

This bugcheck is caused by a driver hang during upgrade, resulting in a bugcheck D1 in NDIS.sys (a Microsoft driver). The IMAGE_NAME tells you the faulting driver, but since this is Microsoft driver it cannot be replaced or removed. The resolution method is to disable the network device in device manager and try the upgrade again.

Example 2

In this example, a non-Microsoft driver caused page fault, so we don’t have symbols for this driver. However, looking at IMAGE_NAME and or MODULE_NAME indicates it’s WwanUsbMP.sys that caused the issue. Disconnecting the device and retrying the upgrade is a possible solution.

References

This article discusses some issues that you may experience with two-step verification. If the issue you're having is not included here, please provide detailed feedback in the comments section so that we can improve.

I lost my phone or it was stolen

There are two ways to get back in to your account. The first is to sign in using your alternate authentication phone number, if you have set one up. The second is to ask your administrator to clear your settings.

Microsoft W2016 Mac Not Working For Verification Email Login

If your phone was lost or stolen, we also recommend that you have your administrator reset your app passwords and clear any remembered devices. If your admin isn't sure how to accomplish this, point them to this article: Manage users and devices.

Use an alternate phone number

If you have set up multiple verification options, including a secondary phone number or an authenticator app on a different device, you can use one of these to sign in.

Microsoft W2016 Mac Not Working For Verification Email Free

To sign in using the alternate phone number, follow these steps:

Microsoft expression studio free. Dec 20, 2012  Expression Web is a full-featured professional tool for designing, developing, and publishing compelling, feature-rich websites that conform to web standards.

  1. Sign in as you normally would.
  2. When prompted to further verify your account, choose Use a different verification option.

  3. Select the phone number that you have access to.

  4. After you're back in your account, manage your settings to change your authentication phone number.

[AZURE.IMPORTANT]It is important to configure a secondary authentication phone number. If your primary phone number and your mobile app are on the same phone, you need a third option if your phone is lost or stolen.

Clear your settings

If you have not configured a secondary authentication phone number, then you will have to contact your administrator for help. Have them clear your settings so the next time you sign in, you will be prompted to set up your account again.

I am not receiving a text or call on my phone

There are several reasons why you may try to sign in, but not receive the text or phone call. If you've successfully received texts or phone calls to your phone in the past, then this is probably an issue with the phone provider, not your account. Make sure that you have good cell signal, and if you are trying to receive a text message make sure that your phone and service plan support text messages.

If you've waited several minutes for a text or call, the fastest way to get into your account is to try a different option.

  1. Select Use a different verification option on the page that's waiting for your verification.

  2. Select the phone number or delivery method you want to use.

    If you received multiple verification codes, only the newest one works.

If you don’t have another method configured, contact your admin and ask them to clear your settings. The next time you sign in, you will be prompted to set up multi-factor authentication again.

If you often have delays due to bad cell signal, we recommend you use the Microsoft Authenticator app on your smartphone. The app can generate random security codes that you use to sign in, and these codes don't require any cell signal or internet connection.

App passwords are not working

First, make sure that you have entered the app password correctly. If it is still not working try signing-in and create a new app password. If this does not work, contact your administrator and have them delete your existing app passwords and then you can create a new one.

I didn't find an answer to my problem.

If you've tried these troubleshooting steps but are still running into problems, contact your administrator or the person who set up multi-factor authentication for you. They should be able to assist you.

Also, you can post a question on the Azure AD Forums or contact support and we'll respond to your problem as soon as we can.

If you contact support, include the following information:

  • User ID – What's the email address you tried to sign in with?
  • General description of the error – what exact error message did you see? If there was no error message, describe the unexpected behavior you noticed, in detail.
  • Page – what page were you on when you saw the error (include the URL)?
  • ErrorCode - the specific error code you are receiving.
  • SessionId - the specific session id you are receiving.
  • Correlation ID – what was the correlation id code generated when the user saw the error.
  • Timestamp – what was the precise date and time you saw the error (include the timezone)?

Much of this information can be found on your sign-in page. When you don't verify your sign-in in time, select View details.

Including this information helps us to solve your problem as quickly as possible.

Related topics