This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$authemail = "[email protected]" | |
$authpassword = "UserPassword1!" | |
$smtpserver = "smtp.office365.com" | |
$smtpport = "587" | |
$fromemail = "[email protected]" | |
$toemail = "[email protected]" | |
$timestamp = Get-Date -Format "dddd MM/dd/yyyy HH:mm K" | |
[System.Net.ServicePointManager]::SecurityProtocol = 'Tls,TLS11,TLS12' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using LogDataCollector; | |
namespace th_salvageupdater | |
{ | |
class Program | |
{ | |
static void Main(string[] args) | |
{ | |
//Console.WriteLine("Hello World!"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::Reckon Accounts Installation - Firewall Exceptions & User Permissions (RA-INSTALLPREP.bat) | |
::Place Quickbooks Port Fixer.bat file in your datafile (QBW) location. | |
@ECHO OFF | |
SETLOCAL | |
CLS | |
::Usergroup Default Setting (change if required) | |
:: example(set DEFAULT_USERGROUP=Reckon_Users) will set folder permissions of the 'Reckon_Users' group to modify. | |
set DEFAULT_USERGROUP=everyone | |
::DONT NOT CHANGE |