About 50 results
Open links in new tab
  1. SCCM Scripting - Add computer to AD group

    Jun 7, 2013 · I had a similar need and found a script online to accomplish adding the computer to specific security group (s). We have multiple locations and have an OU for each location (which gets …

  2. Scripting fix for AdminSDHolder changes.

    Turns out my predecessor placed the Domain Users group in the Backup Operators group which has made every user in our domain a member of a protected group.

  3. TechNet

    TechNet

  4. VBScript Shares & AD Help - social.technet.microsoft.com

    We can't be everywhere at once (we know—shocking!), so we will appreciate any and all help you can give to each other to get scripting problems solved. The Microsoft Scripting Guys00

  5. Script for CPU count - social.technet.microsoft.com

    Sep 29, 2017 · In addition, you could have a try to create a .txt file which contains 100+ server names and then use the following command to get the information, for your reference: Get-WmiObject …

  6. Exchange Meeting Room Statistics

    Jun 27, 2016 · Looking to generate a report indicating the number of times a conference room has been booked, along with the number of participants listed in each accepted meeting via PowerShell, is this …

  7. TechNet

    TechNet

  8. VBScript for Registry Values - social.technet.microsoft.com

    Sep 2, 2009 · In another thread I posted an example of a script that converts a regular string such as user@domain.com into a byte array and then writes it to a binary value in the outlook configuration …

  9. Pop up message vbscript - social.technet.microsoft.com

    Jan 8, 2009 · if it is can any one suggest a better way to do this pop up message? it must also have an OK button at the end.

  10. Unmounting Network Share in PowerShell

    Jul 20, 2019 · The script runs flawlessly, however I can't seem to get the syntax correct to unmount the share at the end of the script. I went down the path of Remove-SmbShare but can't seem to get that …