Find Installed Software’s Product code and Upgrade code using PowerShell
Sometimes we may required to find installed applications product and upgrade code for maintenance purpose or any other reason. In …
Sometimes we may required to find installed applications product and upgrade code for maintenance purpose or any other reason. In …
SharePoint Online team focusing on Microsoft Graph API to provide a common API experience for Office 365 users, but for …
Many software services moving towards cloud environment and providing APIs to communicate with service. To standardize this communication many software …
You can easily prompt and ask input from user by using the Read-Host cmdlet, but by default this command accepts …
You can use the Write-Progress cmdlet to display progress status and percentage of process completed for a long running command …
You can use the Start-Sleep cmdlet to suspend the activity in a script for the specified period of time. You …
In PowerShell script, we often use logic to check some value is true or false. In normal case we may …
We can easily check the list of installed applications via Control Panel’s Add or Remove Programs UI. But if you …
We can use the PowerShell cmdlet Get-Item to get file information including size of a file, we can also the …
We may required to generate a random number to set ID or in some cases to set temporary password. In …