Code Monkey home page Code Monkey logo

actionpacks's People

Contributors

achimwieser avatar badbart avatar fabaderheld avatar frankkresse avatar haraldpfirmann avatar mboettger avatar mh-scriptrunner avatar tobiaskazek 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  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  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

actionpacks's Issues

TFS-Sync

Der TFS-Sync kann zwar initial einen Sync vom TFS "runter" machen, aber geänderte (bereits vorhandene) dateien werden nicht aktualisiert.

VMs not sorted by Name

Hello Scriptrunner Team,

don't know if this is the right place... :-)

One point that was really inconvenient for us where with the VMware Action Packs. The Queries are not sorted. For example the Querys QUY_Get-VMHVVirtualMachineIDs.ps1 or QUY_Get-VMHVVirtualMachines.ps1. Sure you have Intellisense in the textbox, but some user tend to scroll through the list to get the right VM.

Thats why we added an | Sort-Object -Property Name | after the Select-Object ..... to the two queries mentioned above for example.
Does it make sense to add that for all customers?

Greetings
Tobias

Get-DMSSIMGeneric Query Issue

I get an error when I run get-DMSSIMGeneric query. Error is about $connectionName variable being empty. The script uses OpenSQLConnection which has a default connection name of SRConnection, so simply using CloseConnection without any additonal arguments fixed the issue since that function also has a default connection name of SRConnection.

finally{
CloseConnection -ConnectionName $ConnectionName
}
changed to:

finally{
CloseConnection
}

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.