Showing results for remoting - Scripting Blog [archived]

Apr 1, 2014
0
0

Build Constrained PowerShell Endpoint Using Startup Script

Doctor Scripto
Doctor Scripto

Summary: Learn how to build a constrained endpoint by using a startup script. Hey, Scripting Guy!, how do I lock-down my remote endpoint to only certain commands? —GH Honorary Scripting Guy, Boe Prox, here today filling in for my good friend, The Scripting Guy. This is the second part in a series of five posts about Remoting Endpoints. The ...

Windows PowerShellguest bloggerBoe Prox
Mar 31, 2014
0
0

Introduction to PowerShell Endpoints

Doctor Scripto
Doctor Scripto

Summary: Learn about Windows PowerShell endpoints and how they relate to remoting.  Hey, Scripting Guy! I keep hearing about Windows PowerShell endpoints and constrained endpoints related to remote management. Can you tell me more about these? —KP  Hello, KP. Honorary Scripting Guy, Boe Prox, here today filling in for my good ...

Windows PowerShellguest bloggerBoe Prox
Mar 27, 2014
0
0

Use PowerShell to Manage Exchange Online in Office 365

ScriptingGuy1
ScriptingGuy1

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell implicit remoting to manage Exchange Online users. Microsoft Scripting Guy, Ed Wilson, is here. This afternoon I am looking over my presentations for the PowerShell Summit in Bellevue, Washington. It will be April 28 – 30, 2014, and I am making three presentations...

Scripting Guy!Windows PowerShellscripting techniques
Nov 29, 2013
0
1

PowerTip: Use PowerShell to Clear the Trusted Hosts File

Doctor Scripto
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&...

Windows PowerShellscripting techniquesPowerTip
Nov 29, 2013
0
1

Remoting Week: Non-Domain Remoting

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

Windows PowerShellscripting techniquesRichard Siddaway