Skip to content

Success stories & community contributions

Tell us about how you successfully set up and use Veyon and post your social media activities on Veyon

9 Topics 25 Posts
  • [POLL] How big is your organization/school?

    9
    0 Votes
    9 Posts
    4k Views
    L

    @tobydox i'm not sure about the scope of the poll, is for students plus teachers as machine deployments? If so, we have just 45 students PC plus 3 teachers PC on a single lab, all windows 11 Pro. If the poll is intended for total amount of students in the school we have 1100 students and 60-70 teachers.

  • Suggestion: Set time limit

    1
    1 Votes
    1 Posts
    226 Views
    No one has replied
  • 0 Votes
    3 Posts
    3k Views
    W

    @xco

    I made a small edit on the script, now it can be used with more than one scope in the DHCP server.

    # Extraction de l'étendue $scope=Get-DhcpServerv4Scope | Select-Object ScopeId | ForEach-Object {$_.ScopeId} | ForEach-Object {$_.IPaddressToString} Write-Host "L'étendue est $scope" for ($i=0; $i -lt $scope.length; $i++){ # Liste des stations par nom Get-ADComputer -Filter {OperatingSystem -NotLike "*server*"} -Property Name | select-object -expandproperty name | ForEach-Object { # Récupération du nom de la station $AD_station="$_" # Extraction de l'adresse MAC selon le nom de la station $DHCP_MAC=Get-DhcpServerv4Lease -computername $env:computername -allleases -ScopeId $scope[$i] | Where-Object {$_.HostName -like "*$AD_station*"} | select-object -expandproperty ClientID #Write-Host "L'adresse MAC de $AD_station est $DHCP_MAC" # Ajout de l'adresse MAC dans l'attribut wWWHomePage if($DHCP_MAC) { # Set-ADComputer à commenter pour vos tests Set-ADComputer $AD_station -HomePage $DHCP_MAC Write-Host "L'adresse MAC $DHCP_MAC à été ajoutée dans l'AD à l'attribut wWWHomePage de la station $AD_station" } } }
  • Script AutoIt to store MAC address in Active Directory

    2
    0 Votes
    2 Posts
    831 Views
    B

    Ensure that no changes have been made to this file since it was used to deploy AutoDeploy.

    Be sure to take a backup of the VM content if you are terminating the VM in order to upgrade with a new ISO.

    If AutoDeploy was deployed with HA support, this process terminates both VMs.

  • An Android / iOS App for Veyon

    1
    0 Votes
    1 Posts
    531 Views
    No one has replied
  • veyon my ideas

    5
    0 Votes
    5 Posts
    2k Views
    LudviL

    @Order-Hero This is not a bad idea, but you should also be included because I do not want any Web site to disable always.

  • Veyon configuration file with LDAP

    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • How can I contribute documentation to this project?

    2
    0 Votes
    2 Posts
    1k Views
    T

    Hi Robert,
    thank you very much for your interest in contributing to Veyon! I'm happy to see you're running and promoting Veyon succesfully! You can find the source code of our documentation at https://github.com/veyon/docs - are you familiar with Git? If so, you can clone this repository and enhance the appropriate chapter, e.g. the installation chapter. Afterwards preferably send a pull request so we can merge your changes easily. If this is too complicated for you you can also download the RST file manually, edit it and send it back to me via email.

  • [POLL] How many computers are you running Veyon on?

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied