Showing results for July 2016 - Scripting Blog [archived]

Jul 27, 2016
0
0

PowerTip: Use PowerShell to remove a user from all site collections in SharePoint Online

Doctor Scripto
Doctor Scripto

Summary: Learn how to use PowerShell to remove a corporate user from all site collections in SharePoint Online. How can I use Windows PowerShell to quickly remove a corporate user from all site collections in SharePoint Online? Use the following commands (change the login user name as required...

Scripting Guy!Windows PowerShellPowerTip
Jul 27, 2016
0
0

Manage your SharePoint Online tenant with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to manage your SharePoint Online tenant installation by using Windows PowerShell cmdlets. Christopher Weaver is a Microsoft Premier Field Engineer (PFE) who focuses on SharePoint and Office 365 solutions for large enterprise Premier customers. He has been doing PowerShell and SharePoint with Microsoft for nine years. In his ...

Scripting Guy!Windows PowerShellguest blogger
Jul 18, 2016
0
0

The Scripting Guy: coming to a town near you

I_am_mr_ed
I_am_mr_ed

SUMMARY: The Microsoft Scripting Guys, Ed Wilson, upcoming live appearances. Hello Scripters, Teresa (aka. Scripting Wife) here. We have been really busy recently working with PowerShell user groups, and we want to provide you with a convenient listing of upcoming special events. Hope we will be able to see you at one or more of the events. By ...

guest bloggerTeresa Wilson
Jul 15, 2016
0
0

Get started with PowerShell and SharePoint Online

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFE Chris Weaver talks about getting started with Windows PowerShell and SharePoint Online. Welcome back Chris Weaver as guest blogger. You can see his previous guest blogs. Christopher Weaver is a Microsoft Premier Field Engineer (PFE) who focuses on SharePoint and Office 365 solutions for large enterprise Premier customers. ...

Scripting Guy!Windows PowerShellguest blogger
Jul 14, 2016
0
0

PowerTip: Find all devices connected to a computer

Doctor Scripto
Doctor Scripto

Summary: Use PowerShell to find all devices that are connected to a computer. How can I use Windows PowerShell to list all devices that are connected to a computer? Use the Get-PnpDevice cmdlet and the -PresentOnly switch. Here is an example...

Scripting Guy!Windows PowerShellPowerTip