A powershell example for formatting numbers February 15, 2016 $a = 348 "{0:N2}" -f $a"{0:D8}" -f $a"{0:C2}" -f $a"{0:P0}" -f $a"{0:X0}" -f $a Share Get link Facebook X Pinterest Email Other Apps Share Get link Facebook X Pinterest Email Other Apps Comments
Setting aspnet on linux to startup as a service August 28, 2022 Good guide at https://swimburger.net/blog/dotnet/how-to-run-aspnet-core-as-a-service-on-linux Read more
Instaling the Powershell ISE January 19, 2015 Do this from Powershell itself. On some machines, you may need to start powershell with elevated rights Import-Module ServerManager Add-WindowsFeature PowerShell-ISE Read more
Comments
Post a Comment