January 3, 2020
Blogs, Articles, and Posts
Automatically remind users to update iOS with e-mails and custom notifications using Microsoft Intune Powershell SDK
(imab.dk)
The story here is, that iOS is getting updates quite frequently, and a lot of enterprises (including
By: Martin Bengtsson submitted:Jun 15 2022
The story here is, that iOS is getting updates quite frequently, and a lot of enterprises (including
myself), are managing those iOS devices as private BYOD devices enrolled through the Company Portal. As of such, keeping the devices up to date is the end-user's responsibility and something that's often forgotten and neglected. So what if we could send those devices and users a kind reminder automatically, both as a custom notification directly on the device, but also as an e-mail? Microsoft Intune Powershell SDK to the rescue!
By: Martin Bengtsson submitted:Jun 15 2022
Building a better Group Policy backup with Powershell
(networkadm.in)
The PowerShell script I discuss in this post creates a Group Policy backup in a different way than
By: Mike Kanakos submitted:Jun 15 2022
The PowerShell script I discuss in this post creates a Group Policy backup in a different way than
with the Backup-GPO cmdlet of the Group Policy module. With my function, it will be much easier to identify the correct Group Policy Object (GPO) in case you have to restore Group Policy settings.
By: Mike Kanakos submitted:Jun 15 2022
Starting Windows 10 “Store App” from the command line
(answers.microsoft.com)
Store Apps are MS's "latest and greatest" take on application programming, primarily run from the
By: Rohn007 submitted:Jun 15 2022
Store Apps are MS's "latest and greatest" take on application programming, primarily run from the
Windows 10 start menu. So they MUST be easy to start. Not so much. They are designed to be started from the start menu only. Even with a shortcut on the desktop you DO NOT have enough information to create the required command line.
By: Rohn007 submitted:Jun 15 2022
What Is SHA-256 and How To Calculate In PowerShell
(poftut.com)
Hash algorithms are the heart of the cryptography and security. SHA-256 is a Secure Hash Algorithm
By: Ismail Baydan submitted:Jun 15 2022
Hash algorithms are the heart of the cryptography and security. SHA-256 is a Secure Hash Algorithm
which will generate an output hash value in 256 bit. SHA-256 is designed by the National Security Agency (NSA). SHA-256 is one of the cryptographic hash functions. SHA-256 is also named one-way function where the generated hash value cannot be reversed theoretically. This makes SHA-256 very useful for password validation, challenge hash authentication, anti-tamper, digital signatures, X.509, SSL/TLS certificates etc.
By: Ismail Baydan submitted:Jun 15 2022
Projects, Scripts, and Modules
GetVulnerableGPO
(github.com)
PowerShell script to find 'vulnerable' security-related GPOs that should be hardened
By: Darren Mar-Elia submitted:Jun 15 2022
PowerShell script to find 'vulnerable' security-related GPOs that should be hardened
By: Darren Mar-Elia submitted:Jun 15 2022
Merging, splitting and creating PDF files
(reddit.com)
It's that time of the year where this will be my last blog post and module for 2019. I had this
By: u/MadBoyEvo submitted:Jun 15 2022
It's that time of the year where this will be my last blog post and module for 2019. I had this
ready for a few weeks already but wanted to fix some minor bugs that were bugging me just a bit too much. I was thinking that it would be great to add a new PSWrite module into my portfolio so today I'm adding (officially) PSWritePDF.
By: u/MadBoyEvo submitted:Jun 15 2022
PS-Remote-Support
(github.com)
PowerShell Script for Remote Support & Administration. This script assists with user & computer
By: Justin Lund submitted:Jun 15 2022
PowerShell Script for Remote Support & Administration. This script assists with user & computer
administration, launching programs, & remote troubleshooting.
By: Justin Lund submitted:Jun 15 2022
Script to Install Chromium Based Edge from Intune
(wpninjas.ch)
Be prepared the Chromium based Edge will be released in January
By: Thomas Kurth submitted:Jun 15 2022
Be prepared the Chromium based Edge will be released in January
By: Thomas Kurth submitted:Jun 15 2022
Books, Media, and Learning Resources
PowerShell Notebook Module – YouTube
(youtube.com)
Let's you automate PowerShell Notebooks with PowerShell at the command line, exports to Excel and
By: Doug Finke submitted:Jun 15 2022
Let's you automate PowerShell Notebooks with PowerShell at the command line, exports to Excel and
more.
By: Doug Finke submitted:Jun 15 2022
The Pester Book
(leanpub.com)
Learn all about Pester, the testing framework for PowerShell.
By: Adam Bertram submitted:Jun 15 2022
Learn all about Pester, the testing framework for PowerShell.
By: Adam Bertram submitted:Jun 15 2022
Utilities: Command Line Utilities + PowerShell with Ryan Leap – YouTube
(youtube.com)
Command-line utilities are great. But they don't follow PowerShell patterns. They don't produce
By: Ryan Leap submitted:Jun 15 2022
Command-line utilities are great. But they don't follow PowerShell patterns. They don't produce
objects and they don't support the pipeline. They output to the console and that's the end of the line. Or is it? Learn how you can bring the benefits of PowerShell to your command-line utilities.
By: Ryan Leap submitted:Jun 15 2022
Fun
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.