Skip to main content

Home/ PowerShell/ Group items matching "Module" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
anonymous

Best Practices for Importing PowerShell Modules - 0 views

  • Importing Modules Is Messy
  • It hit me the other day that I should write an Import-Carbon.ps1 script which properly handles all the weird edge cases
  • Finally! One line of code to import a module. And, only one place to change if additional weird edge cases pop up.
  • ...1 more annotation...
  • When writing a module, always write and include a script that safely imports the module. I recommend using the above code as a template. If you're using a module that doesn't include a safe import scrpt, write one yourself. Test for a variable or function that is specific to the module.
Joel Bennett

Reuse Your Code - Create Modules Automagically! - Dreaming in PowerShell - 1 views

  •  
    A nice post by Tobias detailing the ModuleHelper Module which lets you dynamically generate a Module from functions you have loaded in your session.
Joel Bennett

.NET Security Blog : Using CasPol to Fully Trust a Share - 0 views

  •  
    This is necessary if you want to load .net assemblies (like compiled PowerShell snapins/modules) from a network share! Without setting up your CasPol settings you can neither load a snapin, import a module, or use Assembly.LoadFrom
Eric Kraus

THE SharePoint PowerShell Module (SPoshMod) - 0 views

  •  
    Great new set of useful functions for SharePoint administration in a convenient Module...project looking for feedback and more script ideas to add!
Joel Bennett

A combined Mercurial and Git PowerShell Prompt - Matthew Manela - Farblondzshet in Code - 0 views

  •  
    I need to play with this and see about maybe finally making that combined source control module...
Joel Bennett

DnsShell - MSDN Code Gallery - 2 views

  •  
    DnsShell is a #PowerShell module for administering/managing Microsoft DNS
Joel Bennett

How to manage the Windows firewall settings with PowerShell - James O'Neill - 0 views

  •  
    Need to get a full blown firewall module built around this...
Steven Murawski

Windows Installer SnapIn - Alpha Updated for V2 CTP3 - 0 views

shared by Steven Murawski on 16 Mar 09 - Cached
  • I have put up a working alpha version of 2.0 that requires PowerShell 2.0 CTP3.
  •  
    Snapin and Module installers available.
Joel Bennett

PowerChumby - 0 views

  •  
    PowerChumby is a Perl CGI script and a PowerShell module that gives you a PowerShell way of controlling your Chumby.
anonymous

PS: How to get Active Directory User information - 0 views

First, load the AD snapin import-module ActiveDirectory Then: get-aduser username | get-member

Powershell IT

started by anonymous on 20 Jun 12 no follow-up yet
1 - 10 of 10
Showing 20 items per page