Closed farismalaeb closed 3 years ago
@farismalaeb You still need to fix the images. Please read https://github.com/PowerShell/Community-Blog/wiki/Markdown-cheatsheet.
To include images in your post you must:
Create a media/<post-filename>
folder under the current month's folders. <post-filename>
should match the name of your markdown file (without the file extension).
Put all images for the post in that folder.
Link to the image using the standard markdown syntax:
![alt-text](./media/<post-filename>/image-name.ext)
Hi, Images path has been updated and also updated few things in the post to align with the MarkDown cheatsheet Appreciate your time
Hi, First, thanks for reading this. This post will discuss and teach how to set the user's logon hour via PowerShell. I try not to over-explain the topic so the post won't be very long, and at the same time, showcase how things are going. I hope it will be clear.
There are some additional images, but I don't if the images were uploaded successfully with the post.
The original post is on the following URL with the images https://www.notion.so/invite/725e5391a14022f08f83fffc81435a20c1dba5f8 I use Notion.so for the markdown editing.
Thanks again :)
PR Summary
PR Checklist