Split/Join Powershell
An example on how you can use split and join to get the result you need.
An example on how you can use split and join to get the result you need.
How you can programmatically login to Azure/Office 365 in a script.
An easy way to get the output from a script in a log file. Save this as a cmd and use it as the trigger.
A quick and dirty script to get computer info
How you can add the recovery password to AD after the disk has been encrypted
If you block an application while you run a PS AppDeploy script and the script fails, you can manually remove the the lock in registry.
You can use PS remoting to almost everything – like fixing Outlook
http://blog.jocha.se/tech/remove-orphaned-admx-gpo-values Example: 1Remove-GPRegistryValue -Name "My Group Policy" -key "HKLM\Software\Policies\Microsoft\Windows\Skydrive" -ValueName DisableFileSync
123$session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri "https://outlook.office365.com/powershell-liveid/" -Credential $cred -Authentication Basic -AllowRedirection Import-PSSession $session