Showing results for October 2014 - Scripting Blog [archived]

Oct 31, 2014
0
0

PowerTip: Export Certificate by Using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to export a certificate.  How can I use Windows PowerShell to export a certificate?  Use the Export-Certificate cmdlet and specify the file output destination. By default it will export a file            of the type Cert. Here is an example: Exp...

Scripting Guy!Windows PowerShellPowerTip
Oct 31, 2014
0
0

AutomatedLab Tutorial Series Part 6: Install Software and Run Custom Activities

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFEs, Raimund Andree and Per Pedersen, explain how to customize your existing environment and install software to some or all machines in your lab. Microsoft Scripting Guy, Ed Wilson, is here. Today is Part 6 of a series written by Microsoft PFEs Raimund Andree and Per Pedersen. Read their previous posts here: I...

Scripting Guy!Windows PowerShellguest blogger
Oct 30, 2014
0
0

PowerTip: Use PowerShell to Import Certificate

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

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

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

PowerTip: Troubleshoot Get-VM Cmdlet

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