-
Posts
252 -
Joined
-
Last visited
-
Days Won
3
Everything posted by Kingskawn
-
I have the msedge_installer.log but there's no reference to azure or web page content ? msedge_installer.log
-
Niall, I don't see any app status 'Edge' in Endpoint Manager admin center. What I can see is the Discovered apps and versions These are the workloads for now with co-management
-
Yes it is
-
Edge is updating itself while we are using SCCM to manage the updates as this printscreen is proving When I go to the CM console you can clearly see this update isn't deployed nor downloaded to the package. It isn't even advertised on The latest deployed version is 90.0.818.66 In Intune we don't have an application to install so I cannot figure out, for now, where this thing is coming? Any ideas?
-
How to get access to HD when you cannot disable bitlocker?
Kingskawn replied to Kingskawn's question in Windows 10
Ok, it worked to have the WinRE but when I looked to Azure the bitlocker key was vanished so now I don't know to get the data back. I hope he saved his stuff to OneDrive before -
How to get access to HD when you cannot disable bitlocker?
Kingskawn replied to Kingskawn's question in Windows 10
Yes, I have the recovery key from Azure. I'll try the 3 times step and hopefully the recovery will launch. -
How to get access to HD when you cannot disable bitlocker?
Kingskawn posted a question in Windows 10
I have a machine which gives the error 8007139f when starting the machine. The bitlocker recovery is running but 1sec later the BSOD comes up. There is still some data on the machine which I need to access. Maybe I can take the disk out and access with an external usb cable/dock? What solutions are there? -
Make a query to find all unlicensed O365 installations?
Kingskawn replied to Kingskawn's topic in Office 365
Hi Garth, I tried the trick with ospp.vbs as I used to on Office 2010, 2013 and 2016 but as our licenses are activated from the cloud it's like not working. This is the output I get: To find them we can check on the existence of the folder and tokens created in -> \AppData\Local\Microsoft\Office\16.0\Licensing But this is per user. -
Some end-users are having some trouble with 365 Apps (O365ProPlusRetail) that says there license is not valid or active. I want to make a query or something to group these machines and apply a regfix. But for that I need to find them. We had the ospp.vbs /dstatus before but as the license comes from the cloud (not mak nor kms) I don't know how I can see this. There is a nice guide of Eswar Koneti but not doable for us : https://eskonr.com/2019/09/check-microsoft-office-activation-status-using-sccm-compliance-settings/
-
Can you give more licenses than you have in the azure portal? We have 500 and we gave 636 so we are in excess. Does MS not block these things? How long is this lasting? Will the end-user get a warning or will the application stop working?
-
I've got the weirdest thing on some machines (200). These were the first bare-metals on 1803 we did, and now we want them to upgrade to 1909. When launching the IPU TS it runs like 8 seconds and the status goes to failed and quickly (like 50ms) it changes to available again. I monitored the CCM\logs and "C:\$Windows.~BT\Sources\panther" folders but there's no change at all. @niall always says that logs are the answer, but I don't even know where to look for them ?
-
Ok I found the issue. It was a combination ? I changed some rights in SQL for the installation user and system account to be able to write to the DB. And finally removed an extra nic adapter used for internet access. It's going further now but I have another error: This can be solved by opening an admin session on SQL but I have an errormessage:
-
I just created a lab with 1 AD server and 1 CM server hosting the SQL server service and wsus. After the install I want to upgrade to 2010 directly but I have some network/auth complications with the prerequisite check For some reason there's a 'GetFileSize' error on a file which seems to be related to the pt-BR language as everything is en-US based on the servers: I attached the logfiles. I enabled 'named pipes' I disabled all firewall But the prequisite check is still running How can I stop/restart this? CMUpdate.log distmgr.log
-
@anyweb we are on CM 2006 with W10 1803 machines (planning to move to 1909) but the regional settings have to be changed to this: I tried by deploying a TS with an XML to the actual machines but this only works for the welcome screen and new user accounts, not for the actual already known users. This is an XML I deployed <gs:GlobalizationServices xmlns:gs="urn:longhornGlobalizationUnattend"> <!--User List--> <gs:UserList> <gs:User UserID="Current" CopySettingsToSystemAcct="true" CopySettingsToDefaultUserAcct="true" /> </gs:UserList> <!--Display Language--> <gs:MUILanguagePreferences> <gs:MUILanguage Value="en-US" /> <!--<gs:MUIFallback Value="en-UK" /> --> </gs:MUILanguagePreferences> <!-- system locale --> <gs:SystemLocale Name="en-US"/> <!--User Locale--> <gs:UserLocale> <gs:Locale Name="fr-BE" SetAsCurrent="true" ResetAllSettings="true"/> </gs:UserLocale> <!--input preferences--> <gs:InputPreferences> <!--en-BE--> <gs:InputLanguageID Action="add" ID="0409:00000813" Default="true"/> <!--en-US--> <gs:InputLanguageID Action="remove" ID="0409:00000409"/> <!--en-UK--> <gs:InputLanguageID Action="remove" ID="0809:00000809"/> </gs:InputPreferences> <!--location--> <gs:LocationPreferences> <gs:GeoID Value="21"/> </gs:LocationPreferences> </gs:GlobalizationServices> Any ideas how to fix that for the known users on the machines?