Showing results for April 2014 - Page 4 of 12 - Scripting Blog [archived]

Apr 23, 2014
Post comments count0
Post likes count0

JSON Is the New XML

Doctor Scripto
Doctor Scripto

Summary: June Blender provides a primer about JSON. Honorary Scripting Guy, June Blender, here. Today I'm going to introduce you to JSON. June is a writer for the Azure Active Directory SDK. She is also a frequent contributor to the Hey, Scripting Guy! Blog and for PowerShell.org. She lives in magnificent Escalante, Utah, where she works remotely w...

Scripting Guy!Windows PowerShellguest blogger
Apr 22, 2014
Post comments count0
Post likes count0

PowerTip: Find Largest File in User Profile with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to find the largest file in your user profile.  How can I use Windows PowerShell to find the largest file in my user profile?  Use the Get-ChildItem cmdlet (dir is an alias for the Get-ChildItem), do a recursive search           of your user profile directory, then sort th...

Scripting Guy!Windows PowerShellPowerTip
Apr 22, 2014
Post comments count2
Post likes count0

Remediate Active Directory Members that Don't Support LVR

Doctor Scripto
Doctor Scripto

Summary: Ian Farr talks about using Windows PowerShell to find and remediate Active Directory members that don’t support linked-value replication. Microsoft Scripting Guy, Ed Wilson, is here. Today we welcome back Microsoft PFE, Ian Farr, as our guest blogger. To read more of Ian's previous guest posts, see these Hey, Scripting Guy! Blog...

Scripting Guy!Windows PowerShellguest blogger
Apr 21, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Find Size of User Profile

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to find the size of your user profile.  How can I use Windows PowerShell to find the size of my user profile and to see the size of the largest file in my profile?  Use the Get-ChildItem cmdlet, recurse through your profile directory, pipe the results to           the ...

Scripting Guy!Windows PowerShellPowerTip
Apr 21, 2014
Post comments count1
Post likes count0

PowerShell and TFS: The Basics and Beyond

Doctor Scripto
Doctor Scripto

Summary: Learn about Windows PowerShell and Team Foundation Server. Microsoft Scripting Guy, Ed Wilson, is here. Today I am happy to introduce a new guest blogger, Susan Ferrell. Susan has spent most of her professional life working with computers, from basement tech startups to high-end datacenters. She’s a senior technical writer at Microso...

Scripting Guy!Windows PowerShellscripting techniques