filmov
tv
Using PowerShell - Find User Display Name by User Logon Name
![preview_player](https://i.ytimg.com/vi/sQ2Qk3bObMg/maxresdefault.jpg)
Показать описание
Using PowerShell - Find User Display Name by User Logon Name
1. Prepare
- Syntax : Get-ADUser
Get-ADUser -Filter string [-AuthType {Negotiate | Basic}] [-Credential pscredential] [-Properties string[]]
[-ResultPageSize int] [-ResultSetSize int] [-SearchBase string]
[-SearchScope {Base | OneLevel | Subtree}] [-Server string] [CommonParameters]
2. Step by step : Find User Display Name by User Logon Name
- DC21 : Find User Display Name by User Logon Name of HiepNS, Hoa.Nguyen
+ Start - Windows PowerShell :
+ Get-ADUser -Filter { SamAccountName -eq "HiepNS" } | Select Name === Display "Hiep Nguyen Sy"
+ Get-ADUser -Filter { SamAccountName -eq "Hoa.Nguyen" } | Select Name === Display "Hoa Nguyen"
=== Check again
1. Prepare
- Syntax : Get-ADUser
Get-ADUser -Filter string [-AuthType {Negotiate | Basic}] [-Credential pscredential] [-Properties string[]]
[-ResultPageSize int] [-ResultSetSize int] [-SearchBase string]
[-SearchScope {Base | OneLevel | Subtree}] [-Server string] [CommonParameters]
2. Step by step : Find User Display Name by User Logon Name
- DC21 : Find User Display Name by User Logon Name of HiepNS, Hoa.Nguyen
+ Start - Windows PowerShell :
+ Get-ADUser -Filter { SamAccountName -eq "HiepNS" } | Select Name === Display "Hiep Nguyen Sy"
+ Get-ADUser -Filter { SamAccountName -eq "Hoa.Nguyen" } | Select Name === Display "Hoa Nguyen"
=== Check again
Get-ADUser Examples: How to Find AD Users with PowerShell
Using Powershell - Get all users and their permissions on folder
How to find Inactive AD users and disable them using PowerShell script
Using PowerShell - Find User Display Name by User Logon Name
PowerShell - How to find Disabled users in Active Directory using PowerShell | Powershell Scripting
Get All Active Directory Users Details - Using PowerShell
Using PowerShell - Get SID of user
Find locked out user accounts in Active Directory using PowerShell
Why vCenter Role Automation is Essential for 2024
How To Get Members Of Active Directory Group With Powershell In Windows Server 2012
Powershell : How to know the last time the password was changed
PowerShell Get-ADUser
PowerShell - Get all Active Directory Users with Powershell and export to CSV-File
PowerShell Get Disabled Users from Active Directory
Displaying AD user properties in PowerShell
How to use Passwords and SecureStrings in PowerShell
How to get Users & Group Membership from AD with PowerShell
Get ADUser information using PowerShell
Check How many Workspaces do user have access using Windows PowerShell | Power BI using PowerShell
Using PowerShell Get-Help
How to fetch user activity reports using MS Graph PowerShell | Microsoft
Using PowerShell - Get all AD users list with created date, last changed and last login date
Using PowerShell - Count of users in a specific OU
Get User Input From Command Line In Powershell !
Комментарии