September 13, 2019
Blogs, Articles, and Posts
Always On VPN Windows 10 Device Tunnel Step-by-Step Configuration using PowerShell
(directaccess.richardhicks.com)
Windows 10 Always On VPN and DirectAccess both provide seamless, transparent, always on
By: submitted:Jun 15 2022
Windows 10 Always On VPN and DirectAccess both provide seamless, transparent, always on
remote network access for Windows clients. However, Always On VPN is provisioned to the user, not the machine as it is with DirectAccess. This presents a challenge for deployment scenarios that require the VPN connection to be established before the user logs on.
By: submitted:Jun 15 2022
An Example Azure DevOps Build Pipeline for PowerShell modules
(adamrushuk.github.io)
A few months ago did a demo at the Bristol WinOps Meetup showing an example Azure DevOps Build
By: submitted:Jun 15 2022
A few months ago did a demo at the Bristol WinOps Meetup showing an example Azure DevOps Build
Pipeline for PowerShell modules. I told everyone I?d get a blog post up ?soon? with more information, so here it is; better late than never! I?ll go over the goals for the example PowerShell Module, then break down the Build Pipeline tasks for Azure DevOps.
By: submitted:Jun 15 2022
Commenting Out PowerShell Scripts in Visual Studio and Visual Studio Code
(ironmansoftware.com)
I was giving a presentation to the Austin PowerShell User Group last week and the group took notice
By: submitted:Jun 15 2022
I was giving a presentation to the Austin PowerShell User Group last week and the group took notice
when I quickly commented and uncommented lines in my PowerShell script in VS Code. This is very easy to do with the built in keyboard shortcuts.
By: submitted:Jun 15 2022
Enable Wake-on-LAN (WOL) with PowerShell
(itinsights.org)
With every recent Windows 10 update, and they happen a lot, Windows unfortunately also resets the
By: submitted:Jun 15 2022
With every recent Windows 10 update, and they happen a lot, Windows unfortunately also resets the
power settings of the network adapters. Since I like to start both my PC and notebook from a remote location or from within the same network, I wrote a little PowerShell function to enable Wake-on-LAN (WoL) again.
By: submitted:Jun 15 2022
How to Prevent and Detect Malicious PowerShell Attacks
(blog.rapid7.com)
Hello! My name is Rohit Chettiar, and I am a Solutions Engineer at Rapid7. In this series, we will
By: submitted:Jun 15 2022
Hello! My name is Rohit Chettiar, and I am a Solutions Engineer at Rapid7. In this series, we will
discuss why organizations should care about malicious PowerShell activity, how attackers use PowerShell to steal credentials (e.g., Mimikatz), and how to prevent and detect malicious PowerShell activity.
By: submitted:Jun 15 2022
How to Transfer Millions of Files Using PowerShell
(blog.devolutions.net)
I was tasked with moving and archiving approximately 16.5 million files from one location, while
By: submitted:Jun 15 2022
I was tasked with moving and archiving approximately 16.5 million files from one location, while
ingesting around 4,000 new files per hour. This job was for a single client, and my company has multiple customers with similar needs. Keeping the data organized and available has been a challenge for over a year, and we have been working toward a solution for some time now.
By: submitted:Jun 15 2022
Manage remote on-premises resources using PowerShell Azure Functions
(docs.microsoft.com)
The Azure App Service Hybrid Connections enables access to resources in other networks. You can
By: submitted:Jun 15 2022
The Azure App Service Hybrid Connections enables access to resources in other networks. You can
learn more about this capability on the Hybrid Connections documentation. The following information describes how to use this capability to run PowerShell functions targeting an on-premises server. This server can then be used to manage all resources within the on-premises environment from an Azure PowerShell function.
By: submitted:Jun 15 2022
PowerShell backup scripts: What are 3 essential best practices?
(searchdatabackup.techtarget.com)
There are some strong PowerShell scripts that can provide backup capabilities. It’s important,
By: submitted:Jun 15 2022
There are some strong PowerShell scripts that can provide backup capabilities. It’s important,
though, to be mindful of PowerShell’s quirks so you get the best data protection.
By: submitted:Jun 15 2022
PowerShell Data Types Cheat Sheet
(sid-500.com)
String, Char, DateTime, Bool, Array, Hashtable, PSObject, Void, Math, TimeSpan. This blog posts is
By: submitted:Jun 15 2022
String, Char, DateTime, Bool, Array, Hashtable, PSObject, Void, Math, TimeSpan. This blog posts is
all about PowerShell data types. What is a PowerShell data type? Data Types define what you can do with a PowerShell object. For example, a datetime object supports adding years, with a bool object you can figure out whether something is true or false.
By: submitted:Jun 15 2022
Provisioning Linux Virtual Machines Through PowerShell Commands
(c-sharpcorner.com)
This article helps you to learn the Azure Module PowerShell commands to provisioning the Linux
By: submitted:Jun 15 2022
This article helps you to learn the Azure Module PowerShell commands to provisioning the Linux
Virtual Machines.
By: submitted:Jun 15 2022
VMworld Hackathon 2019
(invoke-automation.blog)
The team would focus on creating an automated process around the PowerCLI Examples repository in
By: submitted:Jun 15 2022
The team would focus on creating an automated process around the PowerCLI Examples repository in
GitHub. Some tasks would include:
By: submitted:Jun 15 2022
Projects, Scripts, and Modules
Hello, AzSentinel!
(twitter.com)
Here is the AzSentinel PowerShell module for managing Azure Sentinel
By: submitted:Jun 15 2022
Here is the AzSentinel PowerShell module for managing Azure Sentinel
By: submitted:Jun 15 2022
Do you have a suggestion for PowerShell Weekly? Do you know something that should be included? Let me know in the comments below, or on
twitter.