User Profile
RikkyCitra
Brass Contributor
Joined 5 years ago
User Widgets
Recent Discussions
Max number of bulk user attributes change per script
Hi, I want to ask. If I want to bulk change user attributes with powershell azureAD by importing a Csv file, what is the max number of user attributes that can be changed with a single script from a single csv file? Is there a limit to the max users in a single csv file that can be processed? Here is what I am planning to do: 1. First script. Import-CSV "C:\UserAttributes.csv" | Foreach { Set-AzureADUser -ObjectID $_.UserPrincipalName -Department $_.Department -JobTitle $_.Title -Surname $_.LastName -GivenName $_.FirstName -DisplayName $_.DisplayName } With this script I want to change the users' department, job title, firstname, lastname and displayname. 2. Second script Import-CSV "C:\UserAttributes.csv" | ForEach-Object { $CPW = $_.Password $CPWS = ConvertTo-SecureString -String $CPW -AsPlainText -Force Set-AzureADUserPassword -ObjectId $_.UserPrincipalName -Password $CPWS -EnforceChangePasswordPolicy:$false } With this script I want to re-assign new password to users. 3. Thrid script Import-CSV "C:\UserAttributes.csv" | Foreach { Set-AzureADUser -ObjectID $_.UserPrincipalName -UserPrincipalName $_.UPN } With this script I want to change the users' email. The 3 scripts above are tested and run perfectly with 10 test users that I created. So, back to my question. Is there any limit to the max number of users in one csv file that can be processed with every single script above? Just to let you know, there are 620s users in my department and around 7000 users in the whole organisation. If I can do it at once with a single csv file that will be very convenient. Thank youSolvedRe: Now in public preview: Custom download location for files in Teams
I am on latest Win 11 Beta and Teams Preview 1.5.00.11070 (64-bit) but cannot change the defaualt location nor toggle the Always ask in the Files Setting. Have tried to deactivate and reactivate Public Preview, quit and restart Teams but to no success. Anyone have tried it too? ThanksRe: Transcripts in dark mode not visible
FS_AUS Have tested your way and it appears the same to me too. 1.5.00.7765 is the latest preview build I know so far, haven't tested in latest 1.5.00.5967 standard build, may be will just be the same. For copy paste case, the only work around now may be just select all text (ctrl+A) then clear the formatting or ctrl+shift+V to paste as plain text. But for receiving chat, I don't have any idea for the trick yet. Hope this help a bit.Re: Transcripts in dark mode not visible
I am curious. I do not have this issue yet so far. Is it the problem with Teams preview build or Windows? Does this problem dissapear when you disable public preview but still using the public preview build (so far the latest is 1.5.00.7765)? Did anyone try to use standard build (https://statics.teams.cdn.office.net/production-windows-x64/1.5.00.5967/Teams_windows_x64.exe) and the problem dissappear? Anyone try to change Windows theme to see if this problem still occur? Hope this problem solved for many of you soon.Re: Now in preview: Parsing firstname from AAD display names in Teams Activity Feeds and Notifications
@Kaushal Mehta (LYNC) I have been wondering for quite sometime. Where is the setting in AAD to change the DisplayName format? Can we change the DisplayName format to "Firstname Lastname"? I have been searching a way to change that, as the Assignment in Teams Edu shows name as "Lastname, Firstname". I want to change it to show "Firstname Lastname". ThanksRe: Now in Public Preview: Quoted Reply for Desktop [web coming soon]
Is Public Preview activated? As I check, latest normal build and preview build are the same Version 1.4.00.26376 for both 64 and 32bit. The feature is rolling out for normal users, but it was said that all public preview users should have this activated already.Re: Managed Mode?
Ching-Yoong_Chang "I don't think this is available for Public Preview yet." Yes, I think so. It's just I cannot find any info about it and also not in the roadmap. But reading the details you get, this will be good for webinar. "P/S: Hence as per my previous comment in other post, We can't really trust the Release Notes of M365 Apps Current Channel (Preview) as it is NOT aligned to the actual flight status in Teams Public Preview which is really annoying." Totally agree with this. Some even took more than a year to be really released for general.Re: New Teams Preview -> Experience disabled
If you mean the Teams that's integrated in win 11, then seems that we cannot login with business account yet. I have tried it before as I am in win 11 beta. Hopefully when win 11 is available for public, we can use business account with win 11 native Teams app to full functionality.Re: New Teams Preview -> Experience disabled
Try this open https://admin.teams.microsoft.com/ then follow this https://docs.microsoft.com/en-us/MicrosoftTeams/public-preview-doc-updates then this https://support.microsoft.com/en-us/office/get-early-access-to-new-teams-features-a6e387fe-1cad-4f90-ad78-1a311c77b36d hope this helpRe: Transcripts in dark mode not visible
I check mine it is 1.4.00.22976 (64-bit), have tried to manual update several times but said I have the latest version. Check in github, so far the latest preview build version is 1.4.00.22976 (64-bit). Check in whatpulse there is 1.4.00.25182 dated 14Sept, but sometime you may get the exploration build or continuous deployment build there, so not recomended to get the version there. Just now I tried to turn on caption in Dark mode, the transcripts appears in white text and clearly seen.
Groups
Recent Blog Articles
Re: Microsoft Teams Release Processes - Why do I not see a feature but my colleague does?
Btw Jeffrey Allen , have you ever check in AppData\Roaming\Microsoft\Teams there is a file named setting.json? When I am not in Public Preview, the first line shows that I am in ring "general". If I...0likes0CommentsRe: Microsoft Teams Release Processes - Why do I not see a feature but my colleague does?
I agree with Jeffrey Allen. I have been in public preview since the beginning. I have set myself as Targetted Release user. But till today I do not have some preview features even now they have been ...0likes0Comments