Month: August 2019
Any tools to export and import Windows Local User accounts with password?
- Microsoft Windows Migration Tool can be used to migrate local users. https://technet.microsoft.com/en-us/library/dd379531(WS.10).aspx However, it migrate user accounts only but not password.
- You can try Sys-Manage’s CopyRight2 which copies user and group accounts including password hashes from one computer to another. It supports all possible scenarios, e.g. from member server to DC, DC to member server, cross domain, inner domain, workgroup mode… You can download it from their website located at: http://www.sys-manage.com/PRODUCTS/CopyRight/tabid/64/Default.aspx
Microsoft Azure Fundamentals Study Summary and AZ-900 Exam – Core Cloud Services Part 1
Azure Fundamentals Study Summary and AZ900 Quiz – Cloud Concepts Part 2
How to create quiz using Quiz Maker
- After installing Quiz Maker Plug-ins, go to Quiz maker>Questions to create questions.
2. Go to Quiz Maker>Question Categories, create Category.
3. Go to Quizzes to add new quiz.
4. Click Quiz Maker and copy the code.
5. Open a New Post.
6. Click + icon and then select Quiz Maker.
7. Select quiz.
8. The quiz is ready for publishing.
Azure Fundamentals Study Summary and AZ900 Quiz – Cloud Concepts Part 1
Benefits of Microsoft cloud computing
It’s cost-effective.
It’s scalable
It’s elastic
It’s current
It’s reliable
It’s global
It’s secure
What are Microsoft cloud computing?
Microsoft cloud computing provides two pricing model: pay-as-you-go or consumption-based.
What’s Microsoft Azure storage?
Microsoft Azure storage is cloud-based data storage. Azure storage provides devices and applications read and/or write data such as:
- Buying a movie ticket online
- Looking up the price of an online item
- Taking a picture
- Sending an email
- Leaving a voicemail
What is serverless computing?
Serverless computing lets you run application code without creating, configuring, or maintaining a server. The serverless model differs from VMs and containers in that you only pay for the processing time used by each function as it executes. VMs and containers are charged while they’re running – even if the applications on them are idle.