About 50 results
Open links in new tab
  1. Office2016 VB scripting and DSOfile.dll - social.technet.microsoft.com

    Then here we mainly focus on questionsrelated to setting up and deploying the RTM release versions of Office 2016 and Office 365 ProPlus, I am afraid little we can help regarding your question about VB …

  2. Scripting repadmin /showutdvec or Get …

    Feb 11, 2016 · I'm trying to write a script to do some rudimentary AD replication checking. At the moment I'm running a repadmin /replsummary which identifies domain controllers that are failing …

  3. Absolute Newbie Scripting Question

    I have been tasked to create an XP Virtual Desktop Pool and was told I needed to run the script below.

  4. powershell less than / less and equal issue

    PowerShell can compare version number values with the [Version] class: PS C:\> ( [Version] "2.0.9") -le ( [Version] "2.0.11") True Watch out, though as the [Version] class behaves incorrectly, in my …

  5. First Name and Last Name Variables

    May 24, 2010 · We are running Server 2008 (standard) , SP2, 64 bit operating system. The guys that set up the system chose a first name <space> last name standard for creating each user's personal …

  6. Automatic ie page refresh - social.technet.microsoft.com

    May 20, 2010 · 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 Guys02

  7. PSv2: Invoke-Expression and passing credentials

    Oct 29, 2009 · If this is still an unresolved issue for you please let me know. If you do not post back within one week I will assume it is resolved and will close this thread. Thank you Ed Wilson Microsoft …

  8. Set Folder to Read-Only permission using powershell

    Nov 22, 2014 · How to Set Folder to Read-Only permission using powershell.

  9. Parsing a string in powershell - social.technet.microsoft.com

    Jan 2, 2014 · However this returns the whole string and I need just the number that is in quotes, in Unix I would do this with some cut commands, but I haven't quite found the equivalent in my searches.

  10. PowerShell: where { $_.ID -eq $_.ID }

    Mar 22, 2011 · IMO, where { $_.ID -eq $_.ID } doesn’t make any sense, does it?