• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. khalid
    3. Topics
    K
    • Profile
    • Following 1
    • Followers 0
    • Topics 5
    • Posts 10
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by khalid

    • K

      Solved SnapinClient Return Code :5

      FOG Problems
      • • • khalid
      7
      0
      Votes
      7
      Posts
      950
      Views

      EduardoTSeoaneE

      Promised Example:

      ## Elevate to admin the current Script Execution If (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) { $arguments = "& '" + $myinvocation.mycommand.definition + "'" Start-Process powershell -Verb runAs -ArgumentList $arguments Break } ##Create credentials $password = ConvertTo-SecureString 'MySecretPassword' -AsPlainText -Force $user='useradmin' $credential = New-Object System.Management.Automation.PSCredential ($user, $password) ##Execute wusa.exe with parameters and useradmin credentials. Start-Process -FilePath <path wusa.exe> -ArgumentList <arguments for wusa.exe> -Credential $credential -LoadUserProfile -PassThru

      This maybe works

      With New-PSDrive you can mount samba and nfs shares if you have the nfs-infrastructure installed.

    • K

      windows 10 updates

      Windows Problems
      • windows 10 • • khalid
      6
      0
      Votes
      6
      Posts
      1.1k
      Views

      P

      Hey, I downloaded the ISO file of Windows 10 Home from third party source and I am also stuck in proceeding further. Any help will be appreciated.Thanks in Advance.

    • K

      FOG features

      General Problems
      • • • khalid
      6
      0
      Votes
      6
      Posts
      815
      Views

      george1421G

      Another solution is to have a fog snapin schedule a PDQ Deploy package or packages. That snapin would run at the end of the deployment process to trigger PDQ Deploy to push out what ever is in the package group. You would also setup PDQ Deploy for on demand application pushes. This method will require the paid for version of PDQ Deploy but the paid for version is well worth the price because of the additional features you get over the free version.

    • K

      Unsolved unable to install with snapin

      FOG Problems
      • • • khalid
      5
      0
      Votes
      5
      Posts
      474
      Views

      S

      @khalid said in unable to install with snapin:

      this is an .exe file that runs perfectly on my local machine with just a simple … next next

      You need to make this a so called silent install that can run without user interaction!

      Here find some hints on the command line options you can use: https://installer.netbeans.org/docs/cli_options.html and http://wiki.netbeans.org/NetBeansInstallerTipsAndTricks#Simple_silent_installation_with_customization

    • 1 / 1