Just another quick snippet that may help someone out there. If you’re just needing a quick snippet to connect into your Azure Subscription you can […]
Category: PowerShell
PowerShell Quick Snippet – Get Windows Service
This is just a quick snippet that I’ll probably search for again in the future that I wanted to document here. 🙂If you’re wanting to […]
Use PowerShell to install telnet on Windows Server or Windows 10
From time to time I have the need to install telnet on a server and test to see if that machine is able to telnet […]
SharePoint Saturday Atlanta 2019 – PowerShell and Office 365 for Admins Slide deck #SPSATL
I had a great opportunity to attend and speak at the SPSATL this past weekend! Was a great time to learn from so many experts […]
NACS 2019 – PowerShell and Office 365 for Admins Slidedeck
Thanks for everyone who took the time to come to my session with PowerShell and office 365 for admins this morning at Day 1 of […]
Add Site Collection Admin to SharePoint Online Site Collections by URL Filter
[et_pb_section bb_built=”1″ fullwidth=”off” specialty=”on”][et_pb_column type=”3_4″ specialty_columns=”3″][et_pb_row_inner][et_pb_column_inner type=”4_4″ saved_specialty_column_type=”3_4″][et_pb_text _builder_version=”3.0.98″ background_layout=”light”] TLDR; Use Where Instead of -filter I had a request to give a specific user […]
Return all the Get-Counter counters in the Web Service Path
Somewhere, someone, is going to want to get a list of all of the counters available on a server in a specific Path. Maybe it’s […]
PowerShell – Count Items in SharePoint Recycle Bin
This is a random script I put together due to a one off issue I have been having. I have a script that I use […]
Use PowerShell to create new SharePoint Workflow History List – (Works with Nintex)
I recently had an issue where I’ve needed to create move a large and active workflow to write to a new history list. If the list […]
Get metadata column properties from all items in library. Can We Build It?!
sure if you have ever had to need to grab the metadata column values from a huge library in a SharePoint site. Today I needed […]