Showing results for January 2014 - Page 12 of 13 - Scripting Blog [archived]

Jan 4, 2014
0
0

Using PowerShell to Back Up Group Policy Objects

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Ian Farr, talks about using Windows PowerShell to back up Group Policy Objects. Microsoft Scripting Guy, Ed Wilson, is here. Today I am happy to welcome back a recent new guest blogger, Ian Farr. Here is what Ian had to say about himself: I started out writing UNIX shell scripts to automate simple tasks. Then as a Windows IT...

Scripting Guy!Windows PowerShellguest blogger
Jan 3, 2014
0
0

PowerTip: Find Windows Azure Database with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to get Windows Azure database.  How can I use Windows PowerShell to get my Windows Azure database?  1. Run the Add-AzureAccount cmdlet to refresh the account information in your Windows PowerShell session           (expires in 12 hours).           2. Ru...

Windows PowerShellPowerTipguest blogger
Jan 3, 2014
0
0

Security Series: Using PowerShell to Enable BYOD—Part 3

Doctor Scripto
Doctor Scripto

Summary: Guest blogger and security expert, Yuri Diogenes, completes his series about enabling BYOD. Microsoft Scripting Guy, Ed Wilson, is here. Today’s guest blogger is Yuri Diogenes, who continues his security series about enabling BYOD. Yuri is a senior knowledge engineer, and he is a coauthor of the book Windows Server 2012 Security from End ...

Scripting Guy!Windows PowerShellguest blogger
Jan 2, 2014
0
0

PowerTip: Determine If PowerShell Command Exists

Doctor Scripto
Doctor Scripto

Summary: Use Get-Help to determine if a Windows PowerShell command exists.  How can I find if a Windows PowerShell command (cmdlet or function) exists in my version of Windows PowerShell?  Use the Get-Help cmdlet. If Help returns, you can read about the command.           If it does not return, follow up...

Scripting Guy!Windows PowerShellPowerTip
Jan 2, 2014
0
0

Leverage Registry Key Time Stamps via PowerShell

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Rohn Edwards, talks about leveraging registry key time stamps via Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Today we wrap-up a four-part series from Rohn Edwards, co-founder of the Mississippi PowerShell User Group. If you have not already done so, you may want to read the previous posts in the series:...

Scripting Guy!Windows PowerShellguest blogger