QB‑Flow Nerdio Setup

To get started with automating QuickBooks updates in Nerdio, follow these simple steps:

Step 1:

Open Nerdio Manager for MSP (NMM) and navigate to Scripted Actions → Windows Scripts → Add New. Here, you will create a new script. Name it something recognizable, like 'QB-Flow', and don’t forget to add a brief description and tag it with 'Flowdevs'. Set the Mode to Combined to ensure it runs smoothly.

Step 2:

Now, you need to paste the PowerShell script into the Script Body. Make sure to replace 'YOUR_CUSTOMER_ID' with the unique ID you received in your welcome email. A quick tip: ensure that QuickBooks is completely closed before executing the script to avoid any issues.

By following these steps, you will be able to automate QuickBooks updates efficiently. If you encounter any challenges or need further assistance, we’re here to help.

For additional support, don’t hesitate to reach out to our team. We are dedicated to ensuring your experience is seamless and productive.

**Need help setting up QB-Flow?** Contact our support team for personalized assistance. We are just an email away!

1# Enter your Customer ID, which can be found in your Welcome Email after subscribing to QB-Flow
2$customerid = ""
3
4# URL to download the QB-Flow executable
5$QBUpdateURL = "https://flowdevsblob.blob.core.windows.net/qbflow/QB-flow.exe"
6# Destination path for the QB-Flow executable
7$QBdestination = "C:\Windows\Temp\qb-flow.exe"
8
9# Create a WebClient object to download the file
10$webclient = New-Object System.Net.WebClient
11$webclient.DownloadFile($QBUpdateURL, $QBdestination)
12
13# Execute the QB-Flow application with the Customer ID as an argument
14Start-Process $QBdestination -ArgumentList "/customerid $($customerid)" -NoNewWindow -Wait

New Client Information

Looking for detailed information about Customer IDs, pricing, and billing?