Showing results for March 2014 - Page 2 of 10 - Scripting Blog [archived]

Mar 29, 2014
0
0

Weekend Scripter: Change Internet Explorer Start Page via PowerShell

ScriptingGuy1
ScriptingGuy1

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to change the Internet Start page on his Microsoft Surface . Microsoft Scripting Guy, Ed Wilson, is here. It is no secret that I love my Microsoft Surface. Just before our trip to Europe, I bought a nice Microsoft Surface Pro 2 with extra memory and disk space. The th...

Scripting Guy!Windows PowerShellWeekend Scripter
Mar 28, 2014
0
0

PowerTip: Find Processes with Process ID Less Than 1000

ScriptingGuy1
ScriptingGuy1

Summary: Use Windows PowerShell to find processes with a process ID that is less than 1000.  How can I use Windows PowerShell to find all processes that have a process ID less than 1000?  Use the Get-Process cmdlet, pipe the resulting objects to the Select-Object cmdlet, choose the process name,       &n...

Scripting Guy!Windows PowerShellPowerTip
Mar 28, 2014
0
0

Manage Office 365 SharePoint with Modules

ScriptingGuy1
ScriptingGuy1

Summary: Learn how to use Office 365 SharePoint Online modules to manage Office 365 SharePoint. Microsoft Scripting Guy, Ed Wilson, is here. In a couple of days, the Scripting Wife and I will be at the Dutch PowerShell User Group in Amsterdam. If you are anywhere in the area, you should try to come and check it out. I will be making two presentati...

Scripting Guy!Windows PowerShellOffice
Mar 27, 2014
0
0

PowerTip: Use PowerShell to Check Validity of User Certificates

ScriptingGuy1
ScriptingGuy1

Summary: Learn how to quickly check user certificates by using Windows PowerShell.  How can I use Windows PowerShell to check the validity of user certificates without engaging in a manual process?  Use the certificate provider to obtain a list of certificate objects, and           pipe the results to the Tes...

Scripting Guy!Windows PowerShellPowerTip
Mar 27, 2014
0
0

Use PowerShell to Manage Exchange Online in Office 365

ScriptingGuy1
ScriptingGuy1

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell implicit remoting to manage Exchange Online users. Microsoft Scripting Guy, Ed Wilson, is here. This afternoon I am looking over my presentations for the PowerShell Summit in Bellevue, Washington. It will be April 28 – 30, 2014, and I am making three presentations. S...

Scripting Guy!Windows PowerShellscripting techniques