The PowerShell Scripting and Toolmaking Book by Don Jones and Jeff Hicks
Author:Don Jones and Jeff Hicks
Language: eng
Format: mobi, epub
Publisher: leanpub.com
Published: 2017-01-09T16:00:00+00:00
You can have multiple roles defined, and someone could belong to multiple groups. For your primer purposes we’re keeping it simple.
When you are ready, go ahead and create the .pssc file.
1 New-PSSessionConfigurationFile -Path .\ShareAdmin.pssc ` 2 -SessionType RestrictedRemoteServer ` 3 -RunAsVirtualAccount ` 4 -RoleDefinitions $roles ` 5 -Description "JEA Share Admin endpoint"
Once you’ve completed your configuration you should test it.
1 Test-PSSessionConfigurationFile .\ShareAdmin.pssc
The configuration needs to be set up on the remote server so you’ll need to copy the necessary files to the server.
1 $s = New-PSSession -ComputerName chi-fp02 2 #copy the pssc file to C:\ 3 copy .\shareadmin.pssc -Destination C:\ -ToSession $s 4 5 #copy the module with the role configuration 6 copy .\ShareAdmin -Container -Recurse ` 7 -Destination 'C:\Program Files\WindowsPowerShell\Modules' -ToSession $s
Download
The PowerShell Scripting and Toolmaking Book by Don Jones and Jeff Hicks.epub
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Deep Learning with Python by François Chollet(12570)
Hello! Python by Anthony Briggs(9915)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9796)
The Mikado Method by Ola Ellnestam Daniel Brolund(9778)
Dependency Injection in .NET by Mark Seemann(9339)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8297)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7763)
Grails in Action by Glen Smith Peter Ledbrook(7696)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7557)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(7073)
Microservices with Go by Alexander Shuiskov(6839)
Practical Design Patterns for Java Developers by Miroslav Wengner(6760)
Test Automation Engineering Handbook by Manikandan Sambamurthy(6700)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6413)
Angular Projects - Third Edition by Aristeidis Bampakos(6104)
The Art of Crafting User Stories by The Art of Crafting User Stories(5633)
NetSuite for Consultants - Second Edition by Peter Ries(5567)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(5371)
Kotlin in Action by Dmitry Jemerov(5062)
