Articles Tagged “Business Efficiency”
9 articles tagged “Business Efficiency”, newest first.
-
Automating PC Provisioning With winget + PowerShell — Making the Runbook Executable
How to make new-hire PC setup reproducible. Covers installing applications with winget and export/import, declarative configuration with WinGet Configuration...
-
Calling COM and .NET from PowerShell — Widening What Your Scripts Can Reach
A practical guide to calling .NET classes from PowerShell, embedding C# and Win32 APIs with Add-Type, driving COM, cleaning up leftover Excel processes, why ...
-
Parameter Design and Modularization for PowerShell Scripts — From a Script That Works to a Script You Can Hand Over
A step-by-step procedure for raising a PowerShell script to a quality you can hand to someone else. Covers the param block and [CmdletBinding()], input valid...
-
Automating Excel and CSV Work with PowerShell — Practical Recipes for Aggregation, Reconciliation, and Report Output
Practical recipes for automating CSV aggregation, reconciliation, and Excel report output with PowerShell. Covers the default encodings of Import-Csv/Export-...
-
Can the Labour-Saving Investment Subsidy Pay for Moving FAX Orders to the Web? — How to Think About Order-System Investment Under the General Type
Moving FAX order intake to the web with automated import can be a candidate for the SME Labour-Saving Investment Subsidy (General type). This article covers ...
-
What Is a Digital Invoice? How Is It Different From Emailing a PDF Invoice?
A digital invoice is a mechanism for exchanging invoice data directly from a seller's system to a buyer's system, without a person in the loop. This article ...
-
Moving FAX Orders to the Web ── Designing the Dual-Operation Period and a Phased Migration
A practical guide to migrating FAX orders to web ordering or CSV import. We cover why an all-at-once move to the web tends to fail, how to design the dual-op...
-
What Is EDI? How It Streamlines Business-to-Business Ordering — From Fax, Email, and Manual Entry to Data Integration
EDI is a system for exchanging trade data — such as purchase orders and invoices — directly between companies' computer systems. This article explains, in pl...
-
Practical PowerShell Command Recipes — Growing the Small Tools You Use Every Day
A practical roundup of PowerShell commands for everyday work, covering where to use Measure-Object, Group-Object, Select-String, Compare-Object, Tee-Object, ...