Posts

Showing posts from December, 2023

Powershell

 New AD account creation: $password=ConvertTo-SecureString "Bescom@123" -AsPlainText -Force ForEach-Object {New-ADUser -DisplayName $_.DisplayName -Name $_.DisplayName -GivenName $_.DisplayName -SamAccountName $_.LogOnName -EmailAddress $_.EmailID -Office $_.Location  -Title $_.Designation -OfficePhone $_.MobileNO -AccountPassword $password -Enabled $true -UserPrincipalName $_.UPN} ........................................... User requirement Details Provide Get-ADUser -Filter *  -Properties * | Select-Object DisplayName, SamAccountName, Description, Title, Department, physicalDeliveryOfficeName, Office, Company, UserPrincipalName, EmailAddress, LastLogonDate, DistinguishedName,CanonicalName, Created, Enabled | Export-Csv ADUsers.csv ....................................................................................................... Password String: $password=ConvertTo-SecureString "Cesc@123" -AsPlainText -Force .......................................................

RD Web Access Domain User Self Password reset Change

Image
 Domain user change the password Option A computer running Windows 2019 server Domain Controller. Open Server Manager Select Add Roles and Features Next Select Remote Desktop Services Installation Select Deployment types a) Standard Deployment b)Quick Start c) MuiltPoint Services These three deployment services require you can Select I choose Quick Start Select deployment scenario types  I choose Virtual machine-based desktop deployment Next. Select Broker Server Click Next Select Web Access Server Click Next Select RD Host Server Click Next Deploy View progress complete after the below link comes to copy and share Domain Users Self Password reset   Step 1:   Open URL: https://cm.com/RDWeb/Pages/en-US/password.aspx  in web browser Step 2 : Ignore the security warning click Advance and proceed next. Step 3:  Enter your login credentials in the next window and submit.