About 22,600 results
Open links in new tab
  1. Powershell scripting the Windows 10 Export-StartLayout during …

    It appears that the Export-StartLayout is not available during logoff. The goal is to roam the Start Tiles in an environment where every computer is the same. I am looking for feedback and …

  2. Finding the UNC path of a symlink'ed directory

    I have multiple powershell scripts which access data files on a remote networked machine working through a symlink on the local machine. This way the remote fiile location isn't coded …

  3. Powershell Script for DHCP - social.technet.microsoft.com

    None of this is scripting so you shuld probably post further questions to the platform for for your network. If your domain is WS2003 or if the DHCP server is not WS2008 you will need to add …

  4. Scripting the export of AD account attributes to use for importing …

    I don’t know where to start on the scripting side of things so I need as much help as possible. Below is an example of a source user account and new contact record showing the attributes …

  5. How do I read multiple lines from a text file and insert each as the ...

    I can set up one multi-level directory using the following code: Option Explicit Dim objFSO Const PATH = "c:\THIS\IS\A\TEST" Set objfso = CreateObject ("Scripting.FileSystemObject") …

  6. Schedule a Daily Task to run as current logged in user

    This is not a scripting issue but is a configuration issue. Second: if the script is running in the context of a normal user then PSShutdown will not work. Win32_COmputerSystem.Shutdown …

  7. Convert this Batch into VB script - social.technet.microsoft.com

    This is an admin scripting forum. It is for people who want to learn scripting or who have questions about how to do things with script. It is not a place where people will write you a script on …

  8. Script to Create a User from Input values on a HTA form

    Imporperly validated form objects is a common method of attack for websites and although this concept doesn't apply so much to your HTA, if you ever extend scripting to web-based …

  9. Ask users for Reboot using group policy?

    If you encounter any difficulties when customizing the scripts, you can ask help in The Official Scripting Guys Forum! which is a best resource for scripting related issues:

  10. vbscript search for string within string not working if filename ...

    Thanks, Option Explicit Const forReading = 1 Const forWriting = 2 Dim inputFile, outputFile, fso, fileList, logFile, fileSpec, file inputFile = "c:\test\filelist.txt" outputFile = "excluded.log" Set fso = …