hashmat00
-
Azure
Part 1 – Arm Template
In order to use infrastructure as code for your Azure solutions, we will use Azure Resource Manager templates. The template…
Read More » -
Featured
ConvertTo-MvmcVirtualHardDisk vmware to HypverV Error
Converting VMware vmdk disks to Hyper–V vhdx using Microsoft Virtual Machine Converter 3.0 PowerShell module (ConvertTo-MvmcVirtualHardDisk) fails with error: ConvertTo-MvmcVirtualHardDisk : The entry 1 is…
Read More » -
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 »