looking for advice

Ask your PowerShell-related questions, including questions on cmdlet development!
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 5 years and 4 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
Domtar
Posts: 133
Last visit: Mon Mar 11, 2024 5:38 am
Has voted: 2 times

looking for advice

Post by Domtar »

hi all,

My company is looking into the Cloud for some services and I would like to develop my scripting skills to have a position in that project.

Does anyone here can suggest material that I could use to learn stuff regarding scripting for the cloud? I know I'm vague but I'm starting to look into this and don't really know what I need yet.

I'm opened to anything though.

thanks!
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: looking for advice

Post by jvierra »

I suggest starting here: https://mva.microsoft.com/en-us/training-courses/getting-started-with-microsoft-powershell-8276?l=r54IrOWy_2304984382

There are also other tutorials on Azure/Cloud scripting on the same site.

Learning how to use Azure or O365 from the admin dashboard is a pre-requisite.
User avatar
Domtar
Posts: 133
Last visit: Mon Mar 11, 2024 5:38 am
Has voted: 2 times

Re: looking for advice

Post by Domtar »

you misunderstood, I consider myself efficient with powershell, i'm not starting from scratch.

I'm looking for stuff related to scripting for the cloud. I'll have a look at this azure thing you mentioned.

thanks!
User avatar
mxtrinidad
Posts: 399
Last visit: Tue May 16, 2023 6:52 am

Re: looking for advice

Post by mxtrinidad »

Although MVA has been around for some time, Microsoft Tech Community (https://techcommunity.microsoft.com/) has started promoting about Microsoft Learn, which is an interactive, quick, and fun way to learn about Azure.

Here's the link: https://docs.microsoft.com/en-us/learn/azure/

Please, feel free to check it out! Everyone is talking about how good is learning from this site.

:)
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: looking for advice

Post by jvierra »

If you are proficient in PowerShell then you know remoting, DSC and workflow which are all used for the cloud.

The answer can only come if you ask about specific uses of the cloud. It is a huge technology. There are now many books on many aspects of cloud management via PowerShell and Visual Studio. The API is huge and the access methods are many.

I would start by installing the AzureRM module along with the MSOnline module. O365 is just a remote connection with an import-possession.

Most MS products ae supported via normal remoting methods but may have some variants when accessing in Azure.

The first important thing is to gain experience with the Admin portal for Azure or O365 to learn how the "cloud" is assembled quickly.

There are good blogs about almost every aspect of Azure access. Some examples: https://blogs.technet.microsoft.com/blog/tag/exchange-online/
User avatar
Domtar
Posts: 133
Last visit: Mon Mar 11, 2024 5:38 am
Has voted: 2 times

Re: looking for advice

Post by Domtar »

great stuff in here, I'll dig into this.

thanks, man!
This topic is 5 years and 4 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked