Skip to main content

Home/ PowerShell/ Group items tagged Database

Rss Feed Group items tagged

Joel Bennett

TimeTag PowerShell time series database - 0 views

  •  
    "TimeTag is an open source time series database for Windows PowerShell and the .NET framework. A time series database is useful for capturing and compressing time series data into a fixed size container."
  •  
    Is anyone using this? Have example apps/scripts/deployments?
Joel Bennett

timetag - Google Code - 0 views

  •  
    TimeTag is a time series database for the Windows PowerShell environment. Time series databases are useful for capturing and compressing time series data into a fixed size container, and this one comes with PowerShell cmdlets, including charting capability!
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
anonymous

PS: How find all mailboxes on Ex2010 with OWA enabled - 0 views

get-mailbox | where {$_.Database -like "DAG*"} | Get-CASMailbox | Where {$_.owaenabled} The above command ignores mailboxes on Ex2003

Powershell IT Ex2010

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