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.
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 … Continue Reading
if you want to run the scripts or execute some downloaded scripts, You will end of with the error cannot be loaded because running scripts is disabled on this system.
it happens by default,PowerShell is restricted with … Continue Reading
The Start-Transcript cmdlet creates a record of all or part of a Windows PowerShell session to a text file. The transcript includes all command that the user types and all output that appears on the console.