Showing results for December 2015 - Page 13 of 15 - Scripting Blog [archived]

Dec 6, 2015
0
0

PowerTip: Get Author Information about PowerShell Session Configuration

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

Windows PowerShellPowerTipguest blogger
Dec 6, 2015
0
0

Weekend Scripter: Taking JEA for a Spin—Part 2

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

Windows PowerShellguest bloggerWeekend Scripter
Dec 5, 2015
0
0

PowerTip: Use PowerShell to Identify Endpoints on Server

Doctor Scripto
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
Dec 5, 2015
0
0

Weekend Scripter: Taking JEA for a Spin—Part 1

Doctor Scripto
Doctor Scripto

Summary: Thomas Rayner explores code promotion with Just Enough Admin (JEA) in Windows Server 2016. Hello! I’m Thomas Rayner, a proud Cloud and Datacenter Management Microsoft MVP, filling in for The Scripting Guy this weekend. You can find me on Twitter (@MrThomasRayner). I also post my blog bi-weekly: Working Sysadmin—Figuring ...

Windows PowerShellguest bloggerWeekend Scripter
Dec 4, 2015
0
0

PowerTip: Use PowerShell to List All Volumes

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to identify all partitions on a disk drive.  How can I use Windows PowerShell to easily see all of the partitions on a disk drive?  Pipe the Disk object through Get-Partition (to identify its partitions), then pipe that through Get-Volume to get         &...

Windows PowerShellPowerTipguest blogger