-
Posts
27 -
Joined
-
Last visited
Reputation
0 NeutralAbout Virtual_Jas

Personal Information
-
Occupation
Remote Support Manager
-
Location
Oxford, Oxfordshire
-
Powershell - Display users with specific "description" field content
Virtual_Jas replied to Virtual_Jas's topic in Scripts
That works a treat - thanks, Gatt -
Hi all, I was wondering if someone would be able to help me with a bit of Powershell I’d like to put together? I am looking to build a script which outputs users under specific OU’s that contain the words “User Expired” within the description field. In a nutshell, I am building a script to go through and remove users that have this - I have several hundred, and would rather not go through them one at a time...! Can anyone help? Many thanks! Jason
-
Hi all, I was wondering if anyone within the EduGeek midst has any experience integrating Office 365 E-mails with SCSM 2012 R2? I have a problem, and it goes a little something like this: I have setup an SCSM 2012 R2 server on the network, which is now importing content using the AD connectors from various domains all under the same forest without a problem (I go to incidents, and when I create a test call, the data appears in the auto complete field). So that part appears fine. However, my next task is to configure SCSM to create incident calls based on an incoming e-mail. My original plan was to use the on-site exchange servers to relay the information, but here comes the problem... The SCSM server sits on a different domain to the exchange servers (another level within the multi-site), and from what I am told, SCSM cannot use servers..? Is that the case? Or am I hearing incorrect information? Having spoken to a couple of the other guys within the department, we have thought about using an office 365 e-mail account to relay the information straight to the SCSM server which could be a potential workaround to the above problem. The next issue would be to then use the office 365 account to send e-mails as well as receive them. Can anyone else offer any advice/suggestions to the problem? Very much appreciated if so!
-
Thanks for the suggestions so far guys. Ideally, i'd like to find something that will record the computer logons and then allow me to produce a report on the entire network usage. Not as easy ask, I know.....!
-
Hi all, I'm not sure whether this is the right forum to post this in, or whether this is possible across an entire network, however does anyone know if it is possible to record every single logon to the network over the course of a month? I know you can get a few bits of information from the local auditing... Thanks in advance!
-
Migrate printers from one server to another - PowerShell or VBS?
Virtual_Jas replied to Virtual_Jas's topic in Scripts
Brill, thanks! Is there a way of leaving the old printers on the server after the script has run just in case? -
Migrate printers from one server to another - PowerShell or VBS?
Virtual_Jas replied to Virtual_Jas's topic in Scripts
I am moving from x86 to x64. -
Migrate printers from one server to another - PowerShell or VBS?
Virtual_Jas replied to Virtual_Jas's topic in Scripts
Brill - Thanks for the quick response! So all I need to do with the above is change the following lines to reflect the old share names and the new server + printer name? "SV01Dispatch-M" {$newPrinter = "\\SRV-PSTREET01\SV-01-M7"} "SV01DriverRm-B" {$newPrinter = "\\SRV-PSTREET01\SV-01-M6"} "SV01Fleet-C" {$newPrinter = "\\SRV-PSTREET01\SV-01-C3"} "SV01Fleet-M" {$newPrinter = "\\SRV-PSTREET01\SV-01-M5"} "SV01QA-M" {$newPrinter = "\\SRV-PSTREET01\SV-01-M4"} "SV02BusFac-11x17" {$newPrinter = "\\SRV-PSTREET01\SV-02-C2"} "SV02BusFac-M" {$newPrinter = "\\SRV-PSTREET01\SV-02-M3"} "SV02BusFac-XR1" {$newPrinter = "\\SRV-PSTREET01\SV-02-X1"} "SV02BusOps-M" {$newPrinter = "\\SRV-PSTREET01\SV-02-M2"} "SV02EX-MH" {$newPrinter = "\\SRV-PSTREET01\SV-02-C1"} "SV02TrainRoom-M" {$newPrinter = "\\SRV-PSTREET01\SV-02-M1"} -
RRA - "non querier/not forwarding"
Virtual_Jas replied to Virtual_Jas's topic in Windows Server 2008 R2
Crisis averted - Removed and re-installed RRA! -
Hi all, I am having a bit of a weird problem with Routing & Remote Access on a NAT box... The internal access NIC has gone into a "Non Querier/Not Forwarding" mode and i can't work out why. It was working fine up until yesterday morning when all internal devices started to lose their Internet access. Can anyone offer any ideas as to where I should be looking to resolve the problem? None of the settings have been changed since the original installation. Thanks!
-
Hi all, I was wondering if you guys have any suggestions on Windows Server proactive monitoring software? I have used LogMeIn Pro2 with Central in the past and that has been perfect for what I needed it do with regards to remote access, and proactive monitoring alerts: Server Alerts High CPU Usage alert Low disk space alert Service failure alert Improper shutdown alert I am working with a site who sit behind the dreaded LGFL2 network where all forms of LMI are blocked which means that I am unable to use LMI Pro2 with Central. Does anyone have any alternate suggestions on software that I could use in its place which will do the above with as little re-configuration as possible? Many thanks in advance!
-
Moving the deployment share using a Robocopy script I made seems to have done the job. All I then had to do was move the share from one folder to the other. Thanks for the input!
-
If it just looks at the share name, it should just work providing I can see that share from my reference station. Only one way to find out! If it then fails, I can create a sysprep and capture task and upload it that way. At least the deployment share will be on another partition at this point.
-
I have paused the image task half way through so I can make my changes to the image then auto upload. Otherwise, I would probably create another server. Cool, thanks for that. I'll give it a go!
