About 50 results
Open links in new tab
  1. Sending the output of a PowerShell script via email

    Feb 9, 2012 · Write-host "XXX" refers to the Replicated Folders name. Everything else should no doubt make sense to anyone familiar with dfsrdiag backlog etc What I want to do is setup a scheduled task …

  2. Powershell in Task Sequence - social.technet.microsoft.com

    Jan 21, 2016 · Does WINPE as powershell inside ? What you could do is during winpe press F8 and start powershell and try to run the script by hand ? If it doesnt work i would look into just using what …

  3. is there a powershell one liner boolean test

    Jun 12, 2019 · There's a whole stackoverflow on this: https://stackoverflow.com/questions/31341998/ternary-operator-in-powershell Here's a cute one, …

  4. Remote SecureString Powershell Credential

    Jan 20, 2012 · Im currently writing a C# script which launches a remote powershell runspace on our Exchange server to perform a Prepare-MoveRequest script.

  5. PowerShell remote permissions - social.technet.microsoft.com

    I've written a script that's using test-connection to connect to one of our servers, and then check that it can see another one of our servers (which lives at the other end of a VPN link), before returning the …

  6. Incremental Profile syncronization not working

    Aug 3, 2012 · However everything else does export such FirstName, LastName and Title. The only way I have been able to get the UPS Sync to work correctly is to go into Central Admin > UPS application …

  7. how to access and use a class defined in a vbs file from a powershell ...

    Apr 13, 2010 · the key to use VBS code in PowerShell is the MSScriptControl COM object that is designed to act as a script host. Within a PowerShell script, you can use this object to embed …

  8. PSv2.0 WinForms + Multicast - social.technet.microsoft.com

    Apr 13, 2011 · I had to ensure that nothing else was being sent to the console or the pipeline except the wire traffic, but after that, viola! I was concerned about possible adverse affects on the CPU from use …

  9. Add Windows 10 for all deployment types

    Sep 9, 2015 · unfortunately, my knowledge with PowerShell \ WMI is not that good. I can read scripts and change some modifications in order for them to work as I expect for my environment. it's …

  10. Schtasks Passing variable - social.technet.microsoft.com

    Write-Host "$Server" has some problem , please change the scheduled task manually.