Showing tag results for Thomas Rayner

Dec 30, 2015
Post comments count0
Post likes count0

PowerTip: Launch Minimized Application with PowerShell

Doctor Scripto

Summary: Learn how to specify the launch state of an application through Windows PowerShell.  How can I launch a minimized application in Windows PowerShell instead of opening the window in the foreground?  Use the –WindowStyle parameter with the Start-Process cmdlet, and select Minimized, for example: Start...

Windows PowerShellPowerTipguest blogger
Dec 30, 2015
Post comments count0
Post likes count0

Sounds of the Holidays–Part 1

Doctor Scripto

Summary: MVP, Thomas Rayner, inspires holiday spirit by using Windows PowerShell to trigger some multimedia.Hello! I’m Thomas Rayner, a proud Cloud & Datacenter Management Microsoft MVP, filling in for the Scripting Guy for a couple days. You can find me on Twitter (@MrThomasRayner), or posting biweekly on my blog, WorkingSysadmin: Figuri...

Windows PowerShellguest bloggerThomas Rayner
Dec 6, 2015
Post comments count0
Post likes count0

PowerTip: Get Author Information about PowerShell Session Configuration

Doctor Scripto

Summary: Use Windows PowerShell to get session owner information.  How can I get more information about which Windows PowerShell session configurations came with            my system and which were set up by another administrator?  Use Get-PssessionConfiguration and target the Name and&nbs...

Windows PowerShellPowerTipguest blogger
Dec 6, 2015
Post comments count0
Post likes count0

Weekend Scripter: Taking JEA for a Spin—Part 2

Doctor Scripto

Summary: Thomas Rayner explores how to restrict Active Directory management with JEA in Windows Server 2016. Thomas Rayner, Cloud and Datacenter Management MVP, continues his two-part series about an exciting new feature in Windows Server 2016, Just Enough Admin (JEA). Today we’ll investigate how JEA can be applied in a situation where a limi...

Windows PowerShellguest bloggerWeekend Scripter
Dec 5, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Identify Endpoints on Server

Doctor Scripto

Summary: Learn how to identify endpoints on a server.  How can I use Windows PowerShell to see the available endpoints on a server if I have the necessary rights?  Use the Get-PSSessionConfiguration cmdlet.

Windows PowerShellPowerTipguest blogger