• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. msaglioc99
    3. Posts
    M
    • Profile
    • Following 1
    • Followers 0
    • Topics 24
    • Posts 112
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by msaglioc99

    • RE: Install Google Earth

      @Tom-Elliott said in Install Google Earth:

      n you be more specific as to what worked? So anybody else looking at this knows what to do? (Sorry to sound rude, but as a limited community it helps everybody out much more having

      @x23piracy method of installing google chrome via snapins and using the settings he posted successfully did a silent install of Google Chrome on a machine I deployed to.

      posted in FOG Problems
      M
      msaglioc99
    • RE: Install Google Earth

      Thank You!!! This worked!

      posted in FOG Problems
      M
      msaglioc99
    • RE: Install Google Earth

      Okay I will change the template to MSI and try to deploy it. Should any other settings be changed? That you see of?

      posted in FOG Problems
      M
      msaglioc99
    • RE: Install Google Earth

      @Tom-Elliott said in Install Google Earth:

      is setup as a pack? If you’re using the exe file itself? Packs are meant to be used as a “series” of data to be run/installed using a common executable to manage (maybe script is better?)

      I did it as a pack because there was no template for an exe file as a regular snapin? What template should I select if I use snapin.

      posted in FOG Problems
      M
      msaglioc99
    • RE: Install Google Earth

      0_1500481891268_Google Earth.PNG

      posted in FOG Problems
      M
      msaglioc99
    • Install Google Earth
      Server
      • FOG Version: 1.4.4
      • OS: Kubuntu
      Client
      • Service Version: 11.12
      • OS: Windows 10 (1703)
      Description

      I am trying to install Google Earth via snapin and this is not working. Here is the file I am using and I will post my snapins settings as well so you can view them. I see the file go into the TMP folder but the program is not actually installed. Any suggestions ??

      Download Link For File:

      https://drive.google.com/file/d/0B-Gl8Q32FO6AaEFnY1I3SWdMWUk/view

      posted in FOG Problems
      M
      msaglioc99
    • RE: Snapins not working properly

      I want to install MS Project 2016 @Quazz

      posted in FOG Problems
      M
      msaglioc99
    • RE: Snapins not working properly

      @Tom-Elliott
      If I manually execute it creates a log file, if I deploy using FOG’s snapin feature a log is generated. Do you have a script that you can send me for a test? Or something you suggest? Something simple ? Just so we can pin point the problem.

      posted in FOG Problems
      M
      msaglioc99
    • RE: Snapins not working properly

      @Tom-Elliott said in Snapins not working properly:

      e to ask how you know it’s not being executed.
      I ask because to know absolutely if it’s being run or not (and it’s running with an expectation the snapin system doesn’t have access to from the client). Can you make your script write to a log file somewhere on the machine. If the log is generated, then you know the script IS or isn’t running abso

      The script is not being ran. The log was not generated.

      posted in FOG Problems
      M
      msaglioc99
    • RE: Snapins not working properly

      @Wayne-Workman I am configuring the snapin correctly and followed the example. It works properly, i see the file placed in the TMP folder and FOG gives a message stating that the program was installed or the file was ran but any type of file (exe, msi, bat or any kind of script) is always placed in the folder but never ran/executed. This is why I believe it is a permissions issue.

      posted in FOG Problems
      M
      msaglioc99
    • RE: Snapins not working properly

      @msaglioc99
      0_1499869261000_permissions.PNG

      posted in FOG Problems
      M
      msaglioc99
    • Snapins not working properly
      Server
      • FOG Version: 1.4.4
      • OS: Kubuntu
      Client
      • Service Version: Smart Installer (11.12)
      • OS: Windows 10 1703
      Description

      Hello,

      I currently have been using FOG to deploy to Windows 10 to machines in mulitpile departments and have been able to do so successfully. I would like to try to start using the “Snapins” Feature FOG has to offer to deploy some software we use here at my company. I have not been able to successfully use any of the “snapin features” even somthing as simple as a run a batch script. I am aware that FOG uses the “system” or “root” user to run these files. I will post screenshots of the permissions to the TMP folder where the files are placed when deployed via snapin. I am able to see the files placed in the TMP folder and the fog installer says the program was installed “successfully” but the software was not. Just wondering if it’s a setting on my workstation or something to do with FOG why I am unable to deploy any snapins. It’s as if the file is deployed no matter what template or file type I use by the files are never ran. I’m assuming it has something to do with a permissions issue![0_1499869154232_IMG_0511.JPG](Uploading 100%) but I can really use some help on this! Let me know your thoughts! Thanks!

      posted in FOG Problems
      M
      msaglioc99
    • RE: Windows 10 Default Programs

      @Avaryan said in Windows 10 Default Programs:

      enu on the Administrator account prior to sysprep. After sysprep, all new users have an empty Start page.
      I also deprovisioned many u

      Interesting my machine is sysprepped as well and I unpinned everything from the start menu before uploading my image. After deploying to a target machine, every time a new user logs in all the apps are pinned to start as well as the task bar… It seems to be every time a new user profile is downloaded from our server.

      posted in General Problems
      M
      msaglioc99
    • RE: Powershell Snapin

      @Avaryan said in Powershell Snapin:

      unpin the apps for all users or just the

      Currently logged in user. If there’s a way to set it up for all users that’s what I would prefer.

      posted in FOG Problems
      M
      msaglioc99
    • RE: No such device or address

      @george1421 How would I check this setting on the FOG Server? Where can I check if my DNS Resolver is pointing to my AD Server.

      posted in FOG Problems
      M
      msaglioc99
    • RE: Powershell Snapin

      @Tom-Elliott said in Powershell Snapin:

      r script work from a user perspective? Remember snapins run as the SYSTEM user, so removing applications in the manner, as I understand it, is relevant to the SYSTEM user not the logged in user.

      logged in as a user I am able to run the script. What “system” user is the fog script running as?

      posted in FOG Problems
      M
      msaglioc99
    • RE: Powershell Snapin

      If I manually run the script on the machine I wanna send it to via snapin it works successfully. 0_1499695902345_unpin programs.PNG

      posted in FOG Problems
      M
      msaglioc99
    • RE: Powershell Snapin
      function Pin-App {    param(
              [string]$appname,
              [switch]$unpin
          )
          try{
              if ($unpin.IsPresent){
                  ((New-Object -Com Shell.Application).NameSpace('shell:::{4234d49b-0245-4df3-b780-3893943456e1}').Items() | ?{$_.Name -eq $appname}).Verbs() | ?{$_.Name.replace('&','') -match 'Von "Start" lösen|Unpin from Start'} | %{$_.DoIt()}
                  return "App '$appname' unpinned from Start"
              }else{
                  ((New-Object -Com Shell.Application).NameSpace('shell:::{4234d49b-0245-4df3-b780-3893943456e1}').Items() | ?{$_.Name -eq $appname}).Verbs() | ?{$_.Name.replace('&','') -match 'An "Start" anheften|Pin to Start'} | %{$_.DoIt()}
                  return "App '$appname' pinned to Start"
              }
          }catch{
              Write-Error "Error Pinning/Unpinning App! (App-Name correct?)"
          }
      }
      
      Pin-App "Mail" -unpin
      Pin-App "Store" -unpin
      Pin-App "Calendar" -unpin
      Pin-App "Microsoft Edge" -unpin
      Pin-App "Photos" -unpin
      Pin-App "Cortana" -unpin
      Pin-App "Weather" -unpin
      Pin-App "Phone Companion" -unpin
      Pin-App "Twitter" -unpin
      Pin-App "Skype Video" -unpin
      Pin-App "Candy Crush Soda Saga" -unpin
      Pin-App "xbox" -unpin
      Pin-App "Groove music" -unpin
      Pin-App "films & tv" -unpin
      Pin-App "microsoft solitaire collection" -unpin
      Pin-App "money" -unpin
      Pin-App "get office" -unpin
      Pin-App "onenote" -unpin
      Pin-App "news" -unpin
      Pin-App "Asphalt 8: Airborne" -unpin
      Pin-App "This PC" -pin
      Pin-App "Alarms & Clock" -unpin
      Pin-App "Skype" -unpin
      Pin-App "This PC" -unpin
      Pin-App "Code Writer" -unpin 
      Pin-App "Eclipse Manager" -unpin 
      Pin-App "Movies & Tv" -unpin 
      Pin-App "Calculator" -unpin 
      Pin-App "Sway" -unpin 
      Pin-App "Microsoft Sway" -unpin 
      Pin-App "Pandora" -unpin 
      Pin-App "Maps" -unpin 
      Pin-App "Microsoft Remote Desktop" -unpin 
      Pin-App "NetworkSpeedTest" -unpin
      Pin-App "Duolingo" -unpin
      Pin-App "Pandora" -unpin
      
      posted in FOG Problems
      M
      msaglioc99
    • RE: No such device or address

      Ping the host by IP?
      Sometimes they say connected and sometimes they aren’t it dosen’t affect me in any way I can still deploy tasks etc I was just wondering why they are doing this.

      posted in FOG Problems
      M
      msaglioc99
    • 1 / 1