Skip to content

Settings and activity

120 results found

  1. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Uriel Sapir supported this idea  · 
  2. 37 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Uriel Sapir supported this idea  · 
  3. 50 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Uriel Sapir supported this idea  · 
  4. 51 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Uriel Sapir supported this idea  · 
  5. 4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Uriel Sapir supported this idea  · 
  6. 29 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Uriel Sapir supported this idea  · 
  7. 14 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Uriel Sapir supported this idea  · 
  8. 7 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Uriel Sapir supported this idea  · 
  9. 5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Uriel Sapir supported this idea  · 
  10. 4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Uriel Sapir commented  · 

    Try the scrip below.
    # Set the path of the folder to be created
    $folderPath = "C:\Foldername\"

    # Check if the folder already exists
    if(!(Test-Path $folderPath)){
    # If the folder does not exist, create it
    New-Item -ItemType Directory -Path $folderPath
    }

    # Download image from AWS S3
    # Define the URL of the image you want to download
    $url = "https://s3.us" # Replace with the image URL you want to download

    # Define the local file path where you want to save the image
    $localFilePath = "C:\Foldername\"

    # Create a web client object
    $webClient = New-Object System.Net.WebClient

    # Download the image from the URL to the local file path
    $webClient.DownloadFile($url, $localFilePath)

    # Create shurtcut for portl on the user desktop

    # Define the URL of the webpage
    $url = "http://ClientName.servicedesk.atera.com"

    # Get the All Users desktop folder path
    $desktopPath = [System.IO.Path]::Combine([System.Environment]::GetFolderPath("CommonDesktopDirectory"), "Customer Portal.lnk")

    # Create a shell object
    $shell = New-Object -ComObject WScript.Shell

    # Create the shortcut
    $shortcut = $shell.CreateShortcut($desktopPath)

    # Set the properties of the shortcut
    $shortcut.TargetPath = $url
    $shortcut.WindowStyle = 1 # 1 = Normal window, 3 = Maximized
    $shortcut.IconLocation = "C:\FoldeName\icon.ico" # Set the path to your custom icon (optional)
    $shortcut.Description = "Shortcut to ClientName.servicedesk.atera.com" # Set the shortcut description (optional)

    # Save the shortcut
    $shortcut.Save()

    # Clean up objects
    $shell = $null
    $shortcut = $null

  11. 27 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Uriel Sapir supported this idea  · 
  12. 131 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hi,

    Great news! Your idea has been approved and is planned for implementation.

    We appreciate your contribution and will keep you informed about the progress and expected release date, as well as here in the portal.

    You can also follow this in our Pubic Roadmap.


    Best regards,

    The Atera Team



    Uriel Sapir supported this idea  · 
  13. 27 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Uriel Sapir supported this idea  · 
  14. 62 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Uriel Sapir supported this idea  · 
  15. 310 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hi,

    Thank you for your valuable suggestion. While we won't be implementing this idea in the immediate future, it has been added to our list for future consideration.

    We continuously review user feedback to inform our development priorities, so your idea remains on our radar.


    Best regards,

    The Atera Team


    Uriel Sapir supported this idea  · 
  16. 649 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hi,

    We wanted to let you know that your idea is currently under review by our product team. We are evaluating its alignment with our product roadmap and its potential benefits to our users.

    We appreciate your patience during this process and will update you and the public status of this suggestion once a decision has been made.


    Best regards,

    The Atera Team


    Uriel Sapir supported this idea  · 
  17. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Uriel Sapir shared this idea  · 
  18. 272 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Uriel Sapir supported this idea  · 
  19. 419 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hi,

    We wanted to let you know that your idea is currently under review by our product team. We are evaluating its alignment with our product roadmap and its potential benefits to our users.

    We appreciate your patience during this process and will update you and the public status of this suggestion once a decision has been made.


    Best regards,

    The Atera Team


    Uriel Sapir supported this idea  · 
  20. 407 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Uriel Sapir supported this idea  · 
← Previous 1 3 4 5 6