GithubHelp home page GithubHelp logo

scriptrunner / actionpacks Goto Github PK

View Code? Open in Web Editor NEW
572.0 72.0 175.0 3 MB

Public PowerShell script gallery for ScriptRunner.

Home Page: https://www.scriptrunner.com

PowerShell 100.00%
scriptrunner actionpacks actionpack office365 exchange active-directory powershell-script powershell-scripts powershell azure

actionpacks's Introduction

ScriptRunner ActionPacks

Public PowerShell script gallery for ScriptRunner.

Use cases for managing users, groups and computers in on prem AD

Use cases for managing Microsoft Azure

Solutions and sample scripts for selected use cases

Use cases for managing Citrix Systems and Solutions

Use cases for managing Database systems

Use cases for managing mailboxes, distribution lists, resources, and services in on prem Exchange Server environments.

Use cases for managing the Hyper-V virtualization platform

Use cases for managing Microsoft Graph

Use cases to manage users, groups, and services in O365.
Solutions with Azure AD, Exchange Online, MS-Teams. PowerApps, SharePoint online, Skype4Business and MSOnline

Report examples

Collection of useful ScriptRunner AddOns

Scripts for analysing the usage and time savings of ScriptRunner Actions

Script development templates for use with ScriptRunner

Use cases for managing the VMware virtualization platform

Use cases for managing file servers, file & folder access rights, reports, storages, disks, partitions, volumes and more

Use cases for managing printers and print servers

Use cases for managing systems settings in Windows server and Windows 10 client.

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

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
}

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

TFS-Sync

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

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.