home.social

#office365 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #office365, aggregated by home.social.

  1. #ntv:
    "
    Störung bei Microsoft legt E-Mail-Dienst Outlook weltweit lahm
    "
    "Millionen Nutzer können sich stundenlang nicht bei Outlook anmelden, E-Mails senden oder empfangen. Ein Fehler in der Cloud-Infrastruktur von Exchange Online führt weltweit zu Unterbrechungen. Inzwischen erholen sich die Systeme schrittweise."

    n-tv.de/wirtschaft/Stoerung-be

    1.9.2026

    #Abhängigkeit #EDV #EMail #IT #Kommunikation #Mail #Microsoft #Microsoft365 #Office365 #Outlook

  2. SPFx Deployment Demystified: Step-by-Step for Developers Who Mean Business

    686 words, 4 minutes read time.

    The world of SharePoint Framework (SPFx) development has come a long way since its inception, but for many developers, the process of deploying and managing these solutions remains shrouded in
    mystery.

    Introduction

    As a developer, understanding SPFx deployment is crucial to delivering high-quality, scalable, and secure solutions. In this article, we’ll delve into the step-by-step process of deploying SPFx projects, covering the key considerations, technical nuances, and best practices that will help you master this essential skill.

    Pre-Deployment Planning

    Before embarking on your deployment journey, it’s essential to plan carefully. This involves understanding your target environment, identifying any dependencies or prerequisites, and choosing the right tools and resources for the job.

    const manifest = require('./manifest.json');console.log(manifest);

    Setting Up Your Environment

    To deploy an SPFx solution, you’ll need to set up your development environment. This includes installing the necessary tools, such as Yeoman, gulp, and the SharePoint Framework CLI.

    npm install -g @microsoft/generator-sharepointgulp new project

    Building and Packaging Your Solution

    Once you’ve set up your environment, it’s time to build and package your SPFx solution. This involves creating a package file (.sppkg) that contains all the necessary files and dependencies.

    gulp package-solution

    Deploying Your Solution

    The deployment process itself is where things can get complex. You’ll need to consider factors such as security, permissions, and scalability. In this section, we’ll explore some best practices for deploying SPFx solutions in a production environment.

    const deploy = require('@microsoft/sp-deployment-webpack');deploy(manifest, { env: 'prod' });

    Post-Deployment Tasks

    After deployment, there are several tasks to complete. These include configuring security settings, testing the solution, and monitoring performance.

    const config = require('./config.json');console.log(config);

    Best Practices and Patterns

    Throughout this article, we’ve highlighted some key considerations for deploying SPFx solutions. However, there are many more best practices and patterns to explore. In this section, we’ll discuss some additional strategies for improving the overall quality and
    reliability of your deployments.

    Reflection / Challenge

    • What are some common pitfalls or challenges you’ve encountered when deploying SPFx solutions in the past?
    • How do you ensure that your solution is scalable and secure in a production environment?
    • Can you think of any additional tools or resources that would make the deployment process easier or more efficient?

    Conclusion / Next Steps

    Deploying SPFx solutions requires careful planning, attention to detail, and a deep understanding of the underlying technology. By following the steps outlined in this article, you’ll be well on your way to mastering this critical skill. However, there’s always more to learn, so we recommend exploring additional resources and best practices for continued growth and improvement.

    Next Steps: Take some time to review the code examples and best practices outlined in this article. Experiment with different deployment scenarios and test your skills on a small project before tackling a larger solution. And don’t be afraid to ask questions or seek guidance from more experienced developers!

    Call to Action

    If this post sparked your creativity, don’t just scroll past. Join the community of makers and tinkerers—people turning ideas into reality with 3D printing. Subscribe for more 3D printing guides and projects, drop a
    comment
    sharing what you’re printing, or reach out and tell me about your latest project. Let’s build together.

    Sources

    Disclaimer:

    The views and opinions expressed in this post are solely those of the author. The information provided is based on personal research, experience, and understanding of the subject matter at the time of writing. Readers should consult relevant experts or authorities for specific guidance related to their unique situations.

    Related Posts

    Rate this:

    #MicrosoftGeneratorSharepoint #azure #bestPractices #cloudSolutions #configJson #deployment #deploymentScript #devEnvironment #devops #environmentVariables #Gulp #gulpNewProject #gulpPackageSolution #gulpWebpack #JavaScript #management #manifestJson #microsoft365 #nodejs #npmInstall #npmUpdate #office365 #onPremisesDeployment #patterns #performanceMonitoring #productionEnvironment #reliability #scalability #security #securitySettings #sharepointAdministration #SharePointFramework #sharepointFrameworkCli #SharePointScalability #SharePointSecurity #softwareDevelopment #solutionPackage #SPFxDevelopment #sppkgFile #testing #WebDevelopment #webpackBundle #Yeoman

  3. Wenn du Marktführer bist, kann dir alles egal sein. Bestes Beispiel diese Fehlermeldung von Microsoft:

    Der Wechsel von hier nach dort ist nicht möglich.

    Hammer.

    #Microsoft #Fehler #Authentifizierung #Office365

  4. draft - why don't *all* microsoft web services have an *easy* account switcher? you have to always sign out and sign back in. i think maybe outlook has an account switcher, but all the other microsoft properties seem to lack an easy account switcher online, and it's quite annoying. anyone else?

    #microsoft
    #microsoftwebservices
    #microsoftaccountswitcher
    #outlook
    #office
    #office365
    #microsoft365
    #microsoftteams
    #bingimagecreator
    #microsoftdesigner
    #accountswitcher

  5. SMTP MTA Strict Transport Security (MTA-STS) is a relatively young protocol that allows you to signal the use of trusted certificates when encrypting electronic mail during SMTP transmission.

    The transmission of electronic mail uses so-called opportunistic encryption. The client side connects to the server, notifies the server of its intention to encrypt the communication using STARTTLS and establishes an anonymous TLS connection, i.e. without authenticating the identity of the counterparty. If anything goes wrong at the beginning of the communication, the client switches to the backup plan and the mail is transmitted unencrypted.

    The RFC even explicitly states that encryption must not be enforced for the sake of interoperability between servers. That is the reason why we have MTA-STS that is somewhat similar to HSTS in the HTTPS world. And Exchange Online in Office 365 supports MTA-STS for incoming and also outgoing emails. It just needs to be configured.

    Learn how to configure MTA-STS for Office 365 from my today's blog post cswrld.com/2024/04/how-to-enab

    #mtasts #smtp #email #office365 #exchangeonline #cybersecurity #tips

  6. #Email can be confusing. There's the big three -- #SPF, #DKIM, and #DMARC -- but do you know how to test #MTASTS, #DANE, #TLSRPT, or #BIMI? And what about #DNSSEC?

    My colleagues have asked me the same questions, so my new#opensource #PowerShell module goes out to every sysadmin, #Office365 administrator, account manager, #mailsec worker, and help desk technician out there. MailPolicyExplainer will explain it all to you. github.com/rhymeswithmogul/Mai

  7. Using the Graph API to Extract Sensitivity Labels

    This article is about the use of sensitivity labels in SharePoint Online. Sensitivity Labels provide a way to classify and protect documents. By using Sensitivity Labels in SharePoint Online, organizations can improve the protection of sensitive data on their intranet and meet compliance requirements. bit.ly/41UHc8E

    #SharePointOnline #Compliance #DataClassification #Office365 #Microsoft #CloudSecurity #Security #Practical365