Tuesday, February 10, 2015

Restart Timer Service on All Servers in Farm

[array]$servers= Get-SPServer | ? {$_.Role -eq "Application"}
foreach ($server in $servers)
{
    Write-Host "Restarting Timer Service on $server"
    $Service = Get-WmiObject -Computer $server.name Win32_Service -Filter "Name='SPTimerV4'"
    if ($Service -ne $null)
    {
        $Service.InvokeMethod('StopService',$null)
        Start-Sleep -s 8
        $service.InvokeMethod('StartService',$null)
        Start-Sleep -s 5
        Write-Host -ForegroundColor Green "Timer Job successfully restarted on $server"
    }
    else
    { 
        Write-Host -ForegroundColor Red "Could not find SharePoint Timer Service on $server"
    }
}

Thursday, January 1, 2015

Online (Cloud) Accounting Prices


Kashoo
Kashoo Business edition - Annual (USD): $199.99 per year
Kashoo Solo edition - Annual (USD): $49.99 per year
Kashoo Business edition - Monthly (USD):$19.99 per month
Kashoo Solo edition - Monthly (USD):$4.99 per month

Sage One Accounting Standard : $14.00 per month

FreshBooks
Seedling: $19.95 per month
Evergreen: $29.95 per month
Mighty Oak: $39.95 per month

Intuit QuickBooks
Simple: $9.99 per month
Essential: $19.99 per month
Plus: 29.99 per month

Zero
Starter: $9.00 per month
Standard: $30 .00 per month
Premeuim: $70.00 per month

Cheqbook - 50% off first year
Proprietor: $19.75 per month
Entrepreneur: $34.75 per month
Pro: $74.05 per month

Zoho Books: $24.95 per month

WaveApps: Free