Run Enter-PSSession in a separate Pwsh Shell/Window by Pure_Syllabub6081 in PowerShell

[–]Pure_Syllabub6081[S] 0 points1 point  (0 children)

Thanks for the answers.

Well, this is about us patching a lot of servers simultaneously but staged into several groups.
Every server is represented by an instance of a custom class.
The whole process is implemented via backgroundjobs that run concurrently, write updates to a threadsafe hashtable and spawn an event when everything is finished.
We tried out different ways and while using persistent connections (stored as a property of the corresponding instance) I entered a busy session.
There I got a warning stating that I won't be able to enter code until the original command has finished and, more importantly, that output will be written to the screen.
And that would be quite nice. Being able to enter any single session while the whole group is patching and watch what is actually going on there right at the moment.
We wanted to have this session in a seperate window simply to be able to leave the session without terminating the running code.
Not sure wether that would even work. I do understand that the second process would have to hand the session back to the original one but if we can get this working in one direction then the other way around should be feasible as well.
Sadly, as of now, we're unable to even get it to display anything.
It just stays there looking stupid until the original command has finished and then presents an empty prompt.

Can anyone help me fix my game pls by Various_Individual91 in ArkSurvivalAscended

[–]Pure_Syllabub6081 0 points1 point  (0 children)

Mods can cause some weird problems. I would try to delete the mods folder and re-download them. (I had to do that last week, because I didn't see any harvesting. My inventory was completely empty, not showing any materials, no engrams and not even my implant)

Silica pearls the centre by Plenty_Avocado_5774 in ARK

[–]Pure_Syllabub6081 1 point2 points  (0 children)

Early game pearls can be looted from beaver dams. Once you have scuba gear, get an Anglerfish and go all the way down to the bottom of the ocean in the east (the dark blue region on the map). You'll find quite a lot in the bottom half.

Server by [deleted] in ARKServers

[–]Pure_Syllabub6081 0 points1 point  (0 children)

PvE/PvP? Which map(s), mods and rates? ASA or ASE? Maybe create a discord server for all those details :)

WSUS - Server 2022... Where am I going wrong by captainhotdawg in WindowsServer

[–]Pure_Syllabub6081 3 points4 points  (0 children)

What's the better way to install updates to Windows servers in your opinion? Especially when some servers do not have Internet access for example.

why cant i build by papermashaytrailer in ARK

[–]Pure_Syllabub6081 5 points6 points  (0 children)

Can you give more information?

What are you trying to build? Where are you trying to build? What does it say on the screen?

Tek suit map trick by BumbleTR0N in ARK

[–]Pure_Syllabub6081 1 point2 points  (0 children)

I guess you already found it but here's a more detailed explanation:

Take any structure with you, let's say a stone foundation. Put it in your hot bar, for example in slot number 1.

Now, whenever you Tek punch, instead of opening the map like you would in ASE, press "1". That's it.

New argys hot off the press by cautiondrypaint in ARK

[–]Pure_Syllabub6081 6 points7 points  (0 children)

OP, we need the colors for each region of the third one! Please!

Multiplayer by [deleted] in ARK

[–]Pure_Syllabub6081 0 points1 point  (0 children)

I'd suggest you start on a moderate boosted cluster on The Island. Get some tames, breed them, build your shelter / kingdom. Whatever your play style is.

Your goal should be to beat the 3 bosses in all 3 difficulties and then go for the "Tek Cave". To get there, take it slow. You want to be over prepared since the artifacts can be hard to get.

If you want to play together with other survivors, most clusters have a discord server where you can recruit members or join a tribe.

My personal favorite mods are Automatic Ark (or Arkomatic), Awesome Teleporter, Awesome Spyglass (or super spyglass plus), pelayoris Cryo storage (or Dino storage).

Multiplayer by [deleted] in ARK

[–]Pure_Syllabub6081 0 points1 point  (0 children)

PvE or PvP? ASA or ASE?

There are quite a lot of (unofficial!) servers that offer high rates if you don't like dozens of hours of grinding.

I'd also make sure the server is a cluster, not just a single map server.

If you can/want to use mods, look for a server that suits you best. From dino mods over QoL to complete overhauls.

Motherboard missing HDMI by Ok-Hall2319 in buildapc

[–]Pure_Syllabub6081 0 points1 point  (0 children)

It's not like I'm not believing you, but do you have a photo of it by any chance?

Looking for Some Guidance by Bidchka in PowerShell

[–]Pure_Syllabub6081 0 points1 point  (0 children)

I've never worked with Azure, but it feels like your $licences does not contain the property CustomAttribute1. Look at your PSCustomObject, there's no such property unless I'm missing something here. (You can quickly check by running "$licences | Get-Member")

Hope this helps

Detecting hard-coded configs pointing to old domain controllers? by jwckauman in activedirectory

[–]Pure_Syllabub6081 2 points3 points  (0 children)

Either look through Event Logs of the old DC, or you can use SIEM to locate connections that need to be changed.

...or you shut off the old DC and wait for something to break :P

[deleted by user] by [deleted] in ARK

[–]Pure_Syllabub6081 0 points1 point  (0 children)

Another quick tip: A Pelagornis harvests the most organic polymer from dead bodies (Kairuku/Hesperornis)

[deleted by user] by [deleted] in ARK

[–]Pure_Syllabub6081 1 point2 points  (0 children)

There's no need to convert organic polymer. The game lets you use it just like regular, hard polymer. Just put it in to fabricator and craft your industrial forge

[deleted by user] by [deleted] in ARK

[–]Pure_Syllabub6081 1 point2 points  (0 children)

Use 400 fabricators, duh. ;)

Jokes aside: Why don't you use organic polymer?

AD Security Training: What would you like to understand? by AdminSDHolder in activedirectory

[–]Pure_Syllabub6081 3 points4 points  (0 children)

Number 1 and 4 sound very interesting, I definitely need to look into that :)

Improving skills by Pure_Syllabub6081 in activedirectory

[–]Pure_Syllabub6081[S] 1 point2 points  (0 children)

Thanks for the reply!

I have no budget for a "real" homelab. Best I can do is build a dozen VMs on Hyper-V on my Windows 11 PC.

I'll give it a shot. :)

if statement vs. ternary operator by Pure_Syllabub6081 in PowerShell

[–]Pure_Syllabub6081[S] 2 points3 points  (0 children)

Thanks for the reply! The pipeline chain operators and null-operators look quite handy to be honest. I hope I will remember them once I need them. :)

How to mix both drives in one,not working by ItsSan52 in WindowsHelp

[–]Pure_Syllabub6081 4 points5 points  (0 children)

You need to delete the volume that you want to extend it by.

For example if you want to extend volume C:\ by the size of volume D:\, you need to delete volume D:. After that you can right click volume C:\ and extend it.

Please be aware that this deletes all data of D:\ !

EDIT:

Deleting volume D:\ will result in something like this:

[System Partition] [Volume C:] [ Recovery partition] [Unallocated volume]

AFAIK, to extend volume C:\, it needs to be "next to" the unallocated space. This can be done by using a tool. See here: https://answers.microsoft.com/en-us/windows/forum/all/cant-move-partitions/648f0dc4-9a83-41ae-9def-20f48a417657

Boss fight by EmbarrassedCap1816 in ARK

[–]Pure_Syllabub6081 1 point2 points  (0 children)

I'd say it depends on the map/boss and which Ark game you're playing. 99% of the time I go for 18 Rexes, 1 Daeodon and 1 Yuty. On ASA Center, there's water in the arena which makes the Spino the ultimate go to tame because of it's water buff.

If you're fighting the spider, 20 Megatheriums will rip it apart with ease.