There is a possibility that some functions need some change to get them working. These can be used as entrance point for further usage.
Get-LeaseInfoFromMacThis function searches for an IP lease on the DHCP servers based on the supplied MAC address. It returns a PSCustomObject with the following fields: Lease (the found lease object), ServerDns (DNS name of the DHCP server where the lease resides), and ServerIp (IP address of the DHCP server).
Get-InstalledDotNetVersionsReturns installed .NET versions by registry.
Get-UIChoicePromptPrompts a closed question with the ability to decide.
Export-VbrHlthScheduleCsvExport veeam the health check options to csv file. (Editing required, DSS and Copy jobs are excluded)
Import-VbrHlthScheduleCsvImport veeam the health check options from exported csv file (directly apply settings to the jops).
Get-VbrBackupCountForeach-ObjectFastImproved version of the foreach-object cmdlet. Without the unnesecary overhead.
Where-ObjectFastImproved version of the where-object cmdlet. Without the unnesecary overhead.
New-SfbNumberReport Is a legacy script for generating HTML reports of the telephone number usage in a skype for business env given a
respective number inventory.
Get-EncodingGet file encoding. (Legacy)