Showing archive results for 2014

Oct 30, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Import Certificate

Doctor Scripto

Summary: Use Windows PowerShell to import a certificate.  How can I use Windows PowerShell to automate the installation of a certificate?  Use the Import-Certificate cmdlet, and specify the certificate store location and the path to            the certificate file, for example: Import-Certificate &n...

Scripting Guy!Windows PowerShellPowerTip
Oct 30, 2014
Post comments count0
Post likes count0

AutomatedLab Tutorial Series Part 5: Install CA Two-Tier Hierarchy for PKI

Doctor Scripto

Summary: Microsoft PFEs, Raimund Andree and Per Pedersen, talk about using Windows PowerShell to automate the deployment of a PKI environment as it would typically be deployed in a production environment. Microsoft Scripting Guy, Ed Wilson, is here. Today is Part 5 of a series by Microsoft PFEs, Raimund Andree and Per Pedersen. Read their previous ...

Scripting Guy!Windows PowerShellguest blogger
Oct 29, 2014
Post comments count0
Post likes count0

PowerTip: Troubleshoot Get-VM Cmdlet

Doctor Scripto

Summary: Learn about a quick troubleshooting tip for the Get-VM cmdlet.  I am using the Get-VM cmdlet to find information about virtual machines on my local laptop, but it does not            appear to do anything. What could be the matter?  The Get-VM cmdlet must be run with Adm...

Scripting Guy!Windows PowerShellPowerTip
Oct 29, 2014
Post comments count0
Post likes count0

AutomatedLab Tutorial Series Part 4: Install a Simple PKI Environment

Doctor Scripto

Summary: Learn how to easily deploy a PKI environment by using AutomatedLab. Microsoft Scripting Guy, Ed Wilson, is here. Welcome back Microsoft PFEs, Raimund Andree and Per Pedersen, and their series about AutomatedLab. Read their previous posts here: This blog post shows how to use AutomatedLab to easily deploy a public key infrastructure...

Scripting Guy!Windows PowerShellguest blogger
Oct 28, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Take Snapshot of Virtual Machine

Doctor Scripto

Summary: Use Windows PowerShell to take a snapshot of a virtual machine prior to making changes.  How can I use Windows PowerShell to take a snapshot of a virtual machine prior to making changes to it?  Use the CheckPoint-VM cmdlet, for example: Checkpoint-VM -Name DC1 -SnapshotName BeforeUpdate

Scripting Guy!Windows PowerShellPowerTip