Sharepoint : Fix the creation of the web application
This procedure explain how to fix the web application when it takes long The root…
Read MoreThis procedure explain how to fix the web application when it takes long The root…
Read More1. Open Command Prompt as an administrator. 2. Run the following command to convert the…
Read More1. Check that you have access to the software distribution If you don’t have access…
Read Morefunction Test-PendingReboot { if (Get-ChildItem "HKLM:\Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\RebootPending" -EA Ignore) { return $true } if…
Read MoreThis PowerShell script sets the thumbnail photo of an Active Directory user with the username…
Read MoreThis script is performing cleanup tasks on a WSUS (Windows Server Update Services) server. It…
Read More# Script by N.I #This script checks the status of a specified service, restarts it…
Read More@echo off for /f "tokens=*" %%f in ('wmic cpu get NumberOfCores /value ^| find "="')…
Read More