✨ Support emoji output by Unicode name #125
GitHub Actions / Test Results
succeeded
Sep 18, 2023 in 0s
All 0 tests pass, 269 skipped in 2s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
269 skipped tests found
There are 269 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
Add-CapturesToMatches.Add to regex selection.Value '<Text>' should add '<Name>' and '<Email>'("Arthur Dent [email protected]","[email protected]","Arthur Dent")
Add-CapturesToMatches.Add to regex selection.Value '<Text>' should add '<Name>' and '<Email>'("Tricia McMillan [email protected]","[email protected]","Tricia McMillan")
Add-Counter.Adds a counter property.Given JSON '<JsonInput>', adding a '<PropertyName>' counter should result in '<JsonOutput>'("[{"name":"A","id":1},{"name":"B","id":2},{"name":"C","id":3}]","id","[{"name": "A"},{"name": "B"},{"name": "C"}]")
Add-Counter.Adds a counter property.Should number providers
Add-DynamicParam.Adding parameters.Should add a required string parameter
Add-DynamicParam.Adding parameters.Should add several alternative parameters
Add-GitHubMetadata.Add basic GitHub metadata.Should create README.md, .editorconfig, CODEOWNERS, and .gitattributes (Linguist)
Add-GitHubMetadata.Set .editorconfig rules.Should set .editorconfig rules
Add-GitHubMetadata.Set CODEOWNERS.Should set specific CODEOWNERS by pattern
Add-GitHubMetadata.Set Linguist rules.Should set Linguist rules in .gitattributes
Add-GitHubMetadata.Set templates.Should set VSCode Prettier disable
Add-GitHubMetadata.Set templates.Should set VSCode extension recommendations
Add-GitHubMetadata.Set templates.Should set contributing guidelines
Add-GitHubMetadata.Set templates.Should set issue template
Add-GitHubMetadata.Set templates.Should set license
Add-GitHubMetadata.Set templates.Should set pull request template
Add-NoteProperty.Add a calculated property value.Should add a property with a static value calculated when added
Add-ParameterDefault.Appends or creates a value to use for the specified cmdlet parameter to use when one is not specified..Should set a hashtable default
Add-ParameterDefault.Appends or creates a value to use for the specified cmdlet parameter to use when one is not specified..Should set a simple default
Add-ScopeLevel.Convert a scope level to account for another call stack level..Should calculate a numeric scope
Add-ScopeLevel.Convert a scope level to account for another call stack level..Should calculate local scope
Add-ScopeLevel.Convert a scope level to account for another call stack level..Should calulate global scope
Add-TimeSpan.Adds a timespan to DateTime values..Should add '<TimeSpan>' to a '<DateTime>' pipeline value and return '<Result>'("2000-01-01","00:00:30","2000-01-01T00:00:30")
Add-TimeSpan.Adds a timespan to DateTime values..Should add '<TimeSpan>' to a '<DateTime>' pipeline value and return '<Result>'("2000-01-01T00:00:00","7","2000-01-08T00:00:00")
Add-TimeSpan.Adds a timespan to DateTime values..Should add '<TimeSpan>' to a '<DateTime>' pipeline value and return '<Result>'("2000-01-01T00:00:00",7,"2000-01-01T00:00:00.0000007")
Add-TimeSpan.Adds a timespan to DateTime values..Should add '<TimeSpan>' to a '<DateTime>' pipeline value and return '<Result>'("2010-07-01T00:00:00","00:00:30","2010-07-01T00:00:30")
Add-TimeSpan.Adds a timespan to DateTime values..Should add '<TimeSpan>' to a '<DateTime>' pipeline value and return '<Result>'("2010-07-01T00:00:00","60","2010-08-30T00:00:00")
Add-TimeSpan.Adds a timespan to DateTime values..Should add '<TimeSpan>' to a '<DateTime>' pipeline value and return '<Result>'("2010-07-01T00:00:00",60,"2010-07-01T00:00:00.000006")
Add-TimeSpan.Adds a timespan to DateTime values..Should add '<TimeSpan>' to a '<DateTime>' pipeline value and return '<Result>'("2020-12-31T23:59:00","00:00:59","2020-12-31T23:59:59")
Add-TimeSpan.Adds a timespan to DateTime values..Should add '<TimeSpan>' to a '<DateTime>' pipeline value and return '<Result>'("2020-12-31T23:59:00","100","2021-04-10T23:59:00")
Add-TimeSpan.Adds a timespan to DateTime values..Should add '<TimeSpan>' to a '<DateTime>' pipeline value and return '<Result>'("2020-12-31T23:59:00",100,"2020-12-31T23:59:00.00001")
Add-VsCodeDatabaseConnection.Adds a VS Code MSSQL database connection to the repo..Should add a trusted connection("(localdb)\ProjectsV13","AdventureWorks","AdventureWorks2016")
Add-VsCodeDatabaseConnection.Adds a VS Code MSSQL database connection to the repo..Should add a trusted connection("ServerName\instance","ConnectionName","Database")
Backup-File.Simple backup.Should create a backup as a sibling to a file, with date and time values in the name
Backup-SchTasks.Exports the local list of Scheduled Tasks into a single XML file.Should export to tasks-backup.xml using the tasks.css stylesheet
Backup-SchTasks.Exports the local list of Scheduled Tasks into a single XML file.Should export to tasks.xml
Backup-Workstation.Adds various configuration files and exported settings to a ZIP file..Creates a ZIP file
Compare-Keys.Returns the differences between two dictionaries.Comparing '<ReferenceDictionary>' to '<DifferenceDictionary>' (including equal keys) should yield '<Result>'(System.Collections.Hashtable,"Key Action ReferenceValue DifferenceValue
--- ------ -------------- ---------------
A Deleted 1
B Unchanged 2 2
C Modified 3 4
D Added 6",System.Collections.Hashtable)
Compare-Properties.Compares the properties of two objects.Should find the difference between PSProviders
Compare-Xml.Compares two XML documents and returns the differences as XSLT.Should return a diff that adds child nodes
Compare-Xml.Compares two XML documents and returns the differences as XSLT.Should return a diff that changes attributes
Compare-Xml.Compares two XML documents and returns the differences as XSLT.Should return a diff that changes child nodes
Compare-Xml.Compares two XML documents and returns the differences as XSLT.Should return a diff that updates an attribute value
Compress-EnvironmentVariables.Replaces each of the longest matching parts of a string with an embedded environment variable with that value.For '<Value>', should return '<Result>'("C:\Users\RUNNER~1\AppData\Local\Temp\tempdata","%TEMP%\tempdata")
Compress-EnvironmentVariables.Replaces each of the longest matching parts of a string with an embedded environment variable with that value.For '<Value>', should return '<Result>'("[C:\Users\runneradmin\AppData\Roaming]","[%APPDATA%]")
Compress-EnvironmentVariables.Replaces each of the longest matching parts of a string with an embedded environment variable with that value.For '<Value>', should return '<Result>'("[fv-az1113-912]","[%COMPUTERNAME%]")
Connect-SshKey.Uses OpenSSH to generate a key and connect it to an ssh server.Should set up an SSH key to a server using ssh
Convert-ChocolateyToWinget.Change from managing various packages with Chocolatey to WinGet.Should convert chocolatey packages to winget
Convert-ClipboardTsvToHtml.Parses TSV clipboard data into HTML table data which is copied back to the clipboard.Should convert '<TsvData>' to '<HtmlData>'(Id Name 1 First 2 Second 3 Third,"Version:0.9
StartHTML:000000185
EndHTML:000000510
StartFragment:000000285
EndFragment:000000478
StartSelection:000000285
EndSelection:000000478
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><body><!--StartFragment--><table>
<colgroup><col/><col/></colgroup>
<tr><th>Id</th><th>Name</th></tr>
<tr><td>1</td><td>First</td></tr>
<tr><td>2</td><td>Second</td></tr>
<tr><td>3</td><td>Third</td></tr>
</table><!--EndFragment--></body></html>")
Convert-ClipboardTsvToHtml.Parses TSV clipboard data into HTML table data which is copied back to the clipboard.Should convert '<TsvData>' to '<HtmlData>'(Name Date New Year's Day (observed) 2023-01-02 Martin Luther King, Jr Day 2023-01-16 Washington's Birthday 2023-02-20,"Version:0.9
StartHTML:000000185
EndHTML:000000603
StartFragment:000000285
EndFragment:000000571
StartSelection:000000285
EndSelection:000000571
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><body><!--StartFragment--><table>
<colgroup><col/><col/></colgroup>
<tr><th>Name</th><th>Date</th></tr>
<tr><td>New Year's Day (observed)</td><td>2023-01-02</td></tr>
<tr><td>Martin Luther King, Jr Day</td><td>2023-01-16</td></tr>
<tr><td>Washington's Birthday</td><td>2023-02-20</td></tr>
</table><!--EndFragment--></body></html>")
Convert-Xml.Transform XML using an XSLT template.Should perform a simple transform to pipeline data
Convert-Xml.Transform XML using an XSLT template.Should perform a text transform to a file
Convert-Xml.Transform XML using an XSLT template.Should perform a trivial transform to pipeline data
ConvertFrom-Base64.Converts base64-encoded text to bytes or text.Should parse a URI-style base-64 string from pipeline
ConvertFrom-Base64.Converts base64-encoded text to bytes or text.Should parse a base-64 string from pipeline as a byte array
ConvertFrom-Base64.Converts base64-encoded text to bytes or text.Should parse a standard base-64 string as parameter
ConvertFrom-CimInstance.Convert a CimInstance object to a PSObject.Should convert a Scheduled Task CIM instance into a PSCustomObject
ConvertFrom-DataRow.Converts a DataRow object to a PSObject, Hashtable, or single value.Should convert rows to dictionaries
ConvertFrom-DataRow.Converts a DataRow object to a PSObject, Hashtable, or single value.Should convert rows to objects
ConvertFrom-DataRow.Converts a DataRow object to a PSObject, Hashtable, or single value.Should convert rows to values
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("0:00:01","PT1S")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("0:01:00","PT1M")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("1.0:00:00","P1D")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("1:00:00","PT1H")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("3.00:10:00","PT72H10M")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("5.01:35:00","P3DT48H90M300S")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("7.0:00:00","P1W")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("90.08:00:00","P90DT8H")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("P1M","30.0:00:00","Adding month(s) as a mean number of days (30.436875).")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("P1Y","365.0:00:00","Adding year(s) as a mean number of days (365.2425).")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("P1Y3M2DT8H20M15S","458.08:20:15",Adding year(s) as a mean number of days (365.2425). Adding month(s) as a mean number of days (30.436875).)
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("P3Y6M4DT12H30M5S","1283.12:30:05",Adding year(s) as a mean number of days (365.2425). Adding month(s) as a mean number of days (30.436875).)
ConvertFrom-EscapedXml.Parse escaped XML into XML and serialize it.Should convert '<Input>' into '<Output>'("<a href="http://example.org">link</a>","<a href="http://example.org">link</a>")
ConvertFrom-EscapedXml.Parse escaped XML into XML and serialize it.Should convert '<Input>' into '<Output>'("<x />","<x />")
ConvertFrom-Hex.Convert a string of hexadecimal digits into a byte array.The value '<Value>' should return '<Result>'("0x25504446",37 80 68 70)
ConvertFrom-Hex.Convert a string of hexadecimal digits into a byte array.The value '<Value>' should return '<Result>'("EF BB BF",239 187 191)
ConvertFrom-Hex.Convert a string of hexadecimal digits into a byte array.The value '<Value>' should return '<Result>'("c0ffee",192 255 238)
ConvertFrom-XmlElement.Converts named nodes of an element to properties of a PSObject, recursively.Should convert from an XML document to an object
ConvertFrom-XmlElement.Converts named nodes of an element to properties of a PSObject, recursively.Should convert from an XML element to an object
ConvertFrom-XmlElement.Converts named nodes of an element to properties of a PSObject, recursively.Should convert the XML from Select-Xml into an object
ConvertTo-Base64.Converts bytes or text to base64-encoded text..Should encode a byte array from pipeline to a base-64 string from pipeline
ConvertTo-Base64.Converts bytes or text to base64-encoded text..Should encode a string from pipeline to a URI-style base-64 string
ConvertTo-Base64.Converts bytes or text to base64-encoded text..Should encode a string parameter as a standard base-64 string
ConvertTo-BasicAuthentication.Produces a basic authentication header string from a credential.Credential '<UserName>' with password '<SingleFactor>' should return '<Result>'("eroot","w@terHous3","Basic ZXJvb3Q6d0B0ZXJIb3VzMw==")
ConvertTo-BasicAuthentication.Produces a basic authentication header string from a credential.Credential '<UserName>' with password '<SingleFactor>' should return '<Result>'("hcase","//mrrrChds1","Basic aGNhc2U6Ly9tcnJyQ2hkczE=")
ConvertTo-BasicAuthentication.Produces a basic authentication header string from a credential.Credential '<UserName>' with password '<SingleFactor>' should return '<Result>'("hprot","pr1mpCtrl!","Basic aHByb3Q6cHIxbXBDdHJsIQ==")
ConvertTo-EpochTime.Converts a DateTime value into an integer Unix (POSIX) time, seconds since Jan 1, 1970.DateTime value '<DateTime>' should return '<Result>'("1970-01-01Z",0)
ConvertTo-EpochTime.Converts a DateTime value into an integer Unix (POSIX) time, seconds since Jan 1, 1970.DateTime value '<DateTime>' should return '<Result>'("1991-01-10T05:50Z",663486600)
ConvertTo-EpochTime.Converts a DateTime value into an integer Unix (POSIX) time, seconds since Jan 1, 1970.DateTime value '<DateTime>' should return '<Result>'("2000-01-01Z",946684800)
ConvertTo-EpochTime.Converts a DateTime value into an integer Unix (POSIX) time, seconds since Jan 1, 1970.DateTime value '<DateTime>' should return '<Result>'("2002-02-02T02:02:02Z",1012615322)
ConvertTo-EpochTime.Converts a DateTime value into an integer Unix (POSIX) time, seconds since Jan 1, 1970.DateTime value '<DateTime>' should return '<Result>'("2022-02-22T22:22:22Z",1645568542)
ConvertTo-ICalendar.By day.A daily trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=DAILY;INTERVAL=1",1)
ConvertTo-ICalendar.By day.A daily trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=DAILY;INTERVAL=2",2)
ConvertTo-ICalendar.By day.A daily trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=DAILY;INTERVAL=3",3)
ConvertTo-ICalendar.By day.A daily trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=DAILY;INTERVAL=5",5)
ConvertTo-ICalendar.By hour.An hourly trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=HOURLY;INTERVAL=1",1)
ConvertTo-ICalendar.By hour.An hourly trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=HOURLY;INTERVAL=2",2)
ConvertTo-ICalendar.By hour.An hourly trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=HOURLY;INTERVAL=3",3)
ConvertTo-ICalendar.By hour.An hourly trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=HOURLY;INTERVAL=5",5)
ConvertTo-ICalendar.By minute.A minutely trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=MINUTELY;INTERVAL=1",1)
ConvertTo-ICalendar.By minute.A minutely trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=MINUTELY;INTERVAL=2",2)
ConvertTo-ICalendar.By minute.A minutely trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=MINUTELY;INTERVAL=3",3)
ConvertTo-ICalendar.By minute.A minutely trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=MINUTELY;INTERVAL=5",5)
ConvertTo-ICalendar.By month.A monthly trigger that runs '<Modifier>' '<Days>' '<Months>' should include recurrence '<Rule>'("FEB",null,28,"RRULE:FREQ=YEARLY;INTERVAL=1;BYMONTH=2;BYDAY=28")
ConvertTo-ICalendar.By month.A monthly trigger that runs '<Modifier>' '<Days>' '<Months>' should include recurrence '<Rule>'("feb","lastday",null,"RRULE:FREQ=YEARLY;INTERVAL=1;BYMONTH=2;BYSETPOS=-1")
ConvertTo-ICalendar.By month.A monthly trigger that runs '<Modifier>' '<Days>' '<Months>' should include recurrence '<Rule>'(null,"last","thu","RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=-1THU")
ConvertTo-ICalendar.By month.A monthly trigger that runs '<Modifier>' '<Days>' '<Months>' should include recurrence '<Rule>'(null,"second","mon","RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=2MON")
ConvertTo-ICalendar.By month.A monthly trigger that runs '<Modifier>' '<Days>' '<Months>' should include recurrence '<Rule>'(null,null,13,"RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=13")
ConvertTo-ICalendar.By month.A monthly trigger that runs '<Modifier>' '<Days>' '<Months>' should include recurrence '<Rule>'(null,null,null,"RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=1")
ConvertTo-ICalendar.By week.A weekly trigger that runs every '<Interval>' on days '<Days>' should include recurrence '<Rule>'("RRULE:FREQ=WEEKLY;INTERVAL=1",,1)
ConvertTo-ICalendar.By week.A weekly trigger that runs every '<Interval>' on days '<Days>' should include recurrence '<Rule>'("RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=TU,TH",Tuesday Thursday,1)
ConvertTo-ICalendar.By week.A weekly trigger that runs every '<Interval>' on days '<Days>' should include recurrence '<Rule>'("RRULE:FREQ=WEEKLY;INTERVAL=2",,2)
ConvertTo-ICalendar.By week.A weekly trigger that runs every '<Interval>' on days '<Days>' should include recurrence '<Rule>'("RRULE:FREQ=WEEKLY;INTERVAL=2;BYDAY=SU,SA",Saturday Sunday,2)
ConvertTo-ICalendar.By week.A weekly trigger that runs every '<Interval>' on days '<Days>' should include recurrence '<Rule>'("RRULE:FREQ=WEEKLY;INTERVAL=3",,3)
ConvertTo-ICalendar.By week.A weekly trigger that runs every '<Interval>' on days '<Days>' should include recurrence '<Rule>'("RRULE:FREQ=WEEKLY;INTERVAL=3;BYDAY=MO,TU,WE,TH,FR",Monday Tuesday Wednesday Thursday Friday,3)
ConvertTo-ICalendar.By week.A weekly trigger that runs every '<Interval>' on days '<Days>' should include recurrence '<Rule>'("RRULE:FREQ=WEEKLY;INTERVAL=5",,5)
ConvertTo-ICalendar.By week.A weekly trigger that runs every '<Interval>' on days '<Days>' should include recurrence '<Rule>'("RRULE:FREQ=WEEKLY;INTERVAL=5;BYDAY=TH","Thursday",5)
ConvertTo-ICalendar.One-time.A one-time trigger at '<DtStart>' should produce a matching DTSTART("2000-01-01T07:00")
ConvertTo-ICalendar.One-time.A one-time trigger at '<DtStart>' should produce a matching DTSTART("2002-02-20T22:11:33")
ConvertTo-ICalendar.One-time.A one-time trigger at '<DtStart>' should produce a matching DTSTART("2020-02-02T20:02")
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '<DateTime>' into a LogParser timestamp expression("2000-01-01")
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '<DateTime>' into a LogParser timestamp expression("2002-02-20 02:20:02")
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '<DateTime>' into a LogParser timestamp expression("2022-02-22 22:20:20")
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '<DateTime>' into a LogParser timestamp expression(02/04/2011 21:17:01)
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '<DateTime>' into a LogParser timestamp expression(04/02/2027 23:56:24)
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '<DateTime>' into a LogParser timestamp expression(07/11/1993 08:20:33)
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '<DateTime>' into a LogParser timestamp expression(09/18/2023 21:48:30)
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '<DateTime>' into a LogParser timestamp expression(11/10/1988 23:02:56)
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '<DateTime>' into a LogParser timestamp expression(12/24/2002 23:42:28)
ConvertTo-MultipartFormData.Creates multipart/form-data to send as a request body.Converts a dictionary of form values to a UTF-8 byte array body(System.Collections.Specialized.OrderedDictionary)
ConvertTo-MultipartFormData.Creates multipart/form-data to send as a request body.Sets header values for content type
ConvertTo-OrderedDictionary.Converts an object to an ordered dictionary of properties and values..Should convert an IO.FileInfo object into a dictionary
ConvertTo-PowerShell.Serialize secure strings secured with a credential.Should generate PowerShell for secure '<Value>', using credential '<Name>' : '<Secret>'("Lorem ipsum dolor","apikey","$w0rdF1sh")
ConvertTo-PowerShell.Serialize secure strings secured with a credential.Should generate PowerShell for secure '<Value>', using credential '<Name>' : '<Secret>'("Test","user","P@ssw0rd!")
ConvertTo-PowerShell.Serialize secure strings secured with a provided password.Should generate PowerShell for secure '<Value>', using password '<Secret>'("Lorem ipsum dolor","$w0rdf1sh")
ConvertTo-PowerShell.Serialize secure strings secured with a provided password.Should generate PowerShell for secure '<Value>', using password '<Secret>'("Test","P@ssw0rd")
ConvertTo-PowerShell.Serialize secure strings secured with a provided zero key.Should generate PowerShell for secure '<Value>', using key bytes '<Secret>'("Lorem ipsum dolor",1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1)
ConvertTo-PowerShell.Serialize secure strings secured with a provided zero key.Should generate PowerShell for secure '<Value>', using key bytes '<Secret>'("Test",0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0)
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(0,"0")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(1,"1")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(1,"1y")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(15360,"15KB")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(16888498602639360000,"15000ulPB")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(200,"200uy")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(30720,"30sKB")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(3221225472,"3uGB")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(4294967296,"4LGB")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(61440,"60usKB")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(7,"7")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(9,"9")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert JSON '<Value>' into PowerShell literals(""2000-01-01T00:00:00"","[datetime]'2000-01-01T00:00:00'")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert JSON '<Value>' into PowerShell literals(""Don't Panic!"","'Don''t Panic!'")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert JSON '<Value>' into PowerShell literals("7","7L")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert JSON '<Value>' into PowerShell literals("[6,9,42]","@(
6L
9L
42L
)")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert JSON '<Value>' into PowerShell literals("null","$null")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert JSON '<Value>' into PowerShell literals("{"a":1,"b":2,"c":{"d":"2017-03-22T20:59:31","e":null}}","[pscustomobject]@{
a = 1L
b = 2L
c = [pscustomobject]@{
d = [datetime]'2017-03-22T20:59:31'
e = $null
}
}")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert JSON '<Value>' into PowerShell literals("{}","[pscustomobject]@{
}")
ConvertTo-PowerShell.Serializes secure strings secured with a generated key.Should generate PowerShell for secure '<Value>', using a generated zero key("Lorem ipsum dolor")
ConvertTo-PowerShell.Serializes secure strings secured with a generated key.Should generate PowerShell for secure '<Value>', using a generated zero key("Test")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(1,"I")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(10,"X")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(100,"C")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(1000,"M")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(11,"XI")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(1111,"MCXI")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(12,"XII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(13,"XIII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(14,"XIV")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(15,"XV")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(16,"XVI")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(17,"XVII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(18,"XVIII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(19,"XIX")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(2,"II")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(20,"XX")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(2020,"MMXX")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(2022,"MMXXII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(21,"XXI")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(22,"XXII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(23,"XXIII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(24,"XXIV")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(25,"XXV")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(3,"III")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(35,"XXXV")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(4,"IV")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(45,"XLV")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(46,"XLVI")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(47,"XLVII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(48,"XLVIII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(49,"XLIX")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(5,"V")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(50,"L")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(51,"LI")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(52,"LII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(6,"VI")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(7,"VII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(8,"VIII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(9,"IX")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(99,"XCIX")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(999,"CMXCIX")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(1,"Ⅰ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(10,"Ⅹ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(100,"Ⅽ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(1000,"Ⅿ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(11,"ⅩⅠ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(1111,"ⅯⅭⅩⅠ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(12,"ⅩⅡ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(13,"ⅩⅢ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(14,"ⅩⅣ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(15,"ⅩⅤ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(16,"ⅩⅥ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(17,"ⅩⅦ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(18,"ⅩⅧ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(19,"ⅩⅨ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(2,"Ⅱ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(20,"ⅩⅩ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(2020,"ⅯⅯⅩⅩ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(2022,"ⅯⅯⅩⅩⅡ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(21,"ⅩⅩⅠ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(22,"ⅩⅩⅡ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(23,"ⅩⅩⅢ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(24,"ⅩⅩⅣ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(25,"ⅩⅩⅤ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(3,"Ⅲ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(35,"ⅩⅩⅩⅤ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(4,"Ⅳ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(45,"ⅩⅬⅤ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(46,"ⅩⅬⅥ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(47,"ⅩⅬⅦ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(48,"ⅩⅬⅧ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(49,"ⅩⅬⅨ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(5,"Ⅴ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(50,"Ⅼ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(51,"ⅬⅠ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(52,"ⅬⅡ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(6,"Ⅵ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(7,"Ⅶ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(8,"Ⅷ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(9,"Ⅸ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(99,"ⅩⅭⅨ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(999,"ⅭⅯⅩⅭⅠⅩ")
ConvertTo-SafeEntities.Encode text as XML/HTML, escaping all characters outside 7-bit ASCII.Should convert '<Value>' to '<Result>'("ETA: ½ hour","ETA: ½ hour")
ConvertTo-SafeEntities.Encode text as XML/HTML, escaping all characters outside 7-bit ASCII.Should convert '<Value>' to '<Result>'("\U0001f41b fix bug","🐛 fix bug")
ConvertTo-SafeEntities.Encode text as XML/HTML, escaping all characters outside 7-bit ASCII.Should convert '<Value>' to '<Result>'("\U0001f4a1 File → Save","💡 File → Save")
ConvertTo-SafeEntities.Encode text as XML/HTML, escaping all characters outside 7-bit ASCII.Should convert '<Value>' to '<Result>'("\U0001f9ea new test","🧪 new test")
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'("Don't Panic!","<String>Don't Panic!</String>",False)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(,"<DBNull />",False)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(,"<DBNull />",True)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(0,"0",True)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(0,"<Int32>0</Int32>",False)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(1 2 3,"<ObjectArray>
<Item>1</Item>
<Item>2</Item>
<Item>3</Item>
</ObjectArray>",False)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(1,"<Byte>1</Byte>",False)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(16888498602639360000,"<UInt64>16888498602639360000</UInt64>",False)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(2,"<Int64>2</Int64>",False)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(@{UserName=username; Computer=COMPUTERNAME},"<PSCustomObject>
<UserName>username</UserName>
<Computer>COMPUTERNAME</Computer>
</PSCustomObject>",False)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(@{item=},"<item>
<name>Test</name>
<id>1</id>
</item>",True)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(System.Collections.Hashtable,"<html>
<body>
<p>Some text.</p>
</body>
</html>",True)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(null,"<null />",False)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(null,"<null />",True)
Copy-GitHubLabels.Copies configured issue labels from one repo to another.Should add, update, and delete labels as needed by ReplaceAll mode
Copy-Html.Copies objects as an HTML table.Should copy objects as HTML( ,"*<tr><th>Id</th><th>Name</th></tr>
<tr><td align="right">1</td><td>First</td></tr>
<tr><td align="right">2</td><td>Second</td></tr>
<tr><td align="right">3</td><td>Third</td></tr>
</table>*")
Copy-SchTasks.Copy scheduled jobs from another computer to this one, using a GUI list to choose jobs.Tasks are copied from one system to another
Disable-AnsiColor.Disables ANSI terminal colors.Sets OutputRendering
Enable-AnsiColor.Enables ANSI terminal colors..Sets OutputRendering
Expand-EnvironmentVariables.Replaces the name of each environment variable embedded in the specified string with the string equivalent of the value of the variable, then returns the resulting string.Expands '<String>' to '<Result>'("C:\Program Files\Common Files\System\ado","%CommonProgramFiles%\System\ado")
Expand-EnvironmentVariables.Replaces the name of each environment variable embedded in the specified string with the string equivalent of the value of the variable, then returns the resulting string.Expands '<String>' to '<Result>'("C:\WINDOWS\System32\cmd.exe","%SystemRoot%\System32\cmd.exe")
Get-IisLog.Query log directory.Should query old IISW3C logs from IIS 7.0
Get-IisLog.Query log directory.Should query old IISW3C logs from IIS 8.5
Get-IisLog.Query log directory.Should query very old IISW3C logs
Check notice on line 0 in .github
github-actions / Test Results
269 tests found
There are 269 tests, see "Raw output" for the full list of tests.
Raw output
Add-CapturesToMatches.Add to regex selection.Value '<Text>' should add '<Name>' and '<Email>'("Arthur Dent [email protected]","[email protected]","Arthur Dent")
Add-CapturesToMatches.Add to regex selection.Value '<Text>' should add '<Name>' and '<Email>'("Tricia McMillan [email protected]","[email protected]","Tricia McMillan")
Add-Counter.Adds a counter property.Given JSON '<JsonInput>', adding a '<PropertyName>' counter should result in '<JsonOutput>'("[{"name":"A","id":1},{"name":"B","id":2},{"name":"C","id":3}]","id","[{"name": "A"},{"name": "B"},{"name": "C"}]")
Add-Counter.Adds a counter property.Should number providers
Add-DynamicParam.Adding parameters.Should add a required string parameter
Add-DynamicParam.Adding parameters.Should add several alternative parameters
Add-GitHubMetadata.Add basic GitHub metadata.Should create README.md, .editorconfig, CODEOWNERS, and .gitattributes (Linguist)
Add-GitHubMetadata.Set .editorconfig rules.Should set .editorconfig rules
Add-GitHubMetadata.Set CODEOWNERS.Should set specific CODEOWNERS by pattern
Add-GitHubMetadata.Set Linguist rules.Should set Linguist rules in .gitattributes
Add-GitHubMetadata.Set templates.Should set VSCode Prettier disable
Add-GitHubMetadata.Set templates.Should set VSCode extension recommendations
Add-GitHubMetadata.Set templates.Should set contributing guidelines
Add-GitHubMetadata.Set templates.Should set issue template
Add-GitHubMetadata.Set templates.Should set license
Add-GitHubMetadata.Set templates.Should set pull request template
Add-NoteProperty.Add a calculated property value.Should add a property with a static value calculated when added
Add-ParameterDefault.Appends or creates a value to use for the specified cmdlet parameter to use when one is not specified..Should set a hashtable default
Add-ParameterDefault.Appends or creates a value to use for the specified cmdlet parameter to use when one is not specified..Should set a simple default
Add-ScopeLevel.Convert a scope level to account for another call stack level..Should calculate a numeric scope
Add-ScopeLevel.Convert a scope level to account for another call stack level..Should calculate local scope
Add-ScopeLevel.Convert a scope level to account for another call stack level..Should calulate global scope
Add-TimeSpan.Adds a timespan to DateTime values..Should add '<TimeSpan>' to a '<DateTime>' pipeline value and return '<Result>'("2000-01-01","00:00:30","2000-01-01T00:00:30")
Add-TimeSpan.Adds a timespan to DateTime values..Should add '<TimeSpan>' to a '<DateTime>' pipeline value and return '<Result>'("2000-01-01T00:00:00","7","2000-01-08T00:00:00")
Add-TimeSpan.Adds a timespan to DateTime values..Should add '<TimeSpan>' to a '<DateTime>' pipeline value and return '<Result>'("2000-01-01T00:00:00",7,"2000-01-01T00:00:00.0000007")
Add-TimeSpan.Adds a timespan to DateTime values..Should add '<TimeSpan>' to a '<DateTime>' pipeline value and return '<Result>'("2010-07-01T00:00:00","00:00:30","2010-07-01T00:00:30")
Add-TimeSpan.Adds a timespan to DateTime values..Should add '<TimeSpan>' to a '<DateTime>' pipeline value and return '<Result>'("2010-07-01T00:00:00","60","2010-08-30T00:00:00")
Add-TimeSpan.Adds a timespan to DateTime values..Should add '<TimeSpan>' to a '<DateTime>' pipeline value and return '<Result>'("2010-07-01T00:00:00",60,"2010-07-01T00:00:00.000006")
Add-TimeSpan.Adds a timespan to DateTime values..Should add '<TimeSpan>' to a '<DateTime>' pipeline value and return '<Result>'("2020-12-31T23:59:00","00:00:59","2020-12-31T23:59:59")
Add-TimeSpan.Adds a timespan to DateTime values..Should add '<TimeSpan>' to a '<DateTime>' pipeline value and return '<Result>'("2020-12-31T23:59:00","100","2021-04-10T23:59:00")
Add-TimeSpan.Adds a timespan to DateTime values..Should add '<TimeSpan>' to a '<DateTime>' pipeline value and return '<Result>'("2020-12-31T23:59:00",100,"2020-12-31T23:59:00.00001")
Add-VsCodeDatabaseConnection.Adds a VS Code MSSQL database connection to the repo..Should add a trusted connection("(localdb)\ProjectsV13","AdventureWorks","AdventureWorks2016")
Add-VsCodeDatabaseConnection.Adds a VS Code MSSQL database connection to the repo..Should add a trusted connection("ServerName\instance","ConnectionName","Database")
Backup-File.Simple backup.Should create a backup as a sibling to a file, with date and time values in the name
Backup-SchTasks.Exports the local list of Scheduled Tasks into a single XML file.Should export to tasks-backup.xml using the tasks.css stylesheet
Backup-SchTasks.Exports the local list of Scheduled Tasks into a single XML file.Should export to tasks.xml
Backup-Workstation.Adds various configuration files and exported settings to a ZIP file..Creates a ZIP file
Compare-Keys.Returns the differences between two dictionaries.Comparing '<ReferenceDictionary>' to '<DifferenceDictionary>' (including equal keys) should yield '<Result>'(System.Collections.Hashtable,"Key Action ReferenceValue DifferenceValue
--- ------ -------------- ---------------
A Deleted 1
B Unchanged 2 2
C Modified 3 4
D Added 6",System.Collections.Hashtable)
Compare-Properties.Compares the properties of two objects.Should find the difference between PSProviders
Compare-Xml.Compares two XML documents and returns the differences as XSLT.Should return a diff that adds child nodes
Compare-Xml.Compares two XML documents and returns the differences as XSLT.Should return a diff that changes attributes
Compare-Xml.Compares two XML documents and returns the differences as XSLT.Should return a diff that changes child nodes
Compare-Xml.Compares two XML documents and returns the differences as XSLT.Should return a diff that updates an attribute value
Compress-EnvironmentVariables.Replaces each of the longest matching parts of a string with an embedded environment variable with that value.For '<Value>', should return '<Result>'("C:\Users\RUNNER~1\AppData\Local\Temp\tempdata","%TEMP%\tempdata")
Compress-EnvironmentVariables.Replaces each of the longest matching parts of a string with an embedded environment variable with that value.For '<Value>', should return '<Result>'("[C:\Users\runneradmin\AppData\Roaming]","[%APPDATA%]")
Compress-EnvironmentVariables.Replaces each of the longest matching parts of a string with an embedded environment variable with that value.For '<Value>', should return '<Result>'("[fv-az1113-912]","[%COMPUTERNAME%]")
Connect-SshKey.Uses OpenSSH to generate a key and connect it to an ssh server.Should set up an SSH key to a server using ssh
Convert-ChocolateyToWinget.Change from managing various packages with Chocolatey to WinGet.Should convert chocolatey packages to winget
Convert-ClipboardTsvToHtml.Parses TSV clipboard data into HTML table data which is copied back to the clipboard.Should convert '<TsvData>' to '<HtmlData>'(Id Name 1 First 2 Second 3 Third,"Version:0.9
StartHTML:000000185
EndHTML:000000510
StartFragment:000000285
EndFragment:000000478
StartSelection:000000285
EndSelection:000000478
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><body><!--StartFragment--><table>
<colgroup><col/><col/></colgroup>
<tr><th>Id</th><th>Name</th></tr>
<tr><td>1</td><td>First</td></tr>
<tr><td>2</td><td>Second</td></tr>
<tr><td>3</td><td>Third</td></tr>
</table><!--EndFragment--></body></html>")
Convert-ClipboardTsvToHtml.Parses TSV clipboard data into HTML table data which is copied back to the clipboard.Should convert '<TsvData>' to '<HtmlData>'(Name Date New Year's Day (observed) 2023-01-02 Martin Luther King, Jr Day 2023-01-16 Washington's Birthday 2023-02-20,"Version:0.9
StartHTML:000000185
EndHTML:000000603
StartFragment:000000285
EndFragment:000000571
StartSelection:000000285
EndSelection:000000571
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><body><!--StartFragment--><table>
<colgroup><col/><col/></colgroup>
<tr><th>Name</th><th>Date</th></tr>
<tr><td>New Year's Day (observed)</td><td>2023-01-02</td></tr>
<tr><td>Martin Luther King, Jr Day</td><td>2023-01-16</td></tr>
<tr><td>Washington's Birthday</td><td>2023-02-20</td></tr>
</table><!--EndFragment--></body></html>")
Convert-Xml.Transform XML using an XSLT template.Should perform a simple transform to pipeline data
Convert-Xml.Transform XML using an XSLT template.Should perform a text transform to a file
Convert-Xml.Transform XML using an XSLT template.Should perform a trivial transform to pipeline data
ConvertFrom-Base64.Converts base64-encoded text to bytes or text.Should parse a URI-style base-64 string from pipeline
ConvertFrom-Base64.Converts base64-encoded text to bytes or text.Should parse a base-64 string from pipeline as a byte array
ConvertFrom-Base64.Converts base64-encoded text to bytes or text.Should parse a standard base-64 string as parameter
ConvertFrom-CimInstance.Convert a CimInstance object to a PSObject.Should convert a Scheduled Task CIM instance into a PSCustomObject
ConvertFrom-DataRow.Converts a DataRow object to a PSObject, Hashtable, or single value.Should convert rows to dictionaries
ConvertFrom-DataRow.Converts a DataRow object to a PSObject, Hashtable, or single value.Should convert rows to objects
ConvertFrom-DataRow.Converts a DataRow object to a PSObject, Hashtable, or single value.Should convert rows to values
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("0:00:01","PT1S")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("0:01:00","PT1M")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("1.0:00:00","P1D")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("1:00:00","PT1H")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("3.00:10:00","PT72H10M")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("5.01:35:00","P3DT48H90M300S")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("7.0:00:00","P1W")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("90.08:00:00","P90DT8H")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("P1M","30.0:00:00","Adding month(s) as a mean number of days (30.436875).")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("P1Y","365.0:00:00","Adding year(s) as a mean number of days (365.2425).")
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("P1Y3M2DT8H20M15S","458.08:20:15",Adding year(s) as a mean number of days (365.2425). Adding month(s) as a mean number of days (30.436875).)
ConvertFrom-Duration.Parses a Timespan from a ISO8601 duration string.Should parse '<Duration>' as '<TimeSpan>'("P3Y6M4DT12H30M5S","1283.12:30:05",Adding year(s) as a mean number of days (365.2425). Adding month(s) as a mean number of days (30.436875).)
ConvertFrom-EscapedXml.Parse escaped XML into XML and serialize it.Should convert '<Input>' into '<Output>'("<a href="http://example.org">link</a>","<a href="http://example.org">link</a>")
ConvertFrom-EscapedXml.Parse escaped XML into XML and serialize it.Should convert '<Input>' into '<Output>'("<x />","<x />")
ConvertFrom-Hex.Convert a string of hexadecimal digits into a byte array.The value '<Value>' should return '<Result>'("0x25504446",37 80 68 70)
ConvertFrom-Hex.Convert a string of hexadecimal digits into a byte array.The value '<Value>' should return '<Result>'("EF BB BF",239 187 191)
ConvertFrom-Hex.Convert a string of hexadecimal digits into a byte array.The value '<Value>' should return '<Result>'("c0ffee",192 255 238)
ConvertFrom-XmlElement.Converts named nodes of an element to properties of a PSObject, recursively.Should convert from an XML document to an object
ConvertFrom-XmlElement.Converts named nodes of an element to properties of a PSObject, recursively.Should convert from an XML element to an object
ConvertFrom-XmlElement.Converts named nodes of an element to properties of a PSObject, recursively.Should convert the XML from Select-Xml into an object
ConvertTo-Base64.Converts bytes or text to base64-encoded text..Should encode a byte array from pipeline to a base-64 string from pipeline
ConvertTo-Base64.Converts bytes or text to base64-encoded text..Should encode a string from pipeline to a URI-style base-64 string
ConvertTo-Base64.Converts bytes or text to base64-encoded text..Should encode a string parameter as a standard base-64 string
ConvertTo-BasicAuthentication.Produces a basic authentication header string from a credential.Credential '<UserName>' with password '<SingleFactor>' should return '<Result>'("eroot","w@terHous3","Basic ZXJvb3Q6d0B0ZXJIb3VzMw==")
ConvertTo-BasicAuthentication.Produces a basic authentication header string from a credential.Credential '<UserName>' with password '<SingleFactor>' should return '<Result>'("hcase","//mrrrChds1","Basic aGNhc2U6Ly9tcnJyQ2hkczE=")
ConvertTo-BasicAuthentication.Produces a basic authentication header string from a credential.Credential '<UserName>' with password '<SingleFactor>' should return '<Result>'("hprot","pr1mpCtrl!","Basic aHByb3Q6cHIxbXBDdHJsIQ==")
ConvertTo-EpochTime.Converts a DateTime value into an integer Unix (POSIX) time, seconds since Jan 1, 1970.DateTime value '<DateTime>' should return '<Result>'("1970-01-01Z",0)
ConvertTo-EpochTime.Converts a DateTime value into an integer Unix (POSIX) time, seconds since Jan 1, 1970.DateTime value '<DateTime>' should return '<Result>'("1991-01-10T05:50Z",663486600)
ConvertTo-EpochTime.Converts a DateTime value into an integer Unix (POSIX) time, seconds since Jan 1, 1970.DateTime value '<DateTime>' should return '<Result>'("2000-01-01Z",946684800)
ConvertTo-EpochTime.Converts a DateTime value into an integer Unix (POSIX) time, seconds since Jan 1, 1970.DateTime value '<DateTime>' should return '<Result>'("2002-02-02T02:02:02Z",1012615322)
ConvertTo-EpochTime.Converts a DateTime value into an integer Unix (POSIX) time, seconds since Jan 1, 1970.DateTime value '<DateTime>' should return '<Result>'("2022-02-22T22:22:22Z",1645568542)
ConvertTo-ICalendar.By day.A daily trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=DAILY;INTERVAL=1",1)
ConvertTo-ICalendar.By day.A daily trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=DAILY;INTERVAL=2",2)
ConvertTo-ICalendar.By day.A daily trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=DAILY;INTERVAL=3",3)
ConvertTo-ICalendar.By day.A daily trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=DAILY;INTERVAL=5",5)
ConvertTo-ICalendar.By hour.An hourly trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=HOURLY;INTERVAL=1",1)
ConvertTo-ICalendar.By hour.An hourly trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=HOURLY;INTERVAL=2",2)
ConvertTo-ICalendar.By hour.An hourly trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=HOURLY;INTERVAL=3",3)
ConvertTo-ICalendar.By hour.An hourly trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=HOURLY;INTERVAL=5",5)
ConvertTo-ICalendar.By minute.A minutely trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=MINUTELY;INTERVAL=1",1)
ConvertTo-ICalendar.By minute.A minutely trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=MINUTELY;INTERVAL=2",2)
ConvertTo-ICalendar.By minute.A minutely trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=MINUTELY;INTERVAL=3",3)
ConvertTo-ICalendar.By minute.A minutely trigger that runs every '<Interval>' should include recurrence '<Rule>'("RRULE:FREQ=MINUTELY;INTERVAL=5",5)
ConvertTo-ICalendar.By month.A monthly trigger that runs '<Modifier>' '<Days>' '<Months>' should include recurrence '<Rule>'("FEB",null,28,"RRULE:FREQ=YEARLY;INTERVAL=1;BYMONTH=2;BYDAY=28")
ConvertTo-ICalendar.By month.A monthly trigger that runs '<Modifier>' '<Days>' '<Months>' should include recurrence '<Rule>'("feb","lastday",null,"RRULE:FREQ=YEARLY;INTERVAL=1;BYMONTH=2;BYSETPOS=-1")
ConvertTo-ICalendar.By month.A monthly trigger that runs '<Modifier>' '<Days>' '<Months>' should include recurrence '<Rule>'(null,"last","thu","RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=-1THU")
ConvertTo-ICalendar.By month.A monthly trigger that runs '<Modifier>' '<Days>' '<Months>' should include recurrence '<Rule>'(null,"second","mon","RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=2MON")
ConvertTo-ICalendar.By month.A monthly trigger that runs '<Modifier>' '<Days>' '<Months>' should include recurrence '<Rule>'(null,null,13,"RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=13")
ConvertTo-ICalendar.By month.A monthly trigger that runs '<Modifier>' '<Days>' '<Months>' should include recurrence '<Rule>'(null,null,null,"RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=1")
ConvertTo-ICalendar.By week.A weekly trigger that runs every '<Interval>' on days '<Days>' should include recurrence '<Rule>'("RRULE:FREQ=WEEKLY;INTERVAL=1",,1)
ConvertTo-ICalendar.By week.A weekly trigger that runs every '<Interval>' on days '<Days>' should include recurrence '<Rule>'("RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=TU,TH",Tuesday Thursday,1)
ConvertTo-ICalendar.By week.A weekly trigger that runs every '<Interval>' on days '<Days>' should include recurrence '<Rule>'("RRULE:FREQ=WEEKLY;INTERVAL=2",,2)
ConvertTo-ICalendar.By week.A weekly trigger that runs every '<Interval>' on days '<Days>' should include recurrence '<Rule>'("RRULE:FREQ=WEEKLY;INTERVAL=2;BYDAY=SU,SA",Saturday Sunday,2)
ConvertTo-ICalendar.By week.A weekly trigger that runs every '<Interval>' on days '<Days>' should include recurrence '<Rule>'("RRULE:FREQ=WEEKLY;INTERVAL=3",,3)
ConvertTo-ICalendar.By week.A weekly trigger that runs every '<Interval>' on days '<Days>' should include recurrence '<Rule>'("RRULE:FREQ=WEEKLY;INTERVAL=3;BYDAY=MO,TU,WE,TH,FR",Monday Tuesday Wednesday Thursday Friday,3)
ConvertTo-ICalendar.By week.A weekly trigger that runs every '<Interval>' on days '<Days>' should include recurrence '<Rule>'("RRULE:FREQ=WEEKLY;INTERVAL=5",,5)
ConvertTo-ICalendar.By week.A weekly trigger that runs every '<Interval>' on days '<Days>' should include recurrence '<Rule>'("RRULE:FREQ=WEEKLY;INTERVAL=5;BYDAY=TH","Thursday",5)
ConvertTo-ICalendar.One-time.A one-time trigger at '<DtStart>' should produce a matching DTSTART("2000-01-01T07:00")
ConvertTo-ICalendar.One-time.A one-time trigger at '<DtStart>' should produce a matching DTSTART("2002-02-20T22:11:33")
ConvertTo-ICalendar.One-time.A one-time trigger at '<DtStart>' should produce a matching DTSTART("2020-02-02T20:02")
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '<DateTime>' into a LogParser timestamp expression("2000-01-01")
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '<DateTime>' into a LogParser timestamp expression("2002-02-20 02:20:02")
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '<DateTime>' into a LogParser timestamp expression("2022-02-22 22:20:20")
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '<DateTime>' into a LogParser timestamp expression(02/04/2011 21:17:01)
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '<DateTime>' into a LogParser timestamp expression(04/02/2027 23:56:24)
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '<DateTime>' into a LogParser timestamp expression(07/11/1993 08:20:33)
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '<DateTime>' into a LogParser timestamp expression(09/18/2023 21:48:30)
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '<DateTime>' into a LogParser timestamp expression(11/10/1988 23:02:56)
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '<DateTime>' into a LogParser timestamp expression(12/24/2002 23:42:28)
ConvertTo-MultipartFormData.Creates multipart/form-data to send as a request body.Converts a dictionary of form values to a UTF-8 byte array body(System.Collections.Specialized.OrderedDictionary)
ConvertTo-MultipartFormData.Creates multipart/form-data to send as a request body.Sets header values for content type
ConvertTo-OrderedDictionary.Converts an object to an ordered dictionary of properties and values..Should convert an IO.FileInfo object into a dictionary
ConvertTo-PowerShell.Serialize secure strings secured with a credential.Should generate PowerShell for secure '<Value>', using credential '<Name>' : '<Secret>'("Lorem ipsum dolor","apikey","$w0rdF1sh")
ConvertTo-PowerShell.Serialize secure strings secured with a credential.Should generate PowerShell for secure '<Value>', using credential '<Name>' : '<Secret>'("Test","user","P@ssw0rd!")
ConvertTo-PowerShell.Serialize secure strings secured with a provided password.Should generate PowerShell for secure '<Value>', using password '<Secret>'("Lorem ipsum dolor","$w0rdf1sh")
ConvertTo-PowerShell.Serialize secure strings secured with a provided password.Should generate PowerShell for secure '<Value>', using password '<Secret>'("Test","P@ssw0rd")
ConvertTo-PowerShell.Serialize secure strings secured with a provided zero key.Should generate PowerShell for secure '<Value>', using key bytes '<Secret>'("Lorem ipsum dolor",1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1)
ConvertTo-PowerShell.Serialize secure strings secured with a provided zero key.Should generate PowerShell for secure '<Value>', using key bytes '<Secret>'("Test",0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0)
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(0,"0")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(1,"1")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(1,"1y")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(15360,"15KB")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(16888498602639360000,"15000ulPB")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(200,"200uy")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(30720,"30sKB")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(3221225472,"3uGB")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(4294967296,"4LGB")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(61440,"60usKB")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(7,"7")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert '<Value>' into idiomatic numeric literal '<Result>'(9,"9")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert JSON '<Value>' into PowerShell literals(""2000-01-01T00:00:00"","[datetime]'2000-01-01T00:00:00'")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert JSON '<Value>' into PowerShell literals(""Don't Panic!"","'Don''t Panic!'")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert JSON '<Value>' into PowerShell literals("7","7L")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert JSON '<Value>' into PowerShell literals("[6,9,42]","@(
6L
9L
42L
)")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert JSON '<Value>' into PowerShell literals("null","$null")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert JSON '<Value>' into PowerShell literals("{"a":1,"b":2,"c":{"d":"2017-03-22T20:59:31","e":null}}","[pscustomobject]@{
a = 1L
b = 2L
c = [pscustomobject]@{
d = [datetime]'2017-03-22T20:59:31'
e = $null
}
}")
ConvertTo-PowerShell.Serializes complex content into PowerShell literals..Should convert JSON '<Value>' into PowerShell literals("{}","[pscustomobject]@{
}")
ConvertTo-PowerShell.Serializes secure strings secured with a generated key.Should generate PowerShell for secure '<Value>', using a generated zero key("Lorem ipsum dolor")
ConvertTo-PowerShell.Serializes secure strings secured with a generated key.Should generate PowerShell for secure '<Value>', using a generated zero key("Test")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(1,"I")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(10,"X")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(100,"C")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(1000,"M")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(11,"XI")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(1111,"MCXI")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(12,"XII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(13,"XIII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(14,"XIV")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(15,"XV")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(16,"XVI")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(17,"XVII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(18,"XVIII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(19,"XIX")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(2,"II")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(20,"XX")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(2020,"MMXX")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(2022,"MMXXII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(21,"XXI")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(22,"XXII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(23,"XXIII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(24,"XXIV")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(25,"XXV")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(3,"III")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(35,"XXXV")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(4,"IV")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(45,"XLV")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(46,"XLVI")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(47,"XLVII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(48,"XLVIII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(49,"XLIX")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(5,"V")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(50,"L")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(51,"LI")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(52,"LII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(6,"VI")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(7,"VII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(8,"VIII")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(9,"IX")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(99,"XCIX")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (ASCII)(999,"CMXCIX")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(1,"Ⅰ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(10,"Ⅹ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(100,"Ⅽ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(1000,"Ⅿ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(11,"ⅩⅠ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(1111,"ⅯⅭⅩⅠ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(12,"ⅩⅡ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(13,"ⅩⅢ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(14,"ⅩⅣ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(15,"ⅩⅤ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(16,"ⅩⅥ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(17,"ⅩⅦ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(18,"ⅩⅧ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(19,"ⅩⅨ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(2,"Ⅱ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(20,"ⅩⅩ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(2020,"ⅯⅯⅩⅩ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(2022,"ⅯⅯⅩⅩⅡ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(21,"ⅩⅩⅠ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(22,"ⅩⅩⅡ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(23,"ⅩⅩⅢ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(24,"ⅩⅩⅣ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(25,"ⅩⅩⅤ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(3,"Ⅲ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(35,"ⅩⅩⅩⅤ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(4,"Ⅳ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(45,"ⅩⅬⅤ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(46,"ⅩⅬⅥ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(47,"ⅩⅬⅦ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(48,"ⅩⅬⅧ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(49,"ⅩⅬⅨ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(5,"Ⅴ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(50,"Ⅼ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(51,"ⅬⅠ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(52,"ⅬⅡ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(6,"Ⅵ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(7,"Ⅶ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(8,"Ⅷ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(9,"Ⅸ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(99,"ⅩⅭⅨ")
ConvertTo-RomanNumeral.Convert a number to a Roman numeral.Should convert '<Value>' to '<Result>' (Unicode)(999,"ⅭⅯⅩⅭⅠⅩ")
ConvertTo-SafeEntities.Encode text as XML/HTML, escaping all characters outside 7-bit ASCII.Should convert '<Value>' to '<Result>'("ETA: ½ hour","ETA: ½ hour")
ConvertTo-SafeEntities.Encode text as XML/HTML, escaping all characters outside 7-bit ASCII.Should convert '<Value>' to '<Result>'("\U0001f41b fix bug","🐛 fix bug")
ConvertTo-SafeEntities.Encode text as XML/HTML, escaping all characters outside 7-bit ASCII.Should convert '<Value>' to '<Result>'("\U0001f4a1 File → Save","💡 File → Save")
ConvertTo-SafeEntities.Encode text as XML/HTML, escaping all characters outside 7-bit ASCII.Should convert '<Value>' to '<Result>'("\U0001f9ea new test","🧪 new test")
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'("Don't Panic!","<String>Don't Panic!</String>",False)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(,"<DBNull />",False)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(,"<DBNull />",True)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(0,"0",True)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(0,"<Int32>0</Int32>",False)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(1 2 3,"<ObjectArray>
<Item>1</Item>
<Item>2</Item>
<Item>3</Item>
</ObjectArray>",False)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(1,"<Byte>1</Byte>",False)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(16888498602639360000,"<UInt64>16888498602639360000</UInt64>",False)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(2,"<Int64>2</Int64>",False)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(@{UserName=username; Computer=COMPUTERNAME},"<PSCustomObject>
<UserName>username</UserName>
<Computer>COMPUTERNAME</Computer>
</PSCustomObject>",False)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(@{item=},"<item>
<name>Test</name>
<id>1</id>
</item>",True)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(System.Collections.Hashtable,"<html>
<body>
<p>Some text.</p>
</body>
</html>",True)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(null,"<null />",False)
ConvertTo-XmlElements.Serializes complex content into XML elements.Convert '<InputObject>' to '<Result>'(null,"<null />",True)
Copy-GitHubLabels.Copies configured issue labels from one repo to another.Should add, update, and delete labels as needed by ReplaceAll mode
Copy-Html.Copies objects as an HTML table.Should copy objects as HTML( ,"*<tr><th>Id</th><th>Name</th></tr>
<tr><td align="right">1</td><td>First</td></tr>
<tr><td align="right">2</td><td>Second</td></tr>
<tr><td align="right">3</td><td>Third</td></tr>
</table>*")
Copy-SchTasks.Copy scheduled jobs from another computer to this one, using a GUI list to choose jobs.Tasks are copied from one system to another
Disable-AnsiColor.Disables ANSI terminal colors.Sets OutputRendering
Enable-AnsiColor.Enables ANSI terminal colors..Sets OutputRendering
Expand-EnvironmentVariables.Replaces the name of each environment variable embedded in the specified string with the string equivalent of the value of the variable, then returns the resulting string.Expands '<String>' to '<Result>'("C:\Program Files\Common Files\System\ado","%CommonProgramFiles%\System\ado")
Expand-EnvironmentVariables.Replaces the name of each environment variable embedded in the specified string with the string equivalent of the value of the variable, then returns the resulting string.Expands '<String>' to '<Result>'("C:\WINDOWS\System32\cmd.exe","%SystemRoot%\System32\cmd.exe")
Get-IisLog.Query log directory.Should query old IISW3C logs from IIS 7.0
Get-IisLog.Query log directory.Should query old IISW3C logs from IIS 8.5
Get-IisLog.Query log directory.Should query very old IISW3C logs
Loading