• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Scott Adams
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 19
    • Posts 145
    • Best 16
    • Controversial 0
    • Groups 1

    Posts made by Scott Adams

    • RE: Recommended guide for Windows 10 image creation (from scratch) ?

      @george1421 I’m doing it from audit mode, so there is only the default administrator account at that time.

      I uninstall the user app and the provisioned app using a powershell script. An example of my script is:

      Get-appxpackage *3dbuilder* | Remove-AppxPackage
      Get-appxprovisionedpackage –online | where-object {$_.packagename –like "*3dbuilder*"} | remove-appxprovisionedpackage –online
      Get-appxpackage *windowsalarms* | Remove-AppxPackage
      Get-appxprovisionedpackage –online | where-object {$_.packagename –like "*windowsalarms*"} | remove-appxprovisionedpackage –online
      

      Tom Elliott – Modded to use code format. Asterisks italicize the font in MD language.

      posted in Windows Problems
      Scott AdamsS
      Scott Adams
    • RE: Recommended guide for Windows 10 image creation (from scratch) ?

      @x23piracy How did you go about doing this? I’m running into an issue with sysprep anytime I try to remove a Windows 10 app. It sure would be nice to not have those pesky apps in my image.

      posted in Windows Problems
      Scott AdamsS
      Scott Adams
    • RE: Microsoft Surface Pro 4 Deployment stuck at init.xz

      @Wayne-Workman Which files do I download/replace? I am having the same issue with my Surface Pro 4. I am running Ubuntu 16 and RC8.

      This is a test environment that I have set up.

      posted in FOG Problems
      Scott AdamsS
      Scott Adams
    • RE: 1.3.0-RC-8 ChainLoading Failed EFI

      I had the same issue. I changed the “HOST EFI Exit Type” for the host to “REFIND_EFI”. After rebooting, when you go to boot from HDD, you will get proceed to a screen titled “rEFInd - Initializing” and “Hit any key to continue”.

      After hitting enter, I boot right into Windows no problem.

      posted in FOG Problems
      Scott AdamsS
      Scott Adams
    • RE: Sysrprep Windows 10 image

      I didn’t ask, what exactly is not working? I am sysprepping/imaging Windows 10 in my environment fine. Not on desktops yet, but we have it on 3 different models of Dell laptops and also the Surface Pro 3s and 4s.

      posted in Windows Problems
      Scott AdamsS
      Scott Adams
    • RE: Sysrprep Windows 10 image

      @theBiggestRick Internet Explorer is still available in Windows 10. Not necessary to install another browser.

      If you click in the “Cortana” search at the bottom left of the task bar, you can just type in Internet Eplorer (Easy Way).

      Or, browse to the actual location of Internet Explorer, “C:\Program Files\Internet Explorer\iexplore.exe”

      posted in Windows Problems
      Scott AdamsS
      Scott Adams
    • RE: Uploading an image from Hyper-V is extremely slow

      Any update on this? I have just started universal imaging using Hyper-V, which is working great. However, the upload speed from VM to FOG-server is slow. Currently uploading now, and am getting >300MB/min

      posted in General
      Scott AdamsS
      Scott Adams
    • RE: Snapin error codes

      @Wayne-Workman

      set programpath=%programfiles(x86)%
      IF %PROCESSOR_ARCHITECTURE%==x86 set programpath=%programfiles%
      IF EXIST "%programpath%\Beyond Question" GOTO END
      xcopy /e "\\x.x.x.x\WES_Apps\Technology\Beyond Question\Beyond Question" "C:\%programpath%\Beyond Question"
      :END
      

      #Edited to show the double slashes by placing in code ticks.

      posted in FOG Problems
      Scott AdamsS
      Scott Adams
    • Snapin error codes

      I created a snapin that runs a .bat file. If I run the .bat file locally on my computer (not using FOG), it runs fine. Using a FOG Snapin, it looks like it runs, even says successful, but no program is installed.

      What is a return code 4?

      ------------------------------------------------------------------------------
      ---------------------------------SnapinClient---------------------------------
      ------------------------------------------------------------------------------
       6/1/2016 11:00 AM Client-Info Client Version: 0.10.6
       6/1/2016 11:00 AM Client-Info Client OS:      Windows
       6/1/2016 11:00 AM Client-Info Server Version: 7717
       6/1/2016 11:00 AM Middleware::Response Success
       6/1/2016 11:00 AM SnapinClient Snapin Found:
       6/1/2016 11:00 AM SnapinClient     ID: 37
       6/1/2016 11:00 AM SnapinClient     RunWith: cmd.exe
       6/1/2016 11:00 AM SnapinClient     RunWithArgs: /c
       6/1/2016 11:00 AM SnapinClient     Name: Beyond Question
       6/1/2016 11:00 AM SnapinClient     File: BeyondQuestion.bat
       6/1/2016 11:00 AM SnapinClient     Created: 2016-06-01 10:56:52
       6/1/2016 11:00 AM SnapinClient     Args: 
       6/1/2016 11:00 AM SnapinClient     Action: 
       6/1/2016 11:00 AM Middleware::Communication Download: http://fog-server/fog/service/snapins.file.php?mac=F0:1F:AF:29:BF:C2|0C:84:DC:8E:2B:ED|0C:84:DC:8E:2B:ED|0A:00:27:00:00:0E||00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0&taskid=37
       6/1/2016 11:00 AM SnapinClient C:\Program Files (x86)\FOG\tmp\BeyondQuestion.bat
       6/1/2016 11:00 AM Bus {
        "self": true,
        "channel": "Notification",
        "data": "{\r\n  \"title\": \"Installing Beyond Question\",\r\n  \"message\": \"Please do not shutdown until this is completed\",\r\n  \"subjectID\": \"snapin-Beyond Question\"\r\n}"
      }
       6/1/2016 11:00 AM Bus Emmiting message on channel: Notification
       6/1/2016 11:00 AM SnapinClient Starting snapin...
       6/1/2016 11:00 AM SnapinClient Snapin finished
       6/1/2016 11:00 AM SnapinClient Return Code: 4
       6/1/2016 11:00 AM Bus {
        "self": true,
        "channel": "Notification",
        "data": "{\r\n  \"title\": \"Beyond Question Installed\",\r\n  \"message\": \"Installation has finished and is now ready for use\",\r\n  \"subjectID\": \"snapin-Beyond Question\"\r\n}"
      }
       6/1/2016 11:00 AM Bus Emmiting message on channel: Notification
       6/1/2016 11:00 AM Middleware::Communication URL: http://fog-server/fog/service/snapins.checkin.php?taskid=37&exitcode=4&mac=F0:1F:AF:29:BF:C2|0C:84:DC:8E:2B:ED|0C:84:DC:8E:2B:ED|0A:00:27:00:00:0E||00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0&newService&json
      ------------------------------------------------------------------------------
      
      posted in FOG Problems
      Scott AdamsS
      Scott Adams
    • RE: Google Hangouts Q&A

      @Wayne-Workman June 25th works for me. My calendar is free.

      posted in General
      Scott AdamsS
      Scott Adams
    • RE: Google Hangouts Q&A

      @Wayne-Workman I would be. Sorry I missed Saturday. I was out of town Saturday and didn’t have access to my computer. I will watch the video later today. I’m excited! Glad it went well.

      posted in General
      Scott AdamsS
      Scott Adams
    • RE: Can't upload Dell Latitude 3440 image

      @pizzutoitalia It has been a while, but from what I remember (at least in our environment) our 3440s were using a hybrid drive. I had to write 0s to the drive before loading Windows 7.

      My current environment is:

      Ubuntu 14.04
      SVN 7717
      Kernel: 4.5.3
      Boot file: undionly.kpxe

      Turned off secure boot and UEFI.

      posted in FOG Problems
      Scott AdamsS
      Scott Adams
    • RE: Surface Pro 4 unable to image

      @Tom-Elliott That was the original posting picture. I’ve added another picture. Different error. It is getting past the initial connection, I can get to the FOG Menu. After I make a selection, it gives me the "Failed to get an IP via DHCP! Tried on interfaces(s): Please check your network setup and try again!

      posted in FOG Problems
      Scott AdamsS
      Scott Adams
    • RE: Surface Pro 4 unable to image

      @Tom-Elliott Not sure. The only thing I did was update to 7717. Have not changed any DHCP, switch configs, nothing.

      posted in FOG Problems
      Scott AdamsS
      Scott Adams
    • RE: Surface Pro 4 unable to image

      @Tom-Elliott After update to SVN 7717, unable to image Surfaces again.

      0_1463671854740_fog.jpg

      posted in FOG Problems
      Scott AdamsS
      Scott Adams
    • RE: PrintManager error - printer not deploying

      @Tom-Elliott


      --------------------------------PrinterManager--------------------------------

      5/19/2016 10:24 AM Client-Info Client Version: 0.10.6
      5/19/2016 10:24 AM Client-Info Client OS: Windows
      5/19/2016 10:24 AM Client-Info Server Version: 7717
      5/19/2016 10:24 AM Middleware::Response Success
      5/19/2016 10:24 AM Service ERROR: Unable to run module
      5/19/2016 10:24 AM Service ERROR: Object reference not set to an instance of an object.

      posted in FOG Problems
      Scott AdamsS
      Scott Adams
    • PrintManager error - printer not deploying

      Looking at my fog.log, I have the following error:


      --------------------------------PrinterManager--------------------------------

      5/19/2016 9:45 AM Client-Info Client Version: 0.10.6
      5/19/2016 9:45 AM Client-Info Client OS: Windows
      5/19/2016 9:45 AM Client-Info Server Version: 7695
      5/19/2016 9:45 AM Middleware::Response Success
      5/19/2016 9:45 AM Service ERROR: Unable to run module
      5/19/2016 9:45 AM Service ERROR: Object reference not set to an instance of an object.

      posted in FOG Problems
      Scott AdamsS
      Scott Adams
    • RE: Apache error log giving PHP fatal error, SVN 7693

      @Tom-Elliott After the update (SVN 7695), that error is gone and I can make changes again.

      Thanks!

      posted in Bug Reports
      Scott AdamsS
      Scott Adams
    • RE: Apache error log giving PHP fatal error, SVN 7693

      Have also noticed I am unable to update items again through my Web UI, but on a larger scale. Not only can I not make changes in FOG Configuration, but I also cannot make changes to individual hosts either. I can delete a host, but settings within a host don’t actually save my changes when I update them.

      posted in Bug Reports
      Scott AdamsS
      Scott Adams
    • Apache error log giving PHP fatal error, SVN 7693

      Ubuntu 14.04, SVN 7693

      [Wed May 18 08:48:16.499458 2016] [:error] [pid 41636] [client X.X.X.X:59982] PHP Fatal error: Call to a member function fetch() on boolean in /var/www/html/fog/lib/fog/fogmanagercontroller.class.php on line 91

      Line 91 states:

      $tmp = (array)self::$DB->query($query)->fetch(‘’,‘fetch_all’)->get($item ? $this->databaseFields[$item] : ‘’);

      posted in Bug Reports
      Scott AdamsS
      Scott Adams
    • 1 / 1