EUC Profile Buddy Server

EUC Profile Buddy Server

Profiles are hard to manage, there are a ton of options and configuration settings that could be in place and that’s not even considering profile sprawl!

This tool will allow your admins to centrally manage and view your EUC Profile Buddy deployment. It allows executed task views as well as profile summary views and supports a full Swagger and ReDoc Api.

This Blazor web application will allow you to contrally manage your EUC Profile Buddy deployment. You have the ability to check on tasks executed as well as view a profile summary for the deployed agents across your estate. It also has a full Swagger and ReDoc Api.

Installing EUC Profile Buddy Server

To install EUC Profile Buddy just download the release from the GitHub repository and extract the files into a directory on your Windows Server. When you launch the application it will run on port 8080.

Setting Up The EUC Profile Buddy Service

To run EUC Profile Buddy Server as a Windows Service open a command prompt on your Windows Server as Administrator and run the following command.

SC CREATE <SERVICE_NAME> binPath="<BIN_PATH"

example:

SC CREATE EUC.Profile.Buddy.Server binPath="C:\WebServer\EUC.Profile.Buddy.Web.exe"

Client Side Configuration

By default the EUC Profile Buddy client will not log to a central server. In order to enable this logging you need to deploy 2 registry keys to the following path HKEY_CURRENT_USER\Software\EUCProfileBuddy

Value NameTypeOptions
LogToServerStringYes/No
LoggingServerStringServer FQDN

Once done the clients will start to log back to the central server.

Using EUC Profile Buddy Server

Dashboard Screen

The first screen shown will be the profile overview dashboard (shown below) where you will see an overview of the profile types deployed as well as the tasks being executed.

On the left hand side you will see a navigation menu that will allow you to browse the various pages available to you.

User Profile Summary

If you click on the User Profile Summary link you will see a searchable screen for all the user profiles that have been reported back to the server. From here you will be able to see what types of profiles you have in your estate as well as the details for temp data that can be purged.

Audit Task Information

If you click on the Audit Task Information link you will see a searchable screen for all the tasks that have been executed by EUC Profile Buddy in your estate. From here you will be able to see what types of task was executed as well as the current status of that task.

Swagger Api

If you click on the Api Swagger link you will have access to the Swagger Api for the server. The currently available endpoints are shown below.

ReDoc Api

If you click on the Api ReDoc link you will have access to the ReDoc Api documentation.

Requesting New Features

To request a new feature for EUC Profile Buddy please use this GitHub feature request form.

Reporting Bugs

To report a bug in EUC Profile Buddy please use this GitHub bug form.

If you would like to get in touch with me for any reason or request new features for the utility then you can use this form or email me at dave@bretty.me.uk


© 2023. All rights reserved.