Creating a Microsoft 365 Automated Off-boarding Process with SharePoint, Graph API, and PowerShell
By: Brad Wyatt
In this write-up I will be creating a basic off-boarding automation that uses SharePoint as the front end, and PowerShell, the Graph API, and Azure Runbooks as the back-end.
Link
By: Brad Wyatt
In this write-up I will be creating a basic off-boarding automation that uses SharePoint as the front end, and PowerShell, the Graph API, and Azure Runbooks as the back-end.
Link
The Lazy Administrator - Finding ways to do the most work with the least effort possible
Creating a Microsoft 365 Automated Off-boarding Process with SharePoint, Graph API, and PowerShell - The Lazy Administrator
In this write-up I will be creating a basic off-boarding automation that uses SharePoint as the front end, and PowerShell, the Graph API, and Azure Runbooks as the back-end. HR will input the users UPN or Email, offboard date/time, and a forwarding address…
Using the Get-TeamAllChannel Cmdlet
By: Tony Redmond
Version 4.6 of the Microsoft Teams PowerShell module includes the Get-TeamAllChannel cmdlet. As the name implies, the cmdlet returns details of all channels in a team (regular, private, and shared). To see what it does, we wrote a noscript to report all the channels in teams in a tenant.
Link
By: Tony Redmond
Version 4.6 of the Microsoft Teams PowerShell module includes the Get-TeamAllChannel cmdlet. As the name implies, the cmdlet returns details of all channels in a team (regular, private, and shared). To see what it does, we wrote a noscript to report all the channels in teams in a tenant.
Link
Office 365 for IT Pros
Use the Get-TeamAllChannel Cmdlet to Report Teams Channels
Version 4.6 of the MicrosoftTeams PowerShell module introduces the Get-TeamAllChannel cmdlet. In this article, we explore how to use it to report teams channels
How do I Un-Join, Reboot then Join my Domain via Powershell?
By: u/mudderfudden
My question is, how can I convert these steps to Powershell? Once I enter the correct code and press Enter, will I be prompted for MyAdmin password? I saw a few examples but they don't seem to be quite what I'm looking for. I would be performing this on an individual station, therefore I don't think I would need to specify a computer name.
Link
By: u/mudderfudden
My question is, how can I convert these steps to Powershell? Once I enter the correct code and press Enter, will I be prompted for MyAdmin password? I saw a few examples but they don't seem to be quite what I'm looking for. I would be performing this on an individual station, therefore I don't think I would need to specify a computer name.
Link
reddit
How do I Un-Join, Reboot then Join my Domain via Powershell?
I think I've figured out how to unjoin a domain with this code: Remove-Computer -UnjoinDomaincredential public.mysite.us\MyAdmin -PassThru...
Using Exchange Online PowerShell with Azure Automation Managed Identities
By: Tony Redmond
Microsoft doesn't support using an Azure Automation managed identity and Exchange Online PowerShell. However, that doesn't mean the two can't work together. In this article we explore how to use Exchange Online PowerShell with Azure Automation while waiting for Microsoft to deliver a full solution.
Link
By: Tony Redmond
Microsoft doesn't support using an Azure Automation managed identity and Exchange Online PowerShell. However, that doesn't mean the two can't work together. In this article we explore how to use Exchange Online PowerShell with Azure Automation while waiting for Microsoft to deliver a full solution.
Link
Practical 365
Using Exchange Online PowerShell with Azure Automation Managed Identities
Microsoft doesn't support using an Azure Automation managed identity and Exchange Online PowerShell. However, that doesn't mean the two can't work together.
Find all .iso files in VMware datastores with PowerCLI
By: u/Ottetal
Hello /r/Powershell. I've been lurking for some time now, and have decided to share some of my noscripts with this wonderful community.
Link
By: u/Ottetal
Hello /r/Powershell. I've been lurking for some time now, and have decided to share some of my noscripts with this wonderful community.
Link
reddit
Find all .iso files in VMware datastores with PowerCLI
Hello /r/Powershell. I've been lurking for some time now, and have decided to share some of my noscripts with this wonderful community. Please go...
👍1
Today's cmdlet: Move-Item
Moves an item from one location to another.
Example's Remarks:
• The LiteralPath parameter is used instead of Path , because the original directory name includes left bracket and right bracket characters (`[` and `]`).
• The path is also enclosed in single quotation marks (`'`), so that the backtick symbol (`` ` ``) is not misinterpreted.
#tutorial
Moves an item from one location to another.
Example's Remarks:
• The LiteralPath parameter is used instead of Path , because the original directory name includes left bracket and right bracket characters (`[` and `]`).
• The path is also enclosed in single quotation marks (`'`), so that the backtick symbol (`` ` ``) is not misinterpreted.
#tutorial
Automating Azure Abuse Research – Part 2
By: Andy Robbins
In this second and final part of this series, we are going to dive into the BloodHound Attack Research Kit (BARK). We will explain how the BloodHound Enterprise team uses BARK to perform so-called “continuous abuse primitive validation”. We will also explain how BARK can make your own Azure abuse research easier, faster, and more accurate.
Link
By: Andy Robbins
In this second and final part of this series, we are going to dive into the BloodHound Attack Research Kit (BARK). We will explain how the BloodHound Enterprise team uses BARK to perform so-called “continuous abuse primitive validation”. We will also explain how BARK can make your own Azure abuse research easier, faster, and more accurate.
Link
Medium
Automating Azure Abuse Research — Part 2
In Part 1 of this series, we looked at how to port functionality from the Azure GUI to PowerShell. Specifically, we looked at how to…
👍1
PowerShell 2022: State of the Art / Hack / Infection
By: Jason Fossen
Why has PowerShell become so popular for ransomware, hacking tools, cloud computing, and security automation? Isn't PowerShell just another command shell? No! Attend this talk by SANS Faculty Fellow Jason Fossen to see what PowerShell really is, how it's being used (and abused) today, and future trends.
Link
By: Jason Fossen
Why has PowerShell become so popular for ransomware, hacking tools, cloud computing, and security automation? Isn't PowerShell just another command shell? No! Attend this talk by SANS Faculty Fellow Jason Fossen to see what PowerShell really is, how it's being used (and abused) today, and future trends.
Link
YouTube
PowerShell 2022: State of the Art / Hack / Infection
Why has PowerShell become so popular for ransomware, hacking tools, cloud computing, and security automation? Isn't PowerShell just another command shell? No! Attend this talk by SANS Faculty Fellow Jason Fossen to see what PowerShell really is, how it's…
👍1
Power On HPE Server Using PowerShell
By: Jimmy Liew
You may need to download the HP iLO Cmdlets for Windows PowerShell (x64) from HPE support portal and install it on the server/machine you wish you execute the PowerShell command. COMMAND Below is the PowerShell command to power on/off the server.
Link
By: Jimmy Liew
You may need to download the HP iLO Cmdlets for Windows PowerShell (x64) from HPE support portal and install it on the server/machine you wish you execute the PowerShell command. COMMAND Below is the PowerShell command to power on/off the server.
Link
Admin Know-How
Power On HPE Server Using PowerShell
You may need to download the HP iLO Cmdlets for Windows PowerShell (x64) from HPE support portal and install it on the server/machine you wish you execute the PowerShell command…
Today's cmdlet: Format-Table
Formats the output as a table.
Example's Remarks:
• The `Get-Process` cmdlet gets objects that represent each process on the computer and sends them down the pipeline to `Sort-Object`.
• The objects are sorted in the order of their BasePriority property.
#tutorial
Formats the output as a table.
Example's Remarks:
• The `Get-Process` cmdlet gets objects that represent each process on the computer and sends them down the pipeline to `Sort-Object`.
• The objects are sorted in the order of their BasePriority property.
#tutorial
PoshTaskbarItem: module to make simple UIs on the Windows taskbar
By: u/mdgrs-mei
Some months ago, I shared a noscript here that notifies you of unread Outlook emails by badge notifications on the taskbar. I got some positive comments and decided to make a module for the taskbar handling part so that anyone can quickly make their tools.
Link
By: u/mdgrs-mei
Some months ago, I shared a noscript here that notifies you of unread Outlook emails by badge notifications on the taskbar. I got some positive comments and decided to make a module for the taskbar handling part so that anyone can quickly make their tools.
Link
reddit
PoshTaskbarItem: module to make simple UIs on the Windows taskbar
Some months ago, I shared a noscript here that notifies you of unread Outlook emails by badge notifications on the taskbar. I got some positive...
PowerShell, PipeScript, and the Future James Brundage
By: New York PowerShell Meetup
PowerShell is a great language, it can be better. Check out the future of PowerShell?
Link
By: New York PowerShell Meetup
PowerShell is a great language, it can be better. Check out the future of PowerShell?
Link
YouTube
PowerShell, PipeScript, and the Future James Brundage
Upcoming PowerShell Speakers - https://www.meetup.com/nycpowershellmeetup/
PowerShell is a great language, it can be better. Check out the future of PowerShell?
https://github.com/StartAutomating/PipeScript
PowerShell is a great language, it can be better. Check out the future of PowerShell?
https://github.com/StartAutomating/PipeScript
👍1
Best practice to use function keyword in single purpose noscript?
By: u/jeffwcpa
When creating a single purpose PS1 noscript, what is the benefit of using to the function keyword as opposed to simply naming the PS1 noscript verb-noun without using the function keyword?
Link
By: u/jeffwcpa
When creating a single purpose PS1 noscript, what is the benefit of using to the function keyword as opposed to simply naming the PS1 noscript verb-noun without using the function keyword?
Link
reddit
Best practice to use function keyword in single purpose noscript?
When creating a single purpose PS1 noscript, what is the benefit of using to the function keyword as opposed to simply naming the PS1 noscript...
👎1
Today's cmdlet: ConvertTo-Json
Converts an object to a JSON-formatted string.
Example's Remarks:
• This example uses the `ConvertTo-Json` cmdlet to convert a System.DateTime object from the `Get-Date` cmdlet to a JSON-formatted string.
• The command uses the `Select-Object` cmdlet to get all (` `) of the properties of the DateTime * object.
• The output shows the JSON string that `ConvertTo-Json` returned.
#tutorial
Converts an object to a JSON-formatted string.
Example's Remarks:
• This example uses the `ConvertTo-Json` cmdlet to convert a System.DateTime object from the `Get-Date` cmdlet to a JSON-formatted string.
• The command uses the `Select-Object` cmdlet to get all (` `) of the properties of the DateTime * object.
• The output shows the JSON string that `ConvertTo-Json` returned.
#tutorial
Getting GPS coordinates with PowerShell
By: Parveen Prajapati
You can see how can we get the GPS coordinate like latitude and longitude in PowerShell
Link
By: Parveen Prajapati
You can see how can we get the GPS coordinate like latitude and longitude in PowerShell
Link
YouTube
Getting GPS coordinates with PowerShell
You can see how can we get the GPS coordinate like latitude and longitude in PowerShell
Follow me on
YouTube: https://www.youtube.com/channel/UCkzn5p4YrdYNMc3uHzyv0hQ
Facebook: https://www.facebook.com/techmarkbyparveenprajapati
Instagram: https://ww…
Follow me on
YouTube: https://www.youtube.com/channel/UCkzn5p4YrdYNMc3uHzyv0hQ
Facebook: https://www.facebook.com/techmarkbyparveenprajapati
Instagram: https://ww…
👍2
Set-WallpaperClock 1.3.1
By: Psychosapien
A PS Module that sets your desktop background to show the current time.
Link
By: Psychosapien
A PS Module that sets your desktop background to show the current time.
Link
Powershellgallery
Set-WallpaperClock 1.3.1
A PS Module that sets your desktop background to show the current time.
Today's cmdlet: Compress-Archive
Creates a compressed archive, or zipped file, from specified files and directories.
Example's Remarks:
• The command updates `Draft.Zip` with newer versions of existing files in the `C:\Reference` directory and its subdirectories.
• And, new files that were added to `C:\Reference` or its subdirectories are included in the updated `Draft.Zip` archive.
#tutorial
Creates a compressed archive, or zipped file, from specified files and directories.
Example's Remarks:
• The command updates `Draft.Zip` with newer versions of existing files in the `C:\Reference` directory and its subdirectories.
• And, new files that were added to `C:\Reference` or its subdirectories are included in the updated `Draft.Zip` archive.
#tutorial
A conversation that will !slap you with Jaap
By: The PowerShell Podcast
In this episode, Jaap tells us how he got into speaking at conferences. We talk about examples of how his support has helped people on their own speaking journey. We discuss a few of the recent talks he has given, from abstracting code to bettering your home automation.
Link
By: The PowerShell Podcast
In this episode, Jaap tells us how he got into speaking at conferences. We talk about examples of how his support has helped people on their own speaking journey. We discuss a few of the recent talks he has given, from abstracting code to bettering your home automation.
Link
Podbean
A conversation that will !slap you with Jaap Brasser | The PowerShell Podcast
In this episode, Jaap tells us how he got into speaking at conferences. We talk about examples of how his support has helped people on their own speaking journey. We discuss a few of the recent talks he has given, from abstracting code to bettering your home…
Using Graph to assign a group to a PowerShell noscript in Intune
By: Mattias Benninge
While doing some Intune automation the other day I got stuck on trying to assign a noscript to a group. Using the graph API documentation sent me on a wild goose chase so just wanted to write a small writeup if someone else ran into the same problem.
Link
By: Mattias Benninge
While doing some Intune automation the other day I got stuck on trying to assign a noscript to a group. Using the graph API documentation sent me on a wild goose chase so just wanted to write a small writeup if someone else ran into the same problem.
Link
Deployment Research
Using Graph to assign a group to a PowerShell noscript in Intune
September **In-person** Meetup
By: PowerShell Southampton
Three speakers are lined up, sandwiches, tea, and coffee will be served, and 3 raffle prizes to be won at the end (see below)!
Link
By: PowerShell Southampton
Three speakers are lined up, sandwiches, tea, and coffee will be served, and 3 raffle prizes to be won at the end (see below)!
Link
Meetup
Login to Meetup | Meetup
Find groups that host online or in person events and meet people in your local community who share your interests.