How to Change remote computer Local account password using PowerShell

Being Administrators, we will come across the situation where we need to reset the passwords for all the Servers and Workstations Local  administrator Accounts. we can not go to each machine and reset the passwords. In this article, we will see how to reset the Local administrator password. Below command will help in reseting the […]

NTFS Shared Folders

Part1: How to create NTFS Shared Folders in Windows Server 2016?

In this article we see about NTFS sharing folders in Server manager. Open Server manager and file and storage Services Click on share and right side tab click Tasks and click on new Share. Select profile for sharing and select SMB Share -Quick and Click on Next. Select location of server and Volume of the […]

I automate

Part 2:How can I automate the process of sharing new folders in Server 2016?

In this article we see about automate the process of sharing new folders by using PowerShell. You can automate the process of sharing new folders using PowerShell 3.0 .  For example, To create and share folder, We could use the following commands in PowerShell, MD E:\Shares\ITDocuments New-SMBShare -Name ITDocuments -Path D:\Shares\ITDocuments -FolderEnumerationMode AccessBased -CachingModeITDocuments -EncryptData $True -FullAccess Everyone In […]

account lockout issue

How to resolve AD account lockout issue?

As a system administrator, there will be times that user will be contacting you for unlocking their AD account when they get locked out. Usually unlocking their AD account from Active Directory Users and Computers will resolve the issue.But user facing frequently account locking after unlocking the account. For this issue we need follow the some procedure  and […]

Windows Server

How to configure an authoritative time server in Windows Server

In this article we see about how to configure the Windows Time service and troubleshoot when the Windows Time service doesn’t work correctly. To check the PDC Server for Time Synchronization  and to configure the PDC master by using an internal hardware clock, follow these steps: Select Start > Run, type regedit, and then select OK. Click HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\AnnounceFlags Right-click on Announce Flags, […]

How to get Computer LastLogonTime Stamp using PowerShell

It is simple to get the Lastlogon time stamps for the computers using Active Directory Snap-in or importing the Active Directory module in the Normal PowerShell For one Computer, Open Active Directory Snap-in and run the below command with computer name for which you want to fetch the lastlogon time stamp Command Get-ADComputer -Identity ComputerName […]

How to create a scope reservation and scope options in DHCP Server

How to create a scope reservation and scope options in DHCP Server

In this article, We see how to create scope Reservations The purpose of DHCP is automatically assign an IP address to client user in a physical network IP address. Host Reservation mainly used for reserved the IP address to important users and Network Printer and some other. The reservation IP address is identified by MAC […]

DHCP

How auto discover works in DHCP?

What is DHCP? How Does DHCP server assigns IP address for client User? DHCP-Dynamic Host Configuration Protocol, is a client/server protocol that automatically taken IP address and others related configuration information such as, 1. IP address 2.Subnet Mask 3.Default gateway 4.DNS server How to check Systems are taking IP Address from DHCP Server? 1.Start—control panel […]

How to Create a Scope in DHCP Server

In this article we see how to configuring DHCP Scope on Windows Servers, Creating a New Scope Open DHCP console. From the tree on the left side of the console, expand the DHCP server’s hostname node. Select IPv4 and click new scope. Click Next for New scope wizard Type a Scope name for identifying the scope […]

What is New in Windows Server 2016: Web Application Proxy

After Microsoft discontinued Forefront Unified Access Gateway (UAG) 2010, Server 2012 bundled with UAG Capabilities and released with feature name called Application Request Routing(ARR) and which is again renamed as Web Application proxy in Server 2012 R2. Web Application Proxy(WAP) in Server 2012 R2 had new features and allowed to publish Applications as well as […]