Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Microsoft System Center Configuration Manager Advanced Deployment

You're reading from   Microsoft System Center Configuration Manager Advanced Deployment Design, implement, and configure System Center Configuration Manager 2012 R2 with the help of real-world examples

Arrow left icon
Product type Paperback
Published in Sep 2014
Publisher
ISBN-13 9781782172086
Length 290 pages
Edition 1st Edition
Arrow right icon
Authors (2):
Arrow left icon
Martyn Coupland Martyn Coupland
Author Profile Icon Martyn Coupland
Martyn Coupland
Martyn Coupland Martyn Coupland
Author Profile Icon Martyn Coupland
Martyn Coupland
Arrow right icon
View More author details
Toc

Table of Contents (14) Chapters Close

Preface 1. Designing Complex Hierarchies FREE CHAPTER 2. Implementing Security with Certificates 3. Working with Inventory, Asset Intelligence, and Software Metering 4. Security with Endpoint Protection 5. Advanced Content Management 6. Application Deployment 7. Deploying Windows 8.1 and Windows Server 2012 R2 8. Deploying Security Updates 9. Advanced Reporting 10. Preventing Configuration Drift 11. Managing Bring Your Own Device and Mobility 12. Advanced Troubleshooting Index

Deploying certificates to workgroup computers

You can still use your certificates from your internal certificate authority on workgroup computers. When clients are on the domain, we use autoenrolment to make sure our clients get the correct certificate.

While not as intuitive and simple as deploying certificates on the domain, however, we can use a script to first generate the certificate request. The next code does just that. First of all, we need to define the client name; this should be entered to make sure the certificate request is correct.

The next section of code generates the certificate request as well as saying what the template is. The certificate will generate a new certificate and then export the created certificate. Lines that require editing have been highlighted; this script should be executed as an administrator:

set subjectname=client.fqdn.co.uk
echo Generating INF file for certificate
echo ;—————CertificateRequestTemplate.inf——...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime