Forum Widgets
Latest Discussions
Password reset and recovery fail
Hi there, good morning. First i appreciate any ones assistance here, its been a little frustrating. My regular windows account, for purchases, family content etc is "email address removed for privacy reasons". I cant sign in to that one any more. it is under 2fa with a code generator (I have that and the code is fine etc), it has a phone number (i have that!), and email account of course. I tried to enter the password to login to microsoft account - account.microsoft.com - and it gives the error "there have been too many failed login attempts". So i go through the password reset and works fine and i have a new password. I try again straight away and it fails with the same error. I try again for password reset... see above.. So i try for account recovery and go through the form - but i get an email saying because i have 2fa this is ignored and done automatically. However the automatic process does not seem to work - as indicated above. I tried to find a microsoft chat to have a live session, but it says i need to login... so i have logged in with a secondary account. I cant find the live chat sessions though. So i am posting here for any help - if i have the wrong forum i apologize - it was confusing to me about where i should actually make a post... this is making me feel old...lol... thanks DangeekdanoNov 11, 2025Copper Contributor21Views0likes0CommentsToo many restarts... why?
Dear fellow users, can anyone tell me why Windows needs to restart twice in a row allmost every two weeks? (Dell precision 5490, Windows 11 Education). My employer forced me to accept a Windows machine after my former laptop (Macbook) got out of order. Updating of the Mac was never a problem, allways succesfull updates in the background. With Windows it's quite the opposite. A simple switch between external screens seems to be prohibited before updating. Quite anoying when in class!Johan1Nov 05, 2025Copper Contributor27Views0likes3CommentsCreate a hardware inventory with the Microsoft Assessment Planning Toolkit (often underestimated)!
Dear Microsoft/Windows friends, In this article I want to show you a way how to create a hardware inventory with the Microsoft Assessment and Planning Toolkit (MAP)! Boah, boring! No, absolutely not. Here is the situation I encountered: A new customer needed to inventory all their systems (all members of an Active Directory). Sure, there are many great products that can do this (some are not free though). But would you have thought that the Microsoft Assessment and Planning Toolkit could do this as well? And the tool is free of charge! Rock n' Roll! The MAP tool uses WMI for Windows investigation and SSH for Linux. Since there were only Windows systems at the customer, I focus on WMI (I think you can adapt this to SSH very easily). Fortunately, Windows Server (2012 and later) already has WinRM turned on. This is not the case with the Windows client systems, so we first create a GPO before we start with the MAP tool. Navigate to a domain controller and please launch the Active Directory Users and Computers tool. Locate the organizational unit with the client systems. (Unfortunately I can only show you german screenshots here, Sorry) So we know where to link the group policy object. Then start the group policy management. Create a new GPO with the name for example "WinRM Settings". In this GPO I have made the following settings (in the open GPO navigate to the computerconfiguration => Windows-Components). Let's move to the next settings: If your systems are in a workgroup you can use the following in PowerShell (with admin privileges): Set-WSManQuickConfig -Force Now you just need to link the GPO to the correct organizational unit. In order for the GPO to be processed by all systems, I recommend that you wait a day or two. This way there is a chance that all systems have processed the GPO. If your environment is not that big you can use gpupdate /force in a CMD (with admin rights). Now it's time to install the MAP Toolkit (I used a Windows client system which is a member of the domain). You can find the tool via the following link: https://www.microsoft.com/en-us/download/details.aspx?id=7826 Navigate to the folder where you downloaded the tool. Double click on the .exe file and simply click through. When you start MAP for the first time, you must specify a name for the database that will be created. Now navigate to "Environment" on the left side and click on "collect inventory data". It starts the wizard and in the following screeshots I show you what I configured. Of course you can adjust all settings for your needs. Very important are the credentials you can specify in the wizard. Make sure that you have enough rights so that the tool can actually collect the information. My point in this example is to give you an idea. Now the assessment starts and afterwards we receive our report. Click "Inventory Result" when the scan is complete. Navigate to the right side and click on "Generate...." and an Excel file will be created. Open this file and you will have a great inventory to work with. Here is a compact (not complete) excerpt from my inventory, which is available as an Excel file. Hope you are as happy with the result as I was? Thank you for taking the time to read this article. I hope this article was useful. Best regards, Tom Wechsler17KViews2likes2CommentsUnable to install Windows 10 ESU due to unknown MDM
I have been trying to get the Windows 10 ESU program enrollment done, but an unable to. It appears that I am connected to some MDM, but I have never to my knowledge done so. Also, there are no options listed in "Accounts-> Work or School." I ran the following in Powershell and got outputs 0 True 0 2, indicating the MDM registration. $t = [AppDomain]::CurrentDomain.DefineDynamicAssembly((Get-Random), 1).DefineDynamicModule((Get-Random), $False).DefineType((Get-Random)) $t.DefinePInvokeMethod('IsDeviceRegisteredWithManagement', 'mdmregistration.dll', 22, 1, [Int32], @([Boolean].MakeByRefType(), [IntPtr], [IntPtr]), 1, 3).SetImplementationFlags(128) $t.DefinePInvokeMethod('NetGetJoinInformation', 'wkscli.dll', 22, 1, [Int32], @([IntPtr], [IntPtr].MakeByRefType(), [UInt32].MakeByRefType()), 1, 3).SetImplementationFlags(128) $Win32 = $t.CreateType() $JoinedMDM = $False; $Win32::IsDeviceRegisteredWithManagement([ref]$JoinedMDM, 0, 0); $JoinedMDM $JoinedDomain = 0; $Buf = 0; $Win32::NetGetJoinInformation(0, [ref]$Buf, [ref]$JoinedDomain); $JoinedDomain Thanks for any ideas, TomTomD22Oct 06, 2025Copper Contributor21Views0likes0CommentsMoved 2.5"ssd from old Intel NUC to new Intel Nuc, can't find docs/pics
So not sure if this is the right place after wading through all the options so here goes: I moved a ssd from my old NUC that was on it's last legs (pwr supply). It was windows 10 and I needed a new system as the hardware was too old to upgrade to WN11 and the pwr supply was on the blink anyways. I installed two brand new SSD's in the new NUC and installed a new version of WN11 on one (Linux mint on the other). I got the new system up running both OS's w/o much trouble (other than my old HP laser printer which is so old that HP doesn't support it anymore). I took the old 2.5" ssd out of the failing nuc and connected it to the new system via usb-c. wn11 recognizes it as drive F but show two identical F drives...? why two F's? I can open it via File explorer but I can't find any of my word docs. Doing a search in the search box with drive F selected, all wn11 does is state : "working on it" and never finds anything (the little spinning circle spins itself senseless) and I finally give up and end the task :) If I boot my Linux ssd, I can find the docs and also pics too. What am I doing wrong? I can find docs using the linux OS but I can't in the OS that they originally were created in (windows/word)sudikiSep 15, 2025Copper Contributor16Views0likes0CommentsWindows 10 21H2 and Windows 11 21H2 both show up as "2009" release
I'm not real sure where to post this, so will try here. I have noticed that for both Windows 10 - 21H2 and Windows 11 - 21H2, the "ReleaseID" value in the Registry is incorrectly shown as "2009". (We are using Windows 10/11 Enterprise.) This is located at this key in the registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion We rely on inventorying this value to determine which computers have which "Feature Update" installed, and therefore, which computers we still need to update. Has Microsoft migrated away from using this value to indicate which Feature Update is installed? Do we need to change our approach to look at the "DisplayVersion" instead of the "ReleaseID"? Or some other value in the registry? Also, Windows 11 has another issue. In the same registry key location, the "ProductName" value is listed as "Windows 10 Enterprise", which of course is incorrect. Are others seeing these same results with these items? Anyone heard if Microsoft has plans to fix these issues?Keith_HemmelmanAug 19, 2025Brass Contributor30KViews2likes6CommentsMicrosoft Lens The Ultimate PDF Scanner Mobile App
In today’s fast-paced world, having a reliable document scanning app on your mobile device is essential. Microsoft Lens, formerly known as Office Lens, is a powerful PDF scanner that helps users digitize documents, receipts, whiteboards, business cards, and more with ease. Whether you’re a professional, student, or simply someone looking for an efficient way to manage paperwork, Microsoft Lens is a must-have app. https://dellenny.com/microsoft-lens-the-ultimate-pdf-scanner-mobile-app/50Views0likes0CommentsUnlocking Productivity with the Microsoft Remote Desktop Mobile App
In today’s fast-paced digital world, professionals need seamless access to their work environments, no matter where they are. Microsoft’s Remote Desktop Mobile App is a powerful tool that enables users to connect to their Windows devices remotely from their smartphones or tablets. Whether you’re working from home, on the go, or managing remote servers, this app ensures you stay productive and connected. https://dellenny.com/unlocking-productivity-with-the-microsoft-remote-desktop-mobile-app/42Views0likes0CommentsFetch Email of Login User Using Command or Script
Dear Team, We are working on retrieving email address of the user joined to Entra ID from Entra-joined Windows devices, specifically while running in a system context.The whoami /upn command successfully returns the joined user’s email address in a user context, but it does not work in a system context, particularly when using an elevated terminal via the psexec utility. We also tested the dsregcmd /status command; however, in a system context, the User Identity tab in the SSO State section only appears when there is an error in AzureAdPrt. Under normal, healthy operating conditions, this command does not provide the user identity or the full domain username. We would greatly appreciate guidance on how to retrieve the Entra ID joined user’s email address in a system context, especially from those with prior experience in this area. Thank you for your support.moinkhanengrAug 11, 2025Copper Contributor23Views0likes0CommentsDeploy 802.1x Policies to Windows 10 Devices using traditional management tools
Hi Folks, We've been asked to implement 802.1x endpoint policies to Windows 10 devices using traditional tools such as AD, GPO etc.. Has anyone achieved this and is it a possibility? Thanks and much appreciate any helpful information!Curious_Kevin16May 14, 2025Iron Contributor56Views0likes0Comments
Resources
Tags
- windows 1014 Topics
- windows 116 Topics
- Windows Update4 Topics
- Intune4 Topics
- BitLocker3 Topics
- gpo3 Topics
- microsoft intune3 Topics
- printer2 Topics
- Driver2 Topics
- Autopilot2 Topics