migration
8 TopicsMigrating 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.4KViews0likes4CommentsMigration 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.4KViews0likes2CommentsO365 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.Deploying 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.605Views0likes0Comments