Showing results for February 2014 - Page 10 of 11 - Scripting Blog [archived]

Feb 4, 2014
1
0

Use PowerShell to Create CSV File to Open in Excel

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about exporting a directory list to a CSV file and opening the file in Microsoft Excel with Windows PowerShell.  Hey, Scripting Guy! I have a lot of music files that reside in nested folders. I would like to be able to look at the file information in Microsoft Excel so that I can find, for exa...

Scripting Guy!Windows PowerShellscripting techniques
Feb 3, 2014
0
0

PowerTip: Use PowerShell to Find Hidden Files

Doctor Scripto
Doctor Scripto

Summary:  Use Windows PowerShell to find hidden files.  How can I use Windows PowerShell to see all hidden and system files when I look for files?  Use the –Force parameter when you type the command, for example: Get-ChildItem -Path c: -Force

Scripting Guy!Windows PowerShellPowerTip
Feb 3, 2014
2
0

List Files in Folders and Subfolders with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to list files in folders and subfolders.  Hey, Scripting Guy! I am an old VBScript guy. I love using VBScript, and I have done so for nearly 15 years. One reason I love VBScript so much is that, to me, it is easy to use. It is also very powerful. But after attending TechEd the last several years, it appears that...

Scripting Guy!Windows PowerShellstorage
Feb 2, 2014
0
0

PowerTip: Use PowerShell to Verify UI Culture

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to verify user interface culture.  I have several language installations of Windows on my network, and prior to running a script, I would like to use           Windows PowerShell to verify the input culture so I can choose the correct operating system.  Use the Get-UICulture&nb...

Scripting Guy!Windows PowerShellPowerTip
Feb 2, 2014
0
0

Weekend Scripter: Use PowerShell to Migrate to Active Directory On-Premises

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFE, Asia Gandecka, talks about using Windows PowerShell to migrate users from Windows Azure Active Directory to Active Directory on-premises. Microsoft Scripting Guy, Ed Wilson, is here. Let’s welcome a new guest blogger, Asia Gandecka… I have been with Microsoft since 2011 working as a a premier field engineer. I&...

Scripting Guy!Windows PowerShellguest blogger