GithubHelp home page GithubHelp logo

ldmspowershelltools's Introduction

LDMSPowershellTools

This is a repository to house various scripts to help address certain issues and workarounds. Each script should contain a description that lists what the purpose of that script is as well as anything else you'd need to know about how or why'd you use a particular script.

  • ChangeNetVersion.ps1

    • Changes .NET version registry keys to mimic .NET 4.6.2. Accepts install, restore and delete as arguments.
  • GetSharedAndDrives.ps1

    • Creates LDNetworkDrive and LDLocalShare wmi classes, then creates instances of those classes with the following information
      • LDNetworkDrive - Contains Path, Drive Letter and User the drive is mapped under for mapped network drives.
      • LDLocalShare - Contains Path and Permissions for local shares.
  • EnumerateAllPrograms.ps1

    • Runs through the Uninstall registry key and outputs data about the installed program and the regkey used to identify it
  • RenameMiniFiles.ps1

    • Listens to file creation events in the LDScan folder and if any .mini files are created they are renamed to .miniscn so that the inventory server can process them.
  • ChromeExt.ps1

  • ALS_SVC Delete.ps1

    • Deletes all users with ALS_SVC in the name. This should only be used on LDMS 2016.3 and 2017.1. 2017.3 fixes the presence of several users by providing a single user with a constantly changing password
  • ElevatingScript.ps1

    • Can be added to the beginning of a powershell script to make it self elevate
      • Grabs the current running powershell command/script and then create an elevated powershell process, passes in the same information, and then exists
      • If the current session is already elevated, no action is taken.
      • Doesn't bypass UAC, so if UAC is configured, the end user will be prompted before elevation occurs.
  • EnumerateAllPrograms.ps1

    • Checks all programs that can be found in the Uninstall regkeys, 32 and 64 bit.
      • Displays Name, Version, Install Location and Publisher in a human readable format
  • NicBindingOrder.ps1

    • Checks the current NIC binding order on Windows
  • RestartLDServices.ps1

    • Restarts all Landesk and Managed Planet services

ldmspowershelltools's People

Contributors

b1kjsh avatar

Stargazers

 avatar

Watchers

 avatar  avatar

ldmspowershelltools's Issues

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.