Showing results for October 2013 - Page 5 of 13 - Scripting Blog [archived]

Oct 22, 2013
0
0

Exploring the Windows Defender Catalog

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about playing around with the Get-MpThreatCatalog function in Windows 8.1. Microsoft Scripting Guy, Ed Wilson, is here. I bet you thought I fell off of the face of the earth. Actually, I have been busy working with Windows 8.1 and Windows Server 2012 R2. There is some really ...

Scripting Guy!Windows PowerShellsecurity
Oct 21, 2013
0
0

PowerTip: Search for YouTube Videos

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to search YouTube videos.  How can I search for YouTube videos about Desired State Configuration in Windows PowerShell 4.0?  Use Invoke-RestMethod: Invoke-RestMethod -uri "https://gdata.youtube.com/feeds/api/videos?v=2&q=Desired+State+Configuration+PowerShell"  The following ...

Scripting Guy!Windows PowerShellPowerTip
Oct 21, 2013
0
0

Mike’s Best Practices at PowerShell Saturday in Atlanta on Oct 26

ScriptingGuy1
ScriptingGuy1

Here is a special guest blog by Mike F Robbins. Mike F Robbins is a Windows PowerShell enthusiast, IT pro, winner of the advanced category in the 2013 scripting games, and contributing author of a chapter in the PowerShell Deep Dives book. Mike blogs at http://mikefrobbins.com and can be found on twitter @mikefrobbins During the past two years, I&...

Windows PowerShellguest bloggercommunity
Oct 21, 2013
0
0

InvokeRestMethod for the Rest of Us

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to search web pages. Scripting Guy, Ed Wilson here. Today’s post is written by Doug Finke, a Windows PowerShell MVP, and June Blender, senior programming writer on the Windows Azure Active Directory team. Take it away, June… I was bending my brain around the cool new Windows Azure Graph...

Scripting Guy!Windows PowerShellscripting techniques
Oct 20, 2013
0
0

PowerTip: Find Members of Critical Groups with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to find the members of critical groups.  How can I use Windows PowerShell to track who is a member of my Domain Admins group?  Use Get-ADGroupMember, and add as many groups as you want to the list by using the           SamAccountName for the groups: "Schema Admins", "Domain ...

Windows PowerShellPowerTipActive Directory

Feedback