About 22,800 results
Open links in new tab
  1. 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 …

  2. Changing Scripting Host from WScript to CScript for Drag&Drop …

    today I've run into a strange problem using the Windows Scripting Host. I've written a script that generates longer output texts and thus wanted it to run using the CScript interpreter (message …

  3. Powershell Scripting for Skype for business

    I want to execute the Grant-CsDialPlan -Identity "sip:username" -PolicyName “” to set location to Default for 21k Skype for business users.

  4. How to copy shortcut to desktop from logon script?

    Jan 11, 2011 · Here is a script that will provide the same result with the added benefit that there are no hard coded variables. If you hard code the hostname in the batch file or script then the …

  5. 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 …

  6. Script to add Computers in Multiple OU's to a group?

    You are asking a Group Policy question in a scripting forum. You need to post this in the Group Policy forum. What you are asking is how to apply a GP to only a particular piece of hardware. …

  7. Script to change permissions of sub folders with the same name

    Post to platform forum with questions about ICACLS. How you would do what you ask depends entirely on how the folders are set and what permisions have been added or propagated and …

  8. A script for copying certain files to a new location

    ' The list of files to copy. Should be a text file with one file on each row. No paths - just file name.Const strFileList = "C:\filelist.txt"' Should files be overwriten if they already exist? TRUE …

  9. Modification of script prepared to get SCCM inbox count

    Sep 3, 2020 · I have creating a script to get the SCCM inbox count from primary servers and i have created this to get the box count is greater that 5 and its works as expected.

  10. VB Script to prompt user to enter computer name without rebooting

    Jan 24, 2013 · Setting a computer name and joining a domain will require a reboot, regardless of the scripting language you use. It's the same when you use the GUI via the Control Panel.