Posts

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.

42. Creating Forest Trust

Creating Forest Trust A computer running windows 2012 server Domain Controller. A member server running windows server 2012 or Client running windows 7. SYS1                                                                           SYS2 Domain Controller                                                   Member Server / Client IP Address                10.0.0.1                                 ...

41. Configuring Preferences using Item-level targeting

Configuring Preferences using Item-level targeting A computer running windows 2012 server Domain Controller. A member server running windows server 2012 or Client running windows 7. SYS1                                                                           SYS2 Domain Controller                                                   Member Server / Client IP Address                10.0.0.1                         ...

40. Applying Auditing Policy

 Applying Auditing Policy A computer running windows 2012 server Domain Controller. A member server running windows server 2012 or Client running windows 7. SYS1                                                                           SYS2 Domain Controller                                                   Member Server / Client IP Address                10.0.0.1                              ...

39. Applying Folder Redirection using Group Policy

 Applying Folder Redirection using Group Policy A computer running windows 2012 server Domain Controller. A member server running windows server 2012 or Client running windows 7. SYS1                                                                           SYS2 Domain Controller                                                   Member Server / Client IP Address                10.0.0.1                        ...

38. Applying Scripts using Group Policy

 Applying Scripts using Group Policy A computer running windows 2012 server Domain Controller. A member server running windows server 2012 or Client running windows 7. SYS1                                                                           SYS2 Domain Controller                                                   Member Server / Client IP Address                10.0.0.1                            ...