migration
9 TopicsMicrosoft 365 Apps SHOULD NOT overwrite Office 2019/2021 one-time retail installs
I want to raise a serious concern about Microsoft 365 Apps being imposed over existing Office 2019/2021 installations that were activated with legitimate one-time installation retail keys. In our case, these are not Microsoft 365 subscriptions and they are not licenses we can simply deactivate and reactivate freely. They are one-time installation retail keys. Once the product has been installed and activated, removing Office and reinstalling it later can make the original key unusable or trigger “already used” activation problems. That is precisely why the current behavior is so damaging. We have PCs with legitimate Office 2019/2021 installations. These machines did not request a migration to Microsoft 365 Apps. However, after internet connection, Office update activity, or Microsoft account interaction, Office appears to silently update, convert, or replace the existing retail installation with the Microsoft 365 Apps version. This is not a minor inconvenience. It creates a serious licensing and operational problem: -A valid one-time Office 2019/2021 installation is replaced by Microsoft 365 Apps without clear, explicit consent. -The original retail installation is no longer cleanly usable. -Fixing the issue requires uninstalling Office, removing Click-to-Run/licensing/account leftovers, and reinstalling the previous Office 2019/2021 version. -But because these keys are one-time installation keys, that reinstall process can render the original key unusable or create activation failures. -In practice, a forced Microsoft 365 conversion can destroy the value of a legitimate one-time Office license. From a user’s perspective, this looks less like a normal software update and more like an exploitative commercial strategy: using Microsoft’s control over Office updates, account sign-ins, Click-to-Run, and activation systems to push already-paid retail users toward Microsoft 365 subscriptions. Even if Microsoft does not intend that result, the practical effect is that users who already paid for Office 2019/2021 can lose practical access to their licensed product and are then nudged toward paying again through a subscription. This should not happen. A perpetual or one-time installation Office license and Microsoft 365 Apps are different products with different licensing models. Microsoft should not silently replace or convert one into the other because a Microsoft 365 account exists on the PC, because the user signs into Office, because OneDrive is present, or because Office updates are enabled. At minimum, Microsoft should provide: -A clear opt-in confirmation before replacing, converting, upgrading, or rebranding Office 2019/2021 retail installations as Microsoft 365 Apps. -A supported way to block Microsoft 365 Apps from taking over one-time installation Office versions. -A clean removal tool that fully removes Microsoft 365 Apps, Click-to-Run leftovers, licensing remnants, and account-based activation conflicts. -A reliable way to restore the original Office 2019/2021 retail installation without invalidating or losing the original one-time key. -Clear separation between Windows account sign-in, OneDrive sign-in, Microsoft 365 entitlement, and local Office retail activation. Users who purchased legitimate one-time installation Office licenses should not be forced into Microsoft 365 Apps by unclear update behavior. If Microsoft wants users to move to Microsoft 365, that should be a deliberate, informed choice — not a silent process that leaves the user cleaning up the installation and losing access to a paid retail license. I am not asking how to install Microsoft 365. I am asking Microsoft to stop Microsoft 365 Apps from taking over valid one-time Office 2019/2021 installations without explicit consent.Migrating from Get-AzureADUser to Get-MgUser
I am attempting to replicate a Get-AzureADUser command using Get-MgUser. The previous command (Get-AzureADUser -Top 5000 | Where-Object {($.AccountEnabled -eq "True") -and (($.CompanyName -eq "CompA" -or $.CompanyName -eq "CompB" -or $.CompanyName -eq "CompC" -or $_.CompanyName -eq "CompD"))} | Select UserPrincipalName) selected the desired accounts. I have gotten this far with the replacement: Get-MgUser -All -Filter "AccountEnabled eq true" -Search "CompanyName:CompA" -ConsistencyLevel: eventual | Select UserPrincipalName I have been unsuccessful in adding more search options for the CompanyName field. How do I use the -Search option to search for multiple values? I noticed another discrepancy between the output of the two commands. Why does 'Get-AzureADUser -ObjectID email address removed for privacy reasons' display data for MailNickname but 'Get-MgUser -UserID email address removed for privacy reasons' shows the field as blank? Since Microsoft is forcing us to rewrite all our scripts, it would be useful to have some assistance.Solved1.6KViews0likes4CommentsMigration from Dropbox to OneDrive
I'm planning to migrate users from Dropbox to OneDrive using the Migration Tool under SharePoint Admin. I have the connector working and it's pulling the list of users and scanning successfully. I'm trying to understand these scan results logs. I have several users that either say Scan Error or Migration warnings found. When I download the log, they don't tell me much. This is the initial scan so nothing is being copied yet. The OneDrive Accounts are new so it isn't skipping because the file already exists. For some users, when I open the log, the Operation Step says item/skip and the Status says Skipped for over 90% of the files. Yet for the result code it says none and for the FailureReason it is blank. So I have no clue as to why the file was skipped. There's no obvious reason as to why it would be skipped. Is there something I'm missing as to finding out why a file was skipped?1.5KViews0likes2CommentsDeploying 365 and provided windows key all at once per user domain joined device
I am curious on if possible to deploy office 365 apps along with the provided windows license with each 365 license purchase all in one go without user data loss. *update * we are on 21h2, windows 10 and have office 16 I am looking at deployment tool, adk and just thought I'd check on here what others have done to ease the burden of upgrading for users and have it secure and as efficient as possible. I hope I worded what I am in need of proficiently.624Views0likes0CommentsO365 pro plus change channel channel
Hi, I would like to know what is the latest way to change a semi-annual channel to a semi-annual targeted channel and also how to change a monthly channel to a semi-annual channel. I will need to do this remotely via Configmgr. Thank you in advance and don't hesitate if you have any questions.