Giter Club home page Giter Club logo

scom-scripts-and-sql's Introduction

System Center Operations Manager Script / Guide Repository

This is where all scripts and SQL Queries I find useful for SCOM and SQL will be stored. If you have any questions, please feel free to submit an issue or a pull request.
Visits Badge


Projects

SCOM Data Collector

DataCollector
Latest Version
Direct Download Link
Alternative Download Link
Download Count Latest
Download Count Releases
Started tracking on February 13th, 2021

Read the blog post here: https://blakedrumm.com/blog/scom-data-collector/


SCOM DW Grooming Tool

SCOM DW Grooming Tool
This tool can be used to modify the System Center Operations Manager Data Warehouse Grooming retention days, allows you to see grooming history, you can manually run grooming, and you may also export the current configuration so you can keep a backup of your settings.

Go to script location: Click Here


SCOM Reconfigure DB Move Tool

SCOM Reconfigure DB Move Tool
This tool allows you to reconfigure System Center Operations Manager's Databases in the configuration file, registry, and SQL Database Tables. This tool utilizes Powershell to provide a GUI for being able to easily navigate and verify the settings.

Go to script location: Click Here

scom-scripts-and-sql's People

Contributors

blakedrumm avatar gerwintmg avatar x-limitless-x avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

scom-scripts-and-sql's Issues

Get-UserRights Passthru Fails within script

Describe the bug
When changing line 467 to force passthru as a default, the system still writes the text output at the beginning of the script.
Thus when treated as an object, the data turns into a small text string.

To Reproduce
Steps to reproduce the behavior:

  1. Edit line 476 in the script to the following "Get-UserRights -PassThru" or as an alternative "Get-UserRights -PassThru:$True"
  2. Execute the script without parameters. Example: Get-UserRights.ps1
  3. Note that the text header still shows.
  4. See error

Expected behavior
An object output that will allow easy Powershell processing.

Additional context
This seems to be a flow problem. The params are assigned, header printed, default params assigned, process executed.
Just guessing, but the process probably should be Params assigned, Default params assigned, header printed, process executed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.