Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refactor galore #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Refactor galore #8
Changes from all commits
dce44dcea9c69be4b207fbed48398457a0c6dfbfa6b802a09f99d4364ce42d83f2171243d380bac23c0fafbdc5294d35036ba2d12ad8e093e00036b498e4a9688f6245ebf3819d90a6acfd3012a7fd90e67500b229cebf2b8b9711b50a0501b909b3f3201548d7a40711fe45945d9101bad79f27f5faf0343d553b1dd2f7e627d79c586d8bd4737154bc8bcf5bdc346File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Export-PSNote
Export-PSNote
Synopsis
SYNOPSIS
Use to export your PSNotes to copy to another machine or share with others
Description
SYNTAX
Note (Default)
Catalog
DESCRIPTION
Allows you to export your PSNotes to a JSON file, that can then be imported to another machine or by other users.
Syntax
Parameters
NoteObject <PSNote[]>
All [<SwitchParameter>]
Path <String>
Append [<SwitchParameter>]
Examples
Example 1: Exportall notes to a JSON file.
EXAMPLES
Example 1: EXAMPLE 1
Example 2: Exports all notes with the tag 'AD' to the file SharedADNotes.json
Exportall notes to a JSON file.
Example 2: EXAMPLE 2
Exports all notes with the tag 'AD' to the file SharedADNotes.json
PARAMETERS
-Catalog
{{ Fill Catalog Description }}
-Force
{{ Fill Force Description }}
-NoteObject
The PSNote objects you want to export. Use Get-PSNote to build the object and pass it to the parameter or use a pipeline to pass it.
-Path
The path to the PSNotes JSON file to export to.
-ProgressAction
{{ Fill ProgressAction Description }}
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
NOTES
RELATED LINKS
[] (https://github.com/mdowst/PSNotes)
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.