Skip to main content

Home/ PowerShell/ Group items tagged 2010

Rss Feed Group items tagged

anonymous

Retrieve number of mailboxes per database in Exchange Server 2010 - 0 views

(Get-MailboxDatabase) | ForEach-Object {Write-Host $_.Name (Get-Mailbox -Database $_.Name).Count} oder (Get-MailboxDatabase) | Select-Object Name,@{Name="Number of users";Expression={(Get-Mailbox...

Powershell Ex2010

started by anonymous on 07 Aug 12 no follow-up yet
Joel Bennett

Labs Olympics: Automate your life with geocron - Sunlight Labs - 0 views

  •  
    geoCron is like cron for location -- it works with Google Latitude to allow you to trigger cron jobs based on your location and send email/sms or trigger web api calls.
Joel Bennett

MobileShell SDK - Developing against PowerGUI Pro MobileShell - 0 views

  •  
    everything you see in MobileShell ... including settings dialog boxes and intellisense is exposed as web services. You can write your own apps and execute any PowerShell scripts in production environment over HTTP/HTTPS, preserve session state, even get meta information such as intellisense.
Joel Bennett

PowerShell - The Patchwork of Paths, PSPaths and ProviderPaths -- Nivot Ink - 2 views

  •  
    How paths work in PowerShell (particularly, from an API point of view).
Joel Bennett

How to Merge PDF Files using PowerShell and PDFsharp - 0 views

  •  
    PDFsharp is an Open Source .NET library used to create and modify PDF documents programmatically from .NET languages like C# or PowerShell. 
Joel Bennett

ModelCopier - An easy way to update models in your ASP.NET MVC business layer - Raj Kaimal - 2 views

  •  
    Automatically copies values (and references) from one object to another matching up on property name and type
1 - 20 of 28 Next ›
Showing 20 items per page