4 weeks ago
Integrate SCCM with Power BI Report Server
Starting in version 2002, you can integrate Power BI Report Server with Configuration Manager reporting. This integration gives you modern visualization and…
December 6, 2020
SCCM CMG Deployment
Prequisites Hybrid Azure AD Join To only configure CMG for your company, you do not need Co-management nor Intune, but…
August 4, 2020
PowerToys
Microsoft PowerToys gives users flexibility to search apps and run commands straight from your desktop for better productivity. How to…
August 4, 2020
WinGet – Install-upgrade Apps Automatically
Windows Package Manager Microsoft released their Windows Package Manager aka Winget for developers, application packager, application vendors to manage their…
April 17, 2020
Download/Install App – PowerShell
The easiest way to download and install any application from internet is using this script which i created. 1- Create…
April 3, 2020
Manage Azure WVD Hostpools – Cmdlets PS
If you have deployed Azure WIndows Virtual Desktop to your azure environment and not using any managment tools to manage…
March 21, 2020
Remove Azure Runbooks – PS Script
Remove all runbooks with specific names from specific Automation Acct from Azure I was recently being tasked to create a…
March 6, 2020
Part 9 – Arm Template – Parameter File
Add parameter files You can use a separate JSON file to store the value for parameters being declared on base…
March 6, 2020
Part 8 – Arm Template – Tags
Create tags We use tags to identify our resources. For example, add tags for Environment like ‘Dev’, ‘Project’..etc. It will…
March 6, 2020
Part 7 – Arm Template – Use Export Template
IN our last Part 6 we used output for our template as this below JSON: { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0",…