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 »