Giter Site home page Giter Site logo

blakedrumm / scom-scripts-and-sql Goto Github PK

View Code? Open in Web Editor NEW
74.0 4.0 32.0 235.72 MB

The scripts, tools, and queries provided here are fully compatible with System Center Operations Manager.

Home Page: https://blakedrumm.com

License: MIT License

PowerShell 98.60% TSQL 1.40%
scom sql scom-scripts sql-queries repository powershell scripts tsql system-center system-center-operations-manager

scom-scripts-and-sql's Introduction

Banner Image

Introduction

Hi there ๐Ÿ‘‹

I'm Blake Drumm, a self-taught PowerShell developer from the United States.

  • ๐Ÿ”ญ Iโ€™m currently working on scripts in PowerShell.
  • ๐ŸŒฑ Iโ€™m currently learning Powershell & TSQL
Stats Languages
Blake Drumm's GitHub Stats Blake Drumm's GitHub Languages
SCOM Repository SCVMM Repository
SCOM Scripts and SQL SCVMM Scripts and SQL

ย 

Random Joke ๐Ÿ˜‚
Jokes Card

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.