About 50 results
Open links in new tab
  1. Powershell scripting STIG - social.technet.microsoft.com

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

  2. content filtering via Intune - social.technet.microsoft.com

    But, wanted to know what you mean by filtering? Are you expecting Intune to perform Proxy's work? I don't think that is not Intune is for. But if you have some proxy solution, Intune can deploy the policies …

  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. Multiple DNS resolvers on Windows, how?

    I want DNS A to handle all domains that match the regex *.fabricam.com, and I want DNS B to handle *.woodgrovebank.com. Anything which doesn't match those domain names should be handled by the …

  5. TechNet

    TechNet

  6. Printer Driver Installs - social.technet.microsoft.com

    My team manages just under 100 print servers (along with a few thousand...yup) windows servers globaly and are in need of scripting printer driver installs on Server 08. printui.dll has proven to be a …

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

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

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

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