Giter Site home page Giter Site logo

cmd's Introduction

hey there


👩‍💻 About Me :

I am a dev from Melbourne, Australia.

  • 🔭 I work as a Principal Program Manager at Microsoft in the Microsoft Entra team.

  • 🌱 Exploring Content Publishing.

  • ⚡ In my free time, I build various tools to help Microsoft devs and admins

  • 📫How to reach me: Linkedin Badge


🛠️ Languages and Tools :

Azure  C#  .net  .net core  GitHub  Visual Studio  VSCode  Java  React  Material UI  Redux   HTML  JavaScript  NodeJS 

🔥 My Stats :

GitHub Streak

Top Langs


✍️ Blog Posts :

cmd's People

Contributors

ahelsby avatar aybankamsft avatar bakkerjan avatar borntoberoot avatar bpoe avatar brndnsmth avatar burgerhoutj avatar bwyatt avatar felickz avatar get-itips avatar imranhussain0 avatar jdenka avatar jholl016 avatar joegasper avatar jpawlowski avatar jtracey93 avatar justiniven avatar legosccmguy avatar merill avatar najx avatar rickkotlarz avatar robfaie avatar sanjeev-shrestha avatar sanjeev40084 avatar st0le avatar submonk avatar timschps avatar wedoazure avatar wi5nia avatar wilkinsanchez avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cmd's Issues

Add SharePoint Apps to cmd.ms

Proposed name of the new command
spa.cmd.ms

Description
Microsoft Sharepoint Apps

Category
Microsoft 365

Url
TENANTNAME.sharepoint.com/sites/appcatalog/_layouts/15/tenantAppCatalog.aspx/manageApps

Additional info
Unfortunately, I don't know how to get a non-tenant specific link. Perhaps someone else here knows how?

Teams web client

Proposed name of the new command
If this is for a blade within a portal, add the product prefix before the command (e.g. adxxxx).
adtweb

Description
Teams Web client

Category
Microsoft 365

Url
https://teams.microsoft.com

Entra Portal

Proposed name of the new command
If this is for a blade within a portal, add the product prefix before the command (e.g. adxxxx).
entra

Description
Title/Description of the command (use the same name shown in the Microsoft portal).
Microsoft Entra Admin Center

Category
Name of the portal this blade lives in or the service name.
Entra

Url
The url this command should redirect to.
https://entra.microsoft.com/

Azure Active Directory in Azure Portal

Proposed name of the new command
If this is for a blade within a portal, add the product prefix before the command (e.g. adxxxx).

azad.cmd.ms

Description
Title/Description of the command (use the same name shown in the Microsoft portal).
Shortcut to the Azure AD blade in the Azure portal, which is separate to using the Entra portal directly, and useful when working with multiple tenants through the Azure portal.

Category
Name of the portal this blade lives in or the service name.

Azure

Url
The url this command should redirect to.

https://portal.azure.com/#view/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/~/Overview

Azure devops portal link addition

dev.cmd.ms
If this is for a blade within a portal, add the product prefix before the command (e.g. adxxxx).

Azure DevOps Portal
Title/Description of the command (use the same name shown in the Microsoft portal).

Azure
Name of the portal this blade lives in or the service name.

https://dev.azure.com
The url this command should redirect to.

Microsoft Teams Rooms Pro Management

Proposed name of the new command
rooms

Description
Microsoft Teams Rooms Pro Management

The Microsoft Teams Rooms Pro Management service is a cloud-based management solution that proactively monitors and updates Microsoft Teams Rooms devices and their peripherals. The Pro management solution is for organizations looking to optimize meeting room experience for end users and rapidly scale their footprint enabled by real-time monitoring and management for Microsoft Teams Rooms devices.

Category
Microsoft Teams

Url
https://portal.rooms.microsoft.com/

Include Microsoft Defender Ninja page links

Proposed name of the new command
I'm not proposing a command per-se, but instead either another section under Defender, or possibly a new menu under Docs lists all the Defender Ninja training page shotcuts.

Description
🥷 Ninja Training

Category
It would be category of it's own

Url
Microsoft Defender for Endpoint - https://aka.ms/mdeninja
Microsoft Defender for O365 - https://aka.ms/mdoninja
Microsoft Defender for Cloud - https://aka.ms/mdcninja

I can't remember the other links off of the top of my head... but that's exactly the point 😉.

Add URL to transform portal

DEMO

Description
Microsoft Customer Digital Experiences or previously demo hosts Microsoft presentations, demo, pptx, presentation decks for all their products. As a CSP, we use these resources often as presentation material to our customers.

Category
General

Url
https://cdx.transform.microsoft.com/ (used to be demo.microsoft.com)

Microsoft Team Room Pro Portal

Proposed name of the new command
The new command allows you to access the MSFT Teams Room Pro Portal, That allows you to mange devices that have been assigned the Team Room Pro Licence

Description
Teams Rooms Pro Management portal

Category
M365 Admin Portal / Microsoft Teams

Url
https://portal.rooms.microsoft.com/

Enhancement surely

Hi,

It would be a good idea to split all defender family for endpoint between :

  • Of course Security Microsoft but not just him (Defender Microsoft 365)
  • Defender CloudApp (aka CloudAppSecurity or MCAS)
  • Defender Cloud (aka Azure Security Center (ASC))
  • Defender for IoT (New one in the familly)
  • Defender for Office
  • Defender for Identity
  • Defender for endpoint directly (but it's real limit bounderies with intune)

But there are a lot of news as like this :
Microsoft Defender for Servers
Microsoft Defender for Storage
Microsoft Defender for SQL
Microsoft Defender for Containers
Microsoft Defender for App Service
Microsoft Defender for Key Vault
Microsoft Defender for Resource Manager
Microsoft Defender for DNS
Microsoft Defender for open-source relational databases
Microsoft Defender for Azure Cosmos DB
Defender Cloud Security Posture Management (CSPM)
Security governance and regulatory compliance
Cloud security explorer
Attack path analysis
Agentless scanning for machines
Defender for DevOps

  • At the end don't forget as well Azure Sentinel especialy him because it's a big step for the security of ecosystem Microsoft.
    (and now AWS et GCP by design)

I try to see how update or add some my request sorry I know it's a huge job and you tool is very "very" useful and clever
GJ! thanks for that. Have a great day. Franck.

Url fragments being duplicated for endpoints that have them.

All of the Azure and Entra endpoints have this issue where the redirect ends up duplicating the fragment. Most of the time it doesn't matter but it is breaking the ad.cmd.ms endpoint at the very least.

A few examples:
image

$hop1 = Invoke-WebRequest -Uri 'https://ad.cmd.ms' -MaximumRedirection 0 -SkipHttpErrorCheck
$hop1.Headers.Location

$hop2 = Invoke-WebRequest -Uri $hop1.Headers.Location[0] -MaximumRedirection 0 -SkipHttpErrorCheck
$hop2.Headers.Location

I had a look through the repo, but I'm not sure how you are handling the redirects beyond creating the _redirects file.

New Command request: Autopilot Blade

ap
If this is for a blade within a portal, add the product prefix before the command (e.g. adxxxx).

Autopilot
The blade that lists all autopilot devices. Requires a few menus to click through otherwise.

Enrollment
Name of the portal this blade lives in or the service name.

Url
The url this command should redirect to.

Defender Restricted Identities

Proposed name of the new command
If this is for a blade within a portal, add the product prefix before the command (e.g. adxxxx).

Description
Title/Description of the command (use the same name shown in the Microsoft portal).

Category
Name of the portal this blade lives in or the service name.

Url
The url this command should redirect to.
https://security.microsoft.com/restrictedentities

Support for GCCH / DOD Url Prefix

Business Case:

As an Office365 Tenant Administrator in the GCCH or DOD Cloud, I would see significant value in expanding this site to support multiple sovereign clouds.

Make extension compatible to Brave browser

Is there any chance to make extension compatible with Brave browser. Brave uses same google extension but hitting c + space/tab gives 'the page has been blocked by Brave. ERR_BLOCKED_BY_CLIENT' error message.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.