My ProductOwner gave me an assignment: “Twice a day I receive an email with an attachment. Each attachement contains an excel file with open sessions of Citrix; at 10:00 and at 14:00. Managed devices are on the first tab; the Unmanaged devices on the second. Can you gerenate an line-chart for me so I can…
2023
Post about PowerShell in 2023
Only pass parameter if value is supplied
To reduce lines of code, it would be nice if you can only add parameter if they have a value. For instance when you want to install a PowerShell-Module. The way I did it before is like this: [IST] [SOLL] It would be nice, if there was something like this: [Solved] Unfurtunately that wasn’t working….