These PowerShell Scripts help you turn on, turn off, and save guest sessions right from a script. This is extremely helpful when you are trying to turn on a series of guest sessions (possibly on a ...
New to PowerShell 3: PSDrives that no longer disappear when you end a session. Now, this week's nifty trick. One of the frustrations for many PowerShell beginners is how PSDrives correlate to drives ...
A few columns ago, I showed you how I added a prompt to my profile asking whether I want to load it or not. Well, there's another way to avoid loading a profile. When you start PowerShell from the ...
I am trying to get a task to execute on session disconnect in the users session. This is for VDI we need a task to run when user hits the button on the zero client. Using Task Scheduler doesn't seem ...