New pages
Jump to navigation
Jump to search
- 15:18, 3 December 2024 AppSheet, Google (hist | edit) [496 bytes] Bacchas (talk | contribs) (Created page with "== Check if input is greater than 2 char and contains a space == AND((LEN([_THIS]) > 2), CONTAINS([_THIS], " ")) == Or, And, In, Not, If== OR(USERSETTINGS("Singer")="Anita L", USERSETTINGS("Singer")="Anita L.") AND(ISBLANK(USERSETTINGS("Singer")), IN("Karaoke",ActiveSession[Session])) IN("Karaoke",ActiveSession[Session]) NOT(USERSETTINGS("Singer")="R Bas") IF(IN(Context("View"),List("JOIN QUEUE")),"Submit Song","Save") upper(CONCATENATE("#",SUBSTITUTE(uppe...")
- 18:35, 17 October 2024 PowerShell Comparison Operators (hist | edit) [976 bytes] Bacchas (talk | contribs) (Created page with "Equality -eq, -ieq, -ceq - equals -ne, -ine, -cne - not equals -gt, -igt, -cgt - greater than -ge, -ige, -cge - greater than or equal -lt, -ilt, -clt - less than -le, -ile, -cle - less than or equal Matching -like, -ilike, -clike - string matches wildcard pattern -notlike, -inotlike, -cnotlike - string doesn't match wildcard pattern -match, -imatch, -cmatch - string matches regex pattern -notmatch, -inotmatch, -cnotmatch - string doesn't match regex pattern Replacement...")
- 18:15, 17 October 2024 Powershell Network Commands (hist | edit) [305 bytes] Bacchas (talk | contribs) (Created page with " Get-Netipaddress Get-netadapterstatistics Get-DnsClientserveraddress Set-DnsClientserveraddress")
- 17:46, 17 October 2024 Useful PowerShell Commands (hist | edit) [2,970 bytes] Bacchas (talk | contribs) (Created page with " Get-ComputerInfo Rename-Computer Restart-Computer Get-Date Get-TimeZone")
- 16:47, 16 October 2024 Powershell Fundamentals (hist | edit) [1,602 bytes] Bacchas (talk | contribs) (Created page with "==Get Version== $PSVersionTable")
- 16:46, 16 October 2024 PowerShell (hist | edit) [182 bytes] Bacchas (talk | contribs) (Created page with "==Powershell Fundamentals==")