<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>post-installation &#8211; Blue Lance</title>
	<atom:link href="https://bluelance.com/docs-tag/post-installation/feed/" rel="self" type="application/rss+xml" />
	<link>https://bluelance.com</link>
	<description></description>
	<lastBuildDate>Tue, 02 Jun 2026 23:10:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://bluelance.com/wp-content/uploads/2025/11/fevicon-ic-1.png</url>
	<title>post-installation &#8211; Blue Lance</title>
	<link>https://bluelance.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Installing PowerShell Orchestrator</title>
		<link>https://bluelance.com/docs/installing-powershell-orchestrator/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:20:59 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15868</guid>

					<description><![CDATA[PowerShell Orchestrator is installed on a Windows machine that has network access to your Active Directory domain controllers and Microsoft Entra ID tenant. The installation package is available as a zip file from the Blue Lance download portal. Complete the LT Auditor MP server installation before deploying PowerShell Orchestrator. Prerequisites: Before installing, confirm the following: [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">PowerShell Orchestrator is installed on a Windows machine that has network access to your Active Directory domain controllers and Microsoft Entra ID tenant. The installation package is available as a zip file from the Blue Lance download portal. Complete the LT Auditor <sup>MP</sup> server installation before deploying PowerShell Orchestrator.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Prerequisites:</strong></p>



<p class="wp-block-paragraph">Before installing, confirm the following:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Requirement</strong></td><td><strong>Details</strong></td></tr><tr><td>LT Auditor <sup>MP</sup> Server</td><td>Must be installed and running before deploying PowerShell Orchestrator</td></tr><tr><td>Operating System</td><td>Windows Server 2019 or newer</td></tr><tr><td>PowerShell Version</td><td>PowerShell 5.1 or PowerShell 7+</td></tr><tr><td>WinRM</td><td>Must be enabled on the machine running the orchestrator and all target endpoints</td></tr><tr><td>Service Account</td><td>A dedicated service account with read permissions across Active Directory and Entra ID</td></tr><tr><td>Network Access</td><td>Must be able to reach domain controllers, Entra ID, and the LT Auditor <sup>MP</sup> server</td></tr><tr><td>Privileges</td><td>Administrator privileges required on the installation machine</td></tr><tr><td>Download Package</td><td>lta-mp-orchestrator.zip obtained from the Blue Lance download portal</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">Download the PowerShell Orchestrator package:</p>



<p class="wp-block-paragraph"><em>[Your administrator should confirm whether packages are distributed internally or downloaded directly from the portal in your environment.]</em></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Enabling WinRM on the installation machine:</strong></p>



<p class="wp-block-paragraph">If WinRM is not already enabled, run the following in PowerShell as Administrator:</p>



<p class="wp-block-paragraph">Enable-PSRemoting -Force</p>



<p class="wp-block-paragraph">Confirm WinRM is running:</p>



<p class="wp-block-paragraph">Get-Service WinRM</p>



<p class="wp-block-paragraph">The service should show as <strong>Running</strong>.</p>



<p class="wp-block-paragraph"><em>[Your administrator should confirm whether WinRM is managed via Group Policy in your environment before enabling it manually.]</em></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Installation steps:</strong></p>



<ol class="wp-block-list">
<li>Copy the lta-mp-orchestrator.zip package to the target Windows machine<br></li>



<li>Extract the zip file to a working directory<br></li>



<li>Open <strong>PowerShell as Administrator</strong> and navigate to the extracted directory:<br></li>
</ol>



<p class="wp-block-paragraph">cd C:\path\to\extracted\orchestrator</p>



<ol start="4" class="wp-block-list">
<li>If not already done, allow PowerShell scripts to run:</li>
</ol>



<p class="wp-block-paragraph">Set-ExecutionPolicy Unrestricted</p>



<ol start="5" class="wp-block-list">
<li>Run the installation script:</li>
</ol>



<p class="wp-block-paragraph">.\Install.ps1</p>



<ol start="6" class="wp-block-list">
<li>Follow any on-screen prompts during installation, including:<br>
<ul class="wp-block-list">
<li>Entering the LT Auditor <sup>MP</sup> server IP address or hostname</li>



<li>Confirming the syslog port (default: 514)</li>



<li>Selecting the communication protocol (UDP, TCP, or TLS)</li>



<li>Entering the service account credentials to be used for Active Directory and Entra ID assessments</li>
</ul>
</li>



<li>Once installation is complete, reset the PowerShell execution policy:<br></li>
</ol>



<p class="wp-block-paragraph">Set-ExecutionPolicy Restricted</p>



<p class="wp-block-paragraph"><em>[Your administrator should fill in the exact installer prompts and any environment-specific options that appear during installation.]</em></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Post-installation verification:</strong></p>



<p class="wp-block-paragraph">After installation completes, confirm that PowerShell Orchestrator is running and communicating with the LT Auditor <sup>MP</sup> server.</p>



<ol class="wp-block-list">
<li>Check the service status:</li>
</ol>



<p class="wp-block-paragraph">sc query PowerShellOrchestrator</p>



<p class="wp-block-paragraph">The service should show as <strong>Running</strong>.</p>



<ol start="2" class="wp-block-list">
<li>In the LT Auditor <sup>MP</sup> Web UI, navigate to <strong>Admin → Modules</strong> and confirm the PowerShell Orchestrator instance appears with a status of <strong>Connected<br></strong></li>



<li>Check the PowerShell Orchestrator logs for any errors:<br></li>
</ol>



<p class="wp-block-paragraph">\Program Files\Blue Lance 2-0\PowerShellOrchestrator\Logs\</p>



<ol start="4" class="wp-block-list">
<li>Verify that assessment data is appearing in the LT Auditor <sup>MP</sup> <strong>View</strong> module by navigating to <strong>View</strong> and selecting the Active Directory environment</li>
</ol>



<p class="wp-block-paragraph">If the module does not appear as connected in the Web UI, confirm that no firewall is blocking communication between the installation machine and the LT Auditor <sup>MP</sup> server on the configured syslog port.</p>



<p class="wp-block-paragraph"><em>[Your administrator should note the specific port, protocol, and service account used in your environment, and document which machine PowerShell Orchestrator is installed on.]</em></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Verifying service account permissions:</strong></p>



<p class="wp-block-paragraph">The service account used by PowerShell Orchestrator requires the following minimum permissions:</p>



<p class="wp-block-paragraph"><strong>Active Directory:</strong></p>



<ul class="wp-block-list">
<li>Read access to all user, group, and computer objects in the monitored domains</li>



<li>Read access to Group Policy Objects (GPOs)</li>



<li>Read access to Active Directory Sites and Services</li>
</ul>



<p class="wp-block-paragraph"><strong>Microsoft Entra ID:</strong></p>



<ul class="wp-block-list">
<li>Directory.Read.All — read access to directory objects</li>



<li>AuditLog.Read.All — read access to audit logs</li>



<li>Policy.Read.All — read access to conditional access and other policies</li>
</ul>



<p class="wp-block-paragraph"><em>[Your administrator should confirm the exact permissions required in your environment and ensure the service account is configured accordingly before running the first assessment.]</em></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Access Web Portal</title>
		<link>https://bluelance.com/docs/initial-configuration-checklist/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:18:18 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15837</guid>

					<description><![CDATA[After completing installation and verifying that all services are running, complete the following steps before going live. This checklist ensures LT Auditor MP is properly configured to collect data, send alerts, and support your team&#8217;s day-to-day operations. 1. Change the default admin password Log in to the Web UI and immediately change the default administrator [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">After completing installation and verifying that all services are running, complete the following steps before going live. This checklist ensures LT Auditor <sup>MP</sup> is properly configured to collect data, send alerts, and support your team&#8217;s day-to-day operations.</p>



<p class="wp-block-paragraph"><strong>1. Change the default admin password</strong> Log in to the Web UI and immediately change the default administrator password to a strong, unique password.</p>



<ol class="wp-block-list">
<li>Navigate to <strong>Admin → User Management</strong></li>



<li>Select the admin account</li>



<li>Click <strong>Change Password</strong></li>



<li>Enter and confirm a new password</li>



<li>Click <strong>Save</strong></li>
</ol>



<p class="wp-block-paragraph"><strong>2. Configure SMTP for email alerts</strong> Set up email delivery so that alerts and scheduled reports can be sent to your team.</p>



<ol class="wp-block-list">
<li>Navigate to <strong>Admin → SMTP Settings</strong></li>



<li>Enter your mail server details:
<ul class="wp-block-list">
<li><strong>SMTP Host</strong></li>



<li><strong>Port</strong></li>



<li><strong>Authentication credentials</strong></li>



<li><strong>From address</strong></li>
</ul>
</li>



<li>Send a test email to confirm delivery</li>



<li>Click <strong>Save</strong></li>
</ol>



<p class="wp-block-paragraph"><em>[Your administrator should fill in the specific SMTP server details for your environment.]</em></p>



<p class="wp-block-paragraph"><strong>3. Install and connect modules</strong> Install the relevant modules for your environment and confirm they are sending data to the LT Auditor <sup>MP</sup> server. Refer to each module&#8217;s dedicated documentation section for full instructions.</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Module</strong></td><td><strong>Data Source</strong></td></tr><tr><td>EventLogCentral</td><td>Windows Event Logs &amp; NTFS file activity</td></tr><tr><td>PowerShell Orchestrator</td><td>Active Directory &amp; Entra ID assessments</td></tr><tr><td>PII Scanner</td><td>Sensitive data on Windows &amp; Linux systems</td></tr><tr><td>EntraConnector</td><td>Azure sign-in &amp; Entra ID audit logs</td></tr><tr><td>NSS Module</td><td>OES NSS file activity</td></tr></tbody></table></figure>



<p class="wp-block-paragraph"><strong>4. Configure monitored scopes</strong> Define which servers, directories, and systems LT Auditor <sup>MP</sup> should monitor.</p>



<ol class="wp-block-list">
<li>Navigate to <strong>Configure → Environments</strong></li>



<li>Add each environment relevant to your deployment (Windows, Linux, eDirectory, etc.)</li>



<li>Define log categories and operations to capture within each environment</li>



<li>Save your configuration</li>
</ol>



<p class="wp-block-paragraph"><strong>5. Set up alert rules</strong> Configure at minimum a basic set of alert rules to notify your team of critical events. See the Configuring Alert Rules article for full instructions.</p>



<p class="wp-block-paragraph">Recommended starting alerts:</p>



<ul class="wp-block-list">
<li>Failed login threshold exceeded</li>



<li>Privileged account changes</li>



<li>File deletion on sensitive directories</li>



<li>New admin account created</li>
</ul>



<p class="wp-block-paragraph"><strong>6. Configure data retention policy</strong> Set how long audit data is retained in the database to manage storage and meet compliance requirements.</p>



<ol class="wp-block-list">
<li>Navigate to <strong>Admin → Retention Settings</strong></li>



<li>Set the retention period in days</li>



<li>Click <strong>Save</strong></li>
</ol>



<p class="wp-block-paragraph"><strong>7. Set up user roles and access</strong> Create user accounts and assign appropriate roles for your team before sharing access to the platform.</p>



<ol class="wp-block-list">
<li>Navigate to <strong>Admin → User Management</strong></li>



<li>Add user accounts for each team member</li>



<li>Assign roles based on responsibilities (admin, analyst, report viewer, etc.)</li>



<li>Save all changes</li>
</ol>



<p class="wp-block-paragraph"><strong>8. Test an alert end-to-end</strong> Before going live, confirm that the full alert pipeline is working correctly.</p>



<ol class="wp-block-list">
<li>Trigger a test event that matches one of your alert rules</li>



<li>Confirm the alert appears in <strong>Alerts → Active Alerts</strong></li>



<li>Confirm the alert notification email is received</li>



<li>Resolve the test alert</li>
</ol>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Common Installation Issues</title>
		<link>https://bluelance.com/docs/common-installation-issues/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:17:37 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15834</guid>

					<description><![CDATA[If you encounter problems during or after installation, refer to the common issues and resolutions below. For issues not covered here, check the application logs first before contacting support. Cannot access from remote machines The server was likely configured using 127.0.0.1 (localhost) as the IP address during installation. This restricts access to the local machine [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">If you encounter problems during or after installation, refer to the common issues and resolutions below. For issues not covered here, check the application logs first before contacting support.</p>



<p class="wp-block-paragraph"><strong>Cannot access from remote machines</strong> The server was likely configured using 127.0.0.1 (localhost) as the IP address during installation. This restricts access to the local machine only. Reconfigure the server using its actual IP address or domain name.</p>



<p class="wp-block-paragraph"><strong>SMTP not working</strong> Email/alert delivery settings can be reconfigured after installation by editing the configuration files in the installation directory. You do not need to reinstall.</p>



<p class="wp-block-paragraph"><strong>Port conflicts</strong> If a required port is already in use by another application, the service will fail to start. Confirm all required ports are free before installation. Use the following to check for port conflicts:</p>



<p class="wp-block-paragraph">On Linux:</p>



<p class="wp-block-paragraph">sudo ss -tulnp | grep &lt;port&gt;</p>



<p class="wp-block-paragraph">On Windows:</p>



<p class="wp-block-paragraph">netstat -ano | findstr &lt;port&gt;</p>



<p class="wp-block-paragraph"><strong>Service errors on startup</strong> Check the application logs for error details:</p>



<p class="wp-block-paragraph">On Linux:</p>



<p class="wp-block-paragraph">cd /opt/bluelance/lcollector/logs/general/</p>



<p class="wp-block-paragraph">cd /opt/bluelance/web/server/logs/</p>



<p class="wp-block-paragraph">On Windows:</p>



<p class="wp-block-paragraph">\Program Files\Blue Lance 2-0\Web\Apps\Logs\</p>



<p class="wp-block-paragraph">\Program Files\Blue Lance 2-0\Collector\Logs\General\</p>



<p class="wp-block-paragraph"><strong>Services not starting automatically on reboot (Linux)</strong> If services do not restart after a system reboot, ensure they are enabled:</p>



<p class="wp-block-paragraph">sudo systemctl enable lta-web</p>



<p class="wp-block-paragraph">sudo systemctl enable lta-collector</p>



<p class="wp-block-paragraph"><strong>PowerShell execution policy error (Windows)</strong> If the installation script fails to run, confirm the execution policy is set correctly before running the installer:</p>



<p class="wp-block-paragraph">Set-ExecutionPolicy Unrestricted</p>



<p class="wp-block-paragraph">Remember to reset it after installation completes:</p>



<p class="wp-block-paragraph">Set-ExecutionPolicy Restricted</p>



<p class="wp-block-paragraph">For additional support, refer to the Blue Lance documentation at<a href="https://www.bluelance.com/docs"> https://www.bluelance.com/docs</a> or contact your system administrator.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Windows Post-Installation Verification</title>
		<link>https://bluelance.com/docs/windows-post-installation-verification/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:17:27 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15827</guid>

					<description><![CDATA[After installation completes, verify that all services are running correctly before proceeding with configuration. Check service status: sc query LTA_Web sc query LTA_Server sc query LTA_DataCollector All three services should show as running. If any service is not running, check the logs for errors before continuing. Check logs for errors or warnings: \Program Files\Blue Lance [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">After installation completes, verify that all services are running correctly before proceeding with configuration.</p>



<p class="wp-block-paragraph"><strong>Check service status:</strong></p>



<p class="wp-block-paragraph">sc query LTA_Web</p>



<p class="wp-block-paragraph">sc query LTA_Server</p>



<p class="wp-block-paragraph">sc query LTA_DataCollector</p>



<p class="wp-block-paragraph">All three services should show as running. If any service is not running, check the logs for errors before continuing.</p>



<p class="wp-block-paragraph"><strong>Check logs for errors or warnings:</strong></p>



<p class="wp-block-paragraph">\Program Files\Blue Lance 2-0\Web\Apps\Logs\</p>



<p class="wp-block-paragraph">\Program Files\Blue Lance 2-0\Collector\Logs\General\</p>



<p class="wp-block-paragraph"><em>[Your administrator should note any expected output or common first-run messages specific to your environment.]</em></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Linux Post-Installation Verification</title>
		<link>https://bluelance.com/docs/linux-post-installation-verification/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:16:19 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15822</guid>

					<description><![CDATA[After installation completes, verify that all services are running correctly before proceeding with configuration. Check service status: systemctl status lta-web systemctl status lta-collector Both services should show as active and running. If either service is not running, check the logs for errors before continuing. Check logs for errors or warnings: cd /opt/bluelance/lcollector/logs/general/ cd /opt/bluelance/web/server/logs/ [Your [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">After installation completes, verify that all services are running correctly before proceeding with configuration.</p>



<p class="wp-block-paragraph"><strong>Check service status:</strong></p>



<p class="wp-block-paragraph">systemctl status lta-web</p>



<p class="wp-block-paragraph">systemctl status lta-collector</p>



<p class="wp-block-paragraph">Both services should show as active and running. If either service is not running, check the logs for errors before continuing.</p>



<p class="wp-block-paragraph"><strong>Check logs for errors or warnings:</strong></p>



<p class="wp-block-paragraph">cd /opt/bluelance/lcollector/logs/general/</p>



<p class="wp-block-paragraph">cd /opt/bluelance/web/server/logs/</p>



<p class="wp-block-paragraph"><em>[Your administrator should note any expected output or common first-run messages specific to your environment.]</em></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
