hashmat00
-
Azure
Azure ArmTemplate
This JSON Template creates the following Items: NetworkInterface NetworkSecurityGroup VirtualNetwork PublicIP VirtualMachine StorageAccount Availability Set VM Diagnostic Extension Managed Disk…
Read More » -
Azure
Azure VM Status
How to Get your Azure VM Status using Powershell function Get-Vmstatus { $RGs = Get-AzureRMResourceGroup foreach($RG in $RGs) { $VMs…
Read More » -
SCCM
Get SCCM Software Update Status
function Get-SCCMSoftwareUpdateStatus { <# .Synopsis This will output the device status for the Software Update Deployments within SCCM. For updated…
Read More » -
Featured
Find Specific Software – PS Script
Sometime you want to find a specific software installed on Remote or local machine by PS Script. Below Powershell Command…
Read More » -
Featured
SCCM Client Repair – PS Script
To Repair SCCM Client and Repair WMI, please use this script. First download the WMI Repair tool and save it…
Read More » -
Featured
Copy Logs
This is my new script which wrote to copy logs to a shared location. We recently started to upgrade user…
Read More » -
Power Shell
PowerShell Pop-Up – SCCM App
i was looking to add Pop-Up message to users to close any running SQL Mgmt when deploying “SQL Server Management…
Read More » -
Featured
SCCM Email Notification Setup
I was been asked to fix the sccm email notification since no one getting any email from sccm for Defender…
Read More » -
Power Shell
Disable Dual Scan
I recently was working on an issue where device gets its software updates from Microsoft (windows update) which i didn’t…
Read More » -
Featured
Uninstall Java Older Versions
I have been struggling to remove all older version of Java JDK/JRE from bulk machines, i tried using uninstall string…
Read More »