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

  2. Powershell scripting STIG - social.technet.microsoft.com

    Apr 15, 2013 · Does anyone know of any current STIGs in relation to scripting in powershell?

  3. Using Get-ADGroup in a child domain

    I don't believe this is a scripting issue. I believe it is an issue of how to use AD across a trust and in a WAN environment. ¯\_ (ツ)_/¯ Edited byjrvTuesday, September 18, 2012 12:22 PM Marked as …

  4. TechNet

    TechNet

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

  6. How to create a log file using batch coding?

    Within batch file XYZ.bat, I would like to execute any coding at the end of XYZ.bat file to generate a log file at D:\Log.txt, which will keep previous records and add the current time and date at the first line …

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

  8. Automatically Update PivotTable - social.technet.microsoft.com

    Mar 13, 2013 · Is there any way to get the PivotCharts to update automatically when the raw data table is changed? or on a timer (once per hour would be fine) so that my site can display updated data …

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