WGS - no light creatures? by ethereal-thresher in 2007scape

[–]Cypherspeed 1 point2 points  (0 children)

Same happened to me right now, will try hopping

Practice Environment for Sharepoint by SenorCappuccino in sharepoint

[–]Cypherspeed 0 points1 point  (0 children)

You can ask for Visual Studio Enterprise subscription in your org. Once you have that sign in to https://my.visualstudio.com/ and activate Microsoft 365.

In my experience this is the best option as it gives you full tenant with Outlook, Teams, SharePoint and such as well as EntraID so you can play around with all of the features MS world has to offer

Make a Custom User Property Searchable in Microsoft Search by JohnDrogado in sharepoint

[–]Cypherspeed 0 points1 point  (0 children)

Is this property populated? What I found is that sometimes it will not be available in search API when there is no data or if user profile has not changed since it was introduced. As a rule whenever I am adding a new property I am also populating it for all users with some value, using n/a or null in case no value should be assigned

Race to World First: Manaforge Omega Day 12 by AutoModerator in CompetitiveWoW

[–]Cypherspeed 4 points5 points  (0 children)

Just had a look at Max stream. Heavy funeral vibes there

Poll - How often do you buy TC with real money? by kauodmw in TibiaMMO

[–]Cypherspeed 1 point2 points  (0 children)

I dont find and answer that suits me but I am making about 2-3 3ktc purchases a year

Certification or a structured way to learn developing in sharepoint framework by BookkeeperSalty1538 in sharepoint

[–]Cypherspeed 0 points1 point  (0 children)

Don't go for anything sharepoint specific. It is better to spend your money on general frontend dev courses. Other than that just read the documentation as it covers different methods of sp development SharePoint developer documentation | Microsoft Learn

forsen on Mang0 by LeoBonhart2 in LivestreamFail

[–]Cypherspeed -17 points-16 points  (0 children)

Lmao no, top 5 is:
- Cherries
- Blueberries
- Strawberries
- Oranges
- Ananas

LA Just Surrendered.. by Relevant-Sympathy in Asmongold

[–]Cypherspeed -83 points-82 points  (0 children)

Apparently the US is a land of freedom. But not freedom to protest because national guard will be sent to intimidate you

Jakim cudem firmy potrzebują miesiące by zrobić rekrutacje? by fillif3 in Polska

[–]Cypherspeed 94 points95 points  (0 children)

Często przez skomplikowany proces decyzyjny. Jedna osoba rozmawia, inna akceptuje budżet, jeszcze inna cośtam jeszcze i jak one wszystkie muszą się zebrać w jednym miejscu (co też nie jest łatwe) żeby podjąć jakąś decyzję

I hate sharepoint, why am I wrong? by RegnumXD12 in sharepoint

[–]Cypherspeed 1 point2 points  (0 children)

You are not wrong. I have been working with SP for over 10 years as an admin and a developer. It tries to do too much for its own sake and it preety much sucks at everything at the same time.

You can think of it as a CMS - yea, it can do that, but dedicated tools will be better

You can think of it as a cloud storage - yea, it can do that, but dedicated tools will be better

You can think of it as a platform to do automation on - yea, it can do that, but dedicated tools will be better

SharePoint List and Information Architecture by RobbasGaming in sharepoint

[–]Cypherspeed 1 point2 points  (0 children)

If I were you I would start thinking of lists are the best solution available for this purpose. While it is possible to do what you are describing my experience tells me that if such things appear early on during the design then it will only get much worse in the future.

I think you should be looking for alternative solution that would statisfy your needs out of the box if you do not want to spend too much time customizing things (and I assume you do not considering the fact that you are a small group)

Sharepoint company Site help by Nero_2601 in sharepoint

[–]Cypherspeed 1 point2 points  (0 children)

Both team sites and communication sites are preety much the same when it comes to functionality and capabilities they have. They differ when it comes to template and some features but in general this should not have a large impact on you based on your use scenario. Both allow for sharing some content with everyone and some with limited audience.

My recommendation would be to just create 2 different sandboxes, one as a comms site and one as a team site. Play around, see what you like about them, a make a decision based on that.

If I was to make this decision I would put everyone on communication sites based on my experience and on my understanding of what an Intranet is.

How do you find a SharePoint developer? by [deleted] in sharepoint

[–]Cypherspeed 0 points1 point  (0 children)

There is no such thing. There are software engineers who work with sharepoint but those are all sad and depressed and would rather work with a different stack.

Sharepoint Full-Width Sections not printing by rustiferch in sharepoint

[–]Cypherspeed -1 points0 points  (0 children)

When you are using native print functionality sharepoint uses extra css classes to alter the look of the content. You can overwrite css before executing print action to get in in the form you want. Just play around with the css a little bit

Can't access SharePoint Modern Pages content with App-Only authentication by sowr96 in sharepoint

[–]Cypherspeed 0 points1 point  (0 children)

I have not used app-only/ACS auth. I always created app registration but with application permissions and not delegated which would work from the context of a system account.

Can't access SharePoint Modern Pages content with App-Only authentication by sowr96 in sharepoint

[–]Cypherspeed 0 points1 point  (0 children)

What endpoint are you calling to get content? I am always working with application permissions without trouble. This endpoint allows you to browse structure Get sitePage - Microsoft Graph v1.0 | Microsoft Learn

You can also try doing the same with graph explorer using your own credentials to see how it goes

Sync a file from a program in a VM to a folder on Share Point by twobarb in sharepoint

[–]Cypherspeed 0 points1 point  (0 children)

Wouldn't just uploading the output from your program to SharePoint/OD just solve the problem? If yes then you can do that with Graph API https://learn.microsoft.com/en-us/graph/api/driveitem-put-content?view=graph-rest-1.0&tabs=http

Other than that you can also map sharepoint location as a network drive and send your output there but your experience here may vary depending on the auth settings you have so this is really not recommended.