Showing tag results for Richard Siddaway

Mar 2, 2014
Post comments count0
Post likes count0

PowerShell Jobs Week: Introduction to PowerShell Jobs

Doctor Scripto

Summary: Richard Siddaway introduces you to Windows PowerShell jobs.  Hey, Scripting Guy! I’ve just starting learning Windows PowerShell, and I have some long running tasks to perform. What’s the best way of running these tasks? —LJ  Hello LJ, Honorary Scripting Guy, Richard Siddaway, here today filling in for my good fr...

Windows PowerShellscripting techniquesRichard Siddaway
Nov 29, 2013
Post comments count0
Post likes count1

PowerTip: Use PowerShell to Clear the Trusted Hosts File

Doctor Scripto

Summary: Use Windows PowerShell to clear the trusted hosts file. How can I use Windows PowerShell to clear all values from my trusted hosts file?The trusted hosts file is part of the WSMAN configuration, and the easiest way to clear it is to use Clear-Item:£> Get-Item -Path WSMan:localhostClientTrustedHosts | fl Name, ValueName&n...

Windows PowerShellscripting techniquesPowerTip
Nov 29, 2013
Post comments count0
Post likes count1

Remoting Week: Non-Domain Remoting

Doctor Scripto

Summary: Richard Siddaway explains how to use Windows PowerShell remoting to access machines that aren’t in your domain.  Hey, Scripting Guy! I’ve just starting learning Windows PowerShell, and I understand how to use it as a scripting language and shell on the local machine. How do I work with remote machines? —AP  Hell...

Windows PowerShellscripting techniquesRichard Siddaway
Nov 28, 2013
Post comments count0
Post likes count0

PowerTip: Remove PowerShell Web Access Authorization Rules

Doctor Scripto

Summary: Learn how to remove Windows PowerShell Web Access authorization rules. How can I remove Windows PowerShell Web Access authorization rules that are no longer required? If you can identify the rule, use Remove-PswaAuthorizationRule from the PowerShellWebAccess module:Remove-PswaAuthorizationRule -Id 1~or~Get-Psw...

Windows PowerShellscripting techniquesPowerTip
Nov 28, 2013
Post comments count0
Post likes count0

Remoting Week: Remoting Security

Doctor Scripto

Summary: Richard Siddaway explains how to secure Windows PowerShell remoting sessions.  Hey, Scripting Guy! I’ve just starting learning Windows PowerShell, and I understand how to use it as a scripting language and shell on the local machine. How do I work with remote machines? —AP  Hello AP, Honorary Scripting Guy, Richard Si...

Windows PowerShellscripting techniquesRichard Siddaway