Skip to content

Damberg Online

Powershell, MEMCM, Automation…
Menu
  • Home
  • Powershell
    • Active Directory
    • AppDeploy Toolkit
    • ConfigMgr Compliance Scripts
    • ConfigMgr Script
    • Standalone Script
  • Links founded on internet…
    • Who am i?
    • Links of knowledge…
  • SQL Query SCCM
  • Powershell Snippets
14th March 2019

Create CI and Baseline for verifying SNMP-service installed and running

By Damberg ConfigMgr Compliance Scripts, Powershell  0 Comments
Create CI and Baseline for verifying SNMP-service installed and running
Case: You need to verify that SNMP-service is running on servers, and if not it must be installed. To do after running the script: You need to set “supported platforms” on the CI after creation. This CI and Baseline only runs on Server 2012 and above. Main-Script: The main script to run in powershell elevated
Read More
5th March 2019

Find path to configurationmanager.psd1

By Damberg ConfigMgr Script  0 Comments
Find path to configurationmanager.psd1
A module to find path to ConfigMgr module on client/server [crayon-64258efab8bd2558276841/]  
Read More
4th March 2019

Extract productcode from MSI

By Damberg Standalone Script  0 Comments
Extract productcode from MSI
Here is a script you can use to extract productcode from msi-file it´s raw… [crayon-64258efab8cbe405391192/]  
Read More
16th June 2016

How to uninstall KB-article with powershell remotely

By Damberg Standalone Script  0 Comments
How to uninstall KB-article with powershell remotely
If you get an update that you what to uninstall the best way is to use powershell. This function uninstalls the kb-article you ask for if it is installed on the system. To use it you have to run it as administrator. uninstall-hotfix -computername “replace with name” -hotfixID “Replace with numbers only” [crayon-64258efab8d94141220664/]
Read More

Posts navigation

1 2
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Top posts

  • PatchManagment – Update 1 Maintenance Windows
  • Configure BGInfo based on OU location
  • Automation in Patch Managment…
  • Resolve-DNSName from list
  • Automation of Conference booking in Cisco TMS with Powershell

Damberg Online Copyright © 2023.
Back to Top ↑