The WinRM client received an HTTP server error status (502)
If you get the following error when you try to connect to your WinRM client, try the command below: Connecting to remote server failed with the following error message: The…
If you get the following error when you try to connect to your WinRM client, try the command below: Connecting to remote server failed with the following error message: The…
Have you deleted PC from WSUS with remove from WSUS option and you can't add it back to WSUS? Well try the steps below to fix this problem: net stop…
Many times we need to find number of mailboxes in each database and the size of the database (EDB file) of all servers in an Exchange 2010 environment. With PowerShell,…
Just a quick script that may come in useful to you. The below PowerShell script will delete IIS Log files older than 7 days that are in the “C:\inetpub\logs\LogFiles\w3svc1” directory.…
If you want search in the public folder database for an folder you can use the scripts below. If you know the exact name of the folder: Get-PublicFolder -Identity ""…