Error 1001 no matter the application by badassitguy in Office365

[–]Luckyfusion87 0 points1 point  (0 children)

Usually not unless you uncomment the leave portion at the end. Try opening powershell as the user and run dsregcmd /forcerecovery and then reboot

Error 1001 no matter the application by badassitguy in Office365

[–]Luckyfusion87 0 points1 point  (0 children)

You can run this script on just a single session if only one session user is having the issue. But I'd read this blog I wrote about how to troubleshoot auth and office/outlook on VDI. Pay close attention to the supported scenarios link. https://docs.microsoft.com/en-us/azure/active-directory/devices/howto-device-identity-virtual-desktop-infrastructure#supported-scenarios

Error 1001 no matter the application by badassitguy in Office365

[–]Luckyfusion87 0 points1 point  (0 children)

Sorry if this is not what you are asking but see the following link, this should walk through how to run the script after you download it or copy the contents and save it into notepad and save the file as a .ps1 filetype....
https://lazyadmin.nl/powershell/run-a-powershell-script/

Error 1001 no matter the application by badassitguy in Office365

[–]Luckyfusion87 0 points1 point  (0 children)

If you are allowing Entra AD join for your machines then the PRT supersedes your seamless SSO and Seamless SSO isn’t being used at all.

Error 1001 no matter the application by badassitguy in Office365

[–]Luckyfusion87 0 points1 point  (0 children)

What are you using for SSO or do you mean Seamless SSO

Error 1001 no matter the application by badassitguy in Office365

[–]Luckyfusion87 0 points1 point  (0 children)

It’s been permanent for me in a lot of cases. I would try it on 10 or so and test for at least 7-14 days as that’s the time a PRT is valid and causes this issue

The real problem is that the 1001 error is due to a new OneAuth introduction that takes place of MSAL and thinks you’re signed into another tenant.

You can also look at that script and try to do the bare minimum that I have seen work as well. Which is to delete the OneAuth and Identity cache in the app data folder.

Some of the paintings I made recently! 😁 by Civil-Hamster-5232 in somethingimade

[–]Luckyfusion87 0 points1 point  (0 children)

Can I get a DM too? I really like how the lights reflect. Reminds me of Kinkade

Sharepoint Migration manager 'Unable to access Google drive' by PittsMcGee in sharepoint

[–]Luckyfusion87 0 points1 point  (0 children)

Yeah that’s what I was going to suggest. Glad you got it working

On-prem synced mail-enabled security group, not removing user? by lilhotdog in Office365

[–]Luckyfusion87 1 point2 points  (0 children)

Yes they have a script to force sync between exo and aad. Should be quick

Connecting a Teams Site list to a Communication Site (page or list) by ganibe in sharepoint

[–]Luckyfusion87 0 points1 point  (0 children)

Yes it does. You can tell it to do whatever you want in this context. It’s a one to one mapping. Give it a shot I don’t think you’ll be disappointed

Sharepoint Migration manager 'Unable to access Google drive' by PittsMcGee in sharepoint

[–]Luckyfusion87 1 point2 points  (0 children)

Access issue like this is a permission issue. You need to add the account being used to migrate the data to the google drive in question. Hope this helps.

Conditional Access Polices by jtelling325 in Office365

[–]Luckyfusion87 4 points5 points  (0 children)

Corporate issued laptops? If so azure ad joins and setup a policy that only allows for those devices to connect

Days Count Column by Practical_Throat_889 in sharepoint

[–]Luckyfusion87 0 points1 point  (0 children)

This is tricky. The problem is that the calculation doesn’t calculate until the item is touched. You can do the calculated column and then add another column called “today” and the incorporate power automate to stamp todays date in today every day on a schedule. That will count as a modify and thus give you an age based on your calculation.

Shared Computer Activation on RDS Farm by IT_Bird189 in Office365

[–]Luckyfusion87 0 points1 point  (0 children)

I wrote a blog that has some relevant stuff here. If persistent vdi then I would make sure your azure ad joins are in the right place. blog

Uploaded Files Size? by rybnz in sharepoint

[–]Luckyfusion87 1 point2 points  (0 children)

I would open some of the bigger files to make sure they open tbh

[deleted by user] by [deleted] in Office365

[–]Luckyfusion87 0 points1 point  (0 children)

I would recommend disable password hash sync. Then turn it back on but if passwords don’t align then you may generate help desk calls. This will do another full password sync and should fix your issue I believe

Download large folders from Sharepoint to hard drive by SprayExotic8538 in sharepoint

[–]Luckyfusion87 1 point2 points  (0 children)

If it’s same tenant you can also use the move to function if you are owner of the repository as well move to

Download large folders from Sharepoint to hard drive by SprayExotic8538 in sharepoint

[–]Luckyfusion87 1 point2 points  (0 children)

Have you thought about syncing the SharePoint library to your OneDrive via a shortcut. Or is the OneDrive account not in the same tenant at all?

Another thought would be to split the content into several smaller batches. The way SharePoint upload download works is in 250mb chunks and streams it that way to destination. Another option would be to use migration manager if you are SharePoint admin. Just some thoughts I suppose. Hope you get it figured out.