Can't define modified/created with add-pnpfile #694
Unanswered
glasserre-pdw
asked this question in
General
Replies: 1 comment
-
@glasserre - Have a look at issue #627 which has been fixed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I tried to merge some SP libraries into a common library.
I have an issue to set modified/created date values with add-pnpfile
I tried :
like in the documentation .
Add-PnPFile -Path .\sample.doc -Folder "Shared Documents" -Values @{Modified="1/1/2016"}
On the non .Net version this one was working
Add-PnPFile -Path .\sample.doc -Folder "Shared Documents" -Values @{Modified="2016-01-01T10:30:00-00:00"}
Do you have an idea of the correct format to used ?
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions