PowerShell Vault

PowerShell scripts demonstrating some of the functionality of the language. also see: posts — 1,787 scripts — Access Lotus Notes Database with the current Notes credentials.ps1 Add-Decimal.ps1 Add-DomainUserToLocalAdministratorsGroup.ps1 Add-ExtendedFileProperties.ps1 Add-FirewallApplication.ps1 Add-FormatData.ps1 Add-FormatTableIndexParameter.ps1 Add-Hashtable.ps1 Add-ObjectCollector.ps1 Add-RelativePathCapture.ps1 Build-String1.ps1 Change-Extensions.ps1 Clear-CustomEventLog.ps1 Clear-Hashtable.ps1 Clear-Queue.ps1 Clear-Stack.ps1 Clear-Stopwatch.ps1 Clone-Hashtable.ps1 CloneXMLNode.ps1 Collect Processor Information.ps1 ColorCode Process Output.ps1 ColorCoded Service Status.ps1 Compare-DateTime.ps1 Compare-Double.ps1 Read More …

C++ Vault

C++ source files demonstrating some of the functionality of the language. also see: posts — 97 files — Output, Input, Variables, Arithmetic Hello example More output Variables, input Variables, input Division Arithmetic Arithmetic, casting Arithmetic, rounding Remainders Change in coins   Decisions Detect valid input with if Even or odd using if Even or odd using if/else Read More …

Firefox Browser – 72.0

Description Mozilla Firefox, or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, Mozilla Corporation. more… Download New Firefox is available here: https://ftp.mozilla.org/pub/firefox/releases/72.0/win64/en-US/   all Size 48.5 MB Silent Install setup.exe -ms or chocolatey: choco install firefox -y Install Location (10 Folders, 104 Files, 363 MB on disk) C:\Program Files\Mozilla Firefox view Read More …

VitalSource Bookshelf – AppxBundle

Description VitalSource Bookshelf is an ebook platform that allows you to access course materials whenever and wherever you choose–laptop, desktop or mobile device. You can download texts directly or access them via your browser. more…   Download I have uploaded the AppxBundle here (great for creating an offline installer or importing into SCCM): https://eddiejackson.net/apps/bookshelf/  main Read More …

MSIX Packaging Tool

Description MSIX is the Windows app package format that provides a modern packaging experience to all Windows apps. The MSIX package format preserves the functionality of existing app packages and/or install files in addition to enabling new, modern packaging and deployment features to Win32, WPF, and WinForm apps. Use the MSIX packaging tool to create Read More …

Slack – 4.3.2

Description Slack is essentially a chat room for your whole company, designed to replace email as your primary method of communication and sharing. Its workspaces allow you to organize communications by channels for group discussions and allows for private messages to share information, files, and more all in one place. more… Download New Slack setup is Read More …

Firefox Browser – 72.0.2

Description Mozilla Firefox, or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, Mozilla Corporation. more… Download New Firefox is available here: https://ftp.mozilla.org/pub/firefox/releases/72.0.2/win64/en-US/   all Size 48.6 MB Silent Install setup.exe -ms or chocolatey: choco install firefox -y Install Location (10 Folders, 93 Files, 191 MB on disk) C:\Program Files\Mozilla Firefox view Read More …

Azure – PowerShell – Update Device Registered User

In Azure, you have the ability to update the registered user of a device. This is how you do it using PowerShell.   Notes Get-AzureADUser Get-AzureADDevice Get-AzureADDeviceRegisteredOwner Add-AzureADDeviceRegisteredOwner Remove-AzureADDeviceRegisteredOwner Get-AzureADDeviceRegisteredOwner Substring method   Further Testing   tags: PowerShell, Azure registered user, change registered user in Azure Intune, MrNetTek

Windows Terminal

Description Windows Terminal is a terminal emulator for Windows 10 written by Microsoft. It includes support for the Command Prompt, PowerShell, WSL and SSH. It’s basically like having all your command shells at your disposal, when you want them, all in one tidy interface. Once you start using it, you won’t want to use individual Read More …