Enter-PSSession starts an interactive session with a remote computer. Syntax: Enter-PSSession -ComputerName ServerName Example: Enter-PSSession -ComputerName WebServer01 You can now execute the hostname command to confirm that you are connected… Read more »
Convert MSU to CAB Installing MS Patch using CAB is faster than the MSU files, hence its recommended to install MS Patches using CAB format for bigger file size. MSU… Read more »
Search a folder with command without knowing the path. We have a search in Windows Explorer, but there are times when the drive size is huge and search may not… Read more »
Script to get the local administrators group membership of a multiple remote servers in excel. This VB script will fetch the local administrators group members details and store it in… Read more »
Force Empty Recycle Bins for Every User. When you are struggling to recover free space and there could be some users still holding unwanted files and folders in Recycle Bin,… Read more »
TSM Backup Verification Commands on Windows Please find the steps listed below to check the connectivity and backup configuration: Open dsmc.exe from C:\Program Files\tivoli\tsm\baclient (it will take a minute to… Read more »
How To verify Group Policy applied? GPResult command line tool to verify what group policy objects are applied to a user or computer. GPResult is a command line tool that… Read more »
passwd is the command used to change the password. In order to change your own password use the command passwd $passwd It will prompt you to enter the same password… Read more »
PS Command to list Administrators Group of Remote Server Invoke-Command -ComputerName Comp01 -ScriptBlock{net localgroup Administrators} *Replace Comp1 with server/computer name. Thanks, WintelAdmin Facebook Comments
Windows 2008 Activation Error – Product Key Not Found, 0xC004F050, 0x80072EE2 Error: Product Key Not Found. Error: 0xC004F050 Error: 0x80072EE2 Install all the base required packages: Click here to find… Read more »