About 50 results
Open links in new tab
  1. TechNet

    TechNet

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

  3. Powershell - social.technet.microsoft.com

    Jun 3, 2006 · PowerShell cannot be installed on Server Core. PowerShell requires managed code support which is not available in Server Core.

  4. Script to Scan For Hardware Changes

    Dec 12, 2014 · I need a script (shortcut) that they can click and it will "Scan For Hardware Changes".

  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. Balloon tips/notification about password expired in Windows 10

    Feb 13, 2019 · Generally im working in big company (around 80k+ user in AD) and we have disabled popup's in GPO. We want to enable only notification about password expired, rest must be still …

  7. Powershell queries - social.technet.microsoft.com

    1. Is there a command line bash's !$ (match last word of previous command)

  8. Javascript window.focus () is not working in IE8 Protected Mode - Vista

    Sep 18, 2009 · Javascript window.focus () - works with IE7 in Protected Mode - Vista - but NOT IE8 in Protected Mode - Vista NOTE: If I disable Protected mode it works. I obviously cannot have users …

  9. Running command line on task sequence to add local admin user …

    Mar 2, 2018 · I've been using these scripts from The Scripting Guys for a few years without a problem.

  10. is there a built-in powershell runspace property telling which the user ...

    Mar 1, 2012 · Suppose user A creates a remote powershell runspace using credential B. I can use RunSpace.ConnectionInfo.Credential.UserName to get B’s information. Is there any built-in …