Use PowerShell to Manage Office 365 Users
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to manage Office 365 users.Microsoft Scripting Guy, Ed Wilson, is here. The weather here in Charlotte has been nearly...
View ArticlePowerTip: Find Aliases Exported by PowerShell Module
Summary: Find aliases that were exported from a Windows PowerShell module. How can I find aliases that were exported from a particular module on my system? Use the Get-Command cmdlet, specify the...
View ArticleUse PowerShell to Manage Exchange Online in Office 365
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...
View ArticlePowerTip: Use PowerShell to Check Validity of User Certificates
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...
View ArticleManage Office 365 SharePoint with Modules
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...
View ArticlePowerTip: Find Processes with Process ID Less Than 1000
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...
View ArticleWeekend Scripter: Change Internet Explorer Start Page via PowerShell
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...
View ArticlePowerTip: Use PowerShell to Find Internet Explorer Settings
Summary: Learn how to use Windows PowerShell to find Internet Explorer settings. How can I use Windows PowerShell to explorer the various settings for Internet Explorer? Use the Get-Item cmdlet and...
View ArticleUnderstanding Streams, Redirection, and Write-Host in PowerShell
Summary: June Blender explains how to understand and use streams in Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. Today guest blogger, June Blender, explains how to understand and use...
View ArticlePowerTip: Use PowerShell to Save Verbose Messages in Output File
Summary: Learn how to use Windows PowerShell to save verbose messages from a script in an output file. How can I use Windows PowerShell to save the verbose messages from a script in an output file? Use...
View ArticleIntroduction to PowerShell Endpoints
Summary: Learn about Windows PowerShell endpoints and how they relate to remoting. Hey, Scripting Guy! I keep hearing about Windows PowerShell endpoints and constrained endpoints related to remote...
View ArticleBuild Constrained PowerShell Endpoint Using Startup Script
Summary: Learn how to build a constrained endpoint by using a startup script.Hey, Scripting Guy!, how do I lock-down my remote endpoint to only certain commands?—GHHonorary Scripting Guy, Boe Prox,...
View ArticlePowerTip: List Remote PowerShell Endpoint Configurations
Summary: Learn how to list remote Windows PowerShell endpoint configurations. How can I list remote Windows PowerShell endpoint configurations? Connect-WSMan -ComputerName dc1 sl WSMan:...
View ArticleBuild Constrained PowerShell Endpoint Using Configuration File
Summary: Boe Prox teaches you how to build a constrained endpoint by using a configuration file. Hey, Scripting Guy!, is there a better way to lock down my remote endpoint by using something other than...
View ArticlePowerTip: Test a PSSession Configuration File
Summary: Learn how to test a PSSession configuration file. How do I ensure that my PSSession configuration is valid? Use the Test-PSSessionConfigurationFile cmdlet to see if the file is valid (True) or...
View ArticleUse Delegated Administration and Proxy Functions
Summary: Boe Prox shows how to create a secure PSSession endpoint by using delegated administration and a proxy function. Hey, Scripting Guy! There are some great things that I can do with a...
View ArticlePowerTip: Restore Default PSSession Endpoints
Summary: Learn how to restore default PSSession endpoints. How do I restore my default PSSession endpoints if I accidently unregistered them? Use Enable-PSRemoting to automatically rebuild the remote...
View ArticleBuild a Tool that Uses Constrained PowerShell Endpoint
Summary: Boe Prox shows how to create a tool that can leverage a remote constrained endpoint to perform a task. Hey, Scripting Guy! How can I create a tool that my Help Desk admins can use to audit and...
View ArticlePowerTip: Use PowerShell to Display Pop-Up Window
Summary: Learn how to display a pop-up window by using Windows PowerShell. How can I use Windows PowerShell to display a pop-up window to a user when a script or function has completed? There are...
View ArticleWeekend Scripter: Organize Music Collection with PowerShell
Summary: Use Windows PowerShell and free utilities to clean up your directory structure and organize MP3s.Honorary Scripting Guy, Sean Kearney, is here. Today I was staring at a big pile of MP3s on my...
View Article