User Profile
12026334
MCT
Joined Jan 24, 2021
User Widgets
Recent Discussions
Teams Meeting
I was on an external Teams meeting, and I found the other attendees from the same organization had their names as first name in small letters followed by last name in capital letters, with a bracket including initial of their company name. so, mine would be Timothy Iyamu [XXX Company]. How can I implement this on Microsoft Teams on my tenant?Solved1.4KViews1like3CommentsBulk Update of Employee Type in Active Directory
Import-module ActiveDirectory $EUserType= Import-CSV "C:\Scripts\EmployeeType21.csv" | % { $User = $_. Name $Type = $_.EmployeeType Set-ADUser $User -Employee-Type $Type } When I run it, I get the Following error: Set-ADUser : A parameter cannot be found that matches parameter name 'Employee-Type'. At line:4 char:18 + Set-ADUser $User -Employee-Type $Type + ~~~~~~~~~~~~~~ + CategoryInfo : InvalidArgument: (:) [Set-ADUser], ParameterBindingException + FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.ActiveDirectory.Management.Commands.SetADUser Please i need help to fix this, please share the specific parameters are need to modify14KViews0likes5Comments
Recent Blog Articles
No content to show